vendor:
PHP
by:
SecurityFocus
7.5
CVSS
HIGH
Input Validation Bypass
20
CWE
Product Name: PHP
Affected Version From: PHP 5.3.3
Affected Version To: PHP 5.3.4
Patch Exists: YES
Related CWE: N/A
CPE: a:php:php
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
PHP Input Validation Bypass Vulnerability
PHP is prone to a vulnerability because it fails to sufficiently sanitize user-supplied input. Exploiting this issue can allow attackers to provide unexpected input and possibly bypass input-validation protection mechanisms. This can aid in further attacks that may utilize crafted user-supplied input.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized.