CVE-2006-0208: XSS
Multiple cross-site scripting (XSS) vulnerabilities in PHP 4.4.1 and 5.1.1, when displayerrors and htmlerrors are on, allow remote attackers to inject arbitrary web script or HTML via inputs to PHP applications that are not filtered when they are included in the resulting error message.
Affected Software
Remediation
Patch Available
Patch Available
Patch Available
Patch Available
Patch Available
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2006-0208?
CVE-2006-0208 is classified as a medium severity vulnerability due to its potential for exploitation through cross-site scripting attacks.
How do I fix CVE-2006-0208?
To fix CVE-2006-0208, disable display_errors and html_errors in PHP configuration or upgrade to a patched version of PHP.
Which versions of PHP are affected by CVE-2006-0208?
CVE-2006-0208 affects PHP versions 4.4.1, 5.1.1, and earlier versions including 4.3.x and 5.0.x.
What are the potential impacts of CVE-2006-0208?
Exploitation of CVE-2006-0208 can allow attackers to inject arbitrary web scripts or HTML, leading to data theft or session hijacking.
How can I verify if my PHP installation is vulnerable to CVE-2006-0208?
You can verify if your PHP installation is vulnerable by checking if display_errors and html_errors are enabled and determining the PHP version in use.