vendor:
PHP
by:
Unknown
7.5
CVSS
HIGH
Integer-Overflow
190
CWE
Product Name: PHP
Affected Version From: PHP versions prior to 4.4.5 and 5.2.1
Affected Version To: Unknown
Patch Exists: YES
Related CWE: Unknown
CPE: a:php:php
Platforms Tested:
Unknown
Integer-Overflow Vulnerability in PHP
PHP is prone to an integer-overflow vulnerability because it fails to ensure that integer values aren't overrun. Attackers may exploit this issue to cause a buffer overflow and to corrupt process memory. Exploiting this issue may allow attackers to execute arbitrary machine code in the context of the affected application. Failed exploit attempts will likely result in a denial-of-service condition.
Mitigation:
Update PHP to version 4.4.5 or 5.2.1 or later. Additionally, ensure that integer values are properly validated and handled to prevent integer-overflow vulnerabilities.