7.5
CVSSv2

CVE-2005-1323

Published: 02/05/2005 Updated: 11/07/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in NetFtpd for NetTerm 5.1.1 and previous versions allows remote malicious users to execute arbitrary code via a long USER command.

Vulnerable Product Search on Vulmon Subscribe to Product

intersoft netterm 4.2.2

Exploits

# # Net-ftpd 422 user autentication b0f exploit (0day) # coded by Sergio 'shadown' Alvarez # import struct import socket import sys import time class warftpd: def __init__(self, host, port): selfhost = host selfport = port selfbsize = 512 selfebpaddr = 0xcacacaca selfretaddr = 0xdeadbeef selfsctype = 'findskt' selfscpo ...
## # $Id: netterm_netftpd_userrb 10559 2010-10-05 23:41:17Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' ...