7.5
CVSSv2

CVE-2007-4586

Published: 29/08/2007 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Multiple buffer overflows in php_iisfunc.dll in the iisfunc extension for PHP 5.2.0 and previous versions allow context-dependent malicious users 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.

Vulnerable Product Search on Vulmon Subscribe to Product

php php

Exploits

<?php // ================================================================================== // // php_iisfuncdll PHP <= 520 (win32) Buffer Overflow PoC // // Discovery: boecke <boecke@herzeleidnet> // Risk: Local Buffer Overflow (Medium - High Risk) // Notes: Various other functions are exploitable, all of which conv ...