CVE-2007-1777: Integer Overflow
Integer overflow in the zipreadentry function in PHP 4 before 4.4.5 allows remote attackers to execute arbitrary code via a ZIP archive that contains an entry with a length value of 0xffffffff, which is incremented before use in an emalloc call, triggering a heap overflow.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2007-1777?
CVE-2007-1777 is categorized as a high severity vulnerability due to the potential for remote code execution.
How do I fix CVE-2007-1777?
To fix CVE-2007-1777, upgrade PHP to version 4.4.5 or later, which addresses the integer overflow issue.
What versions of PHP are affected by CVE-2007-1777?
CVE-2007-1777 affects PHP versions 4.0.x, 4.1.x, 4.2.x, 4.3.x, and 4.4.0 to 4.4.4.
Can CVE-2007-1777 be exploited remotely?
Yes, CVE-2007-1777 can be exploited by remote attackers via a malicious ZIP archive.
What kind of impact does CVE-2007-1777 have on affected systems?
CVE-2007-1777 can lead to heap overflow, potentially allowing attackers to execute arbitrary code on the affected systems.