10
CVSSv2

CVE-2005-0636

Published: 02/03/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

Format string vulnerability in Foxmail Server 2.0 allows remote malicious users to cause a denial of service (crash) and possibly execute arbitrary code via format strings in the USER 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() ...