First published: Fri Jan 13 2006(Updated: )
Multiple cross-site scripting (XSS) vulnerabilities in PHP 4.4.1 and 5.1.1, when display_errors and html_errors 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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHP | =4.3.9 | |
PHP | =4.0-beta1 | |
PHP | =4.0-beta4 | |
PHP | =4.2.0 | |
PHP | =5.1.1 | |
PHP | =5.0.0-beta1 | |
PHP | =4.1.0 | |
PHP | =4.3.4 | |
PHP | =4.0.4 | |
PHP | =4.3.0 | |
PHP | =4.0.5 | |
PHP | =5.0.5 | |
PHP | =4.3.6 | |
PHP | =5.0.1 | |
PHP | =4.3.7 | |
PHP | =5.0.4 | |
PHP | =4.2.2 | |
PHP | =4.4.2 | |
PHP | =4.0-rc1 | |
PHP | =4.3.2 | |
PHP | =4.3.11 | |
PHP | =4.0.0 | |
PHP | =4.0.2 | |
PHP | =4.3.3 | |
PHP | =4.1.1 | |
PHP | =5.0.0-rc2 | |
PHP | =5.0.3 | |
PHP | =4.2.3 | |
PHP | =5.1.0 | |
PHP | =5.0.0-rc3 | |
PHP | =4.0-beta2 | |
PHP | =4.0.6 | |
PHP | =4.1.2 | |
PHP | =5.0.0-beta3 | |
PHP | =4.0-rc2 | |
PHP | =4.3.1 | |
PHP | =4.0-beta_4_patch1 | |
PHP | =4.3.10 | |
PHP | =4.2.1 | |
PHP | =5.0.0-rc1 | |
PHP | =4.0.1 | |
PHP | =5.0.2 | |
PHP | =4.4.1 | |
PHP | =4.0-beta3 | |
PHP | =4.0.3 | |
PHP | =5.0.0 | |
PHP | =4.3.8 | |
PHP | =4.3.5 | |
PHP | =5.0.0-beta2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2006-0208 is classified as a medium severity vulnerability due to its potential for exploitation through cross-site scripting attacks.
To fix CVE-2006-0208, disable display_errors and html_errors in PHP configuration or upgrade to a patched version of PHP.
CVE-2006-0208 affects PHP versions 4.4.1, 5.1.1, and earlier versions including 4.3.x and 5.0.x.
Exploitation of CVE-2006-0208 can allow attackers to inject arbitrary web scripts or HTML, leading to data theft or session hijacking.
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.