CVE-2003-1526: Infoleak
PHP-Nuke 7.0 allows remote attackers to obtain the installation path via certain characters such as (1) ", (2) ', or (3) > in the search field, which reveals the path in an error message.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Configuration
Implement input validation/filtering for the search field to reject or properly escape the characters: " ' > so they do not trigger error messages that reveal the installation path.
PHP-Nuke (search field) disallowed_characters = " ' > - Configuration
Disable display of detailed error messages to end users by setting display_errors = Off (or equivalent) to prevent internal filesystem paths from being exposed in error outputs.
PHP (php.ini) display_errors = Off
Event History
Frequently Asked Questions
What is the severity of CVE-2003-1526?
The severity of CVE-2003-1526 is classified as medium due to the potential for information disclosure.
How do I fix CVE-2003-1526?
To fix CVE-2003-1526, update PHP-Nuke to a version higher than 7.0 where this vulnerability is resolved.
What type of attack does CVE-2003-1526 describe?
CVE-2003-1526 describes an information disclosure vulnerability that allows attackers to reveal the installation path of PHP-Nuke.
What versions of PHP-Nuke are affected by CVE-2003-1526?
CVE-2003-1526 specifically affects PHP-Nuke version 7.0.
What can attackers achieve with CVE-2003-1526?
Attackers can obtain sensitive installation path information via crafted input in the search field of PHP-Nuke.