CVE-2007-4586
PHP < 5.2.0 - Buffer Overflow in iisfunc Extension via Long String Argument
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-4586. PoCs published by boecke.
AI-analyzed exploit summary This is a proof-of-concept exploit for a buffer overflow vulnerability in the php_iisfunc.dll extension for PHP <= 5.2.0 on Windows. It demonstrates a local buffer overflow by passing a long string to the iis_getservicestate function, which converts the string to Unicode and triggers the overflow.
Description
Multiple buffer overflows in php_iisfunc.dll in the iisfunc extension for PHP 5.2.0 and earlier allow context-dependent attackers to execute arbitrary code, probably during Unicode conversion, as demonstrated by a long string in the first argument to the iis_getservicestate function, related to the ServiceId argument to the (1) fnStartService, (2) fnGetServiceState, (3) fnStopService, and possibly other functions.
Exploits (1)
This is a proof-of-concept exploit for a buffer overflow vulnerability in the php_iisfunc.dll extension for PHP <= 5.2.0 on Windows. It demonstrates a local buffer overflow by passing a long string to the iis_getservicestate function, which converts the string to Unicode and triggers the overflow.