First published: Tue Mar 06 2007(Updated: )
Integer overflow in PHP 4.4.4 and earlier allows remote context-dependent attackers to execute arbitrary code via a long string to the unserialize function, which triggers the overflow in the ZVAL reference counter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
PHP | <=4.4.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2007-1286 has a high severity due to the potential for remote code execution.
To fix CVE-2007-1286, upgrade PHP to version 4.4.5 or later.
CVE-2007-1286 affects PHP versions 4.4.4 and earlier.
CVE-2007-1286 allows remote attackers to execute arbitrary code through crafted input.
A practical workaround for CVE-2007-1286 is to avoid using the unserialize function with untrusted input.