vendor:
IPtools
by:
demonalex (at) 163 (dot) com [email concealed]
7,5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: IPtools
Affected Version From: 0.1.4
Affected Version To: 0.1.4
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
IpTools(Tiny TCP/IP server) – Rcmd Remote Overflow Vulnerability
IPtools is a set of small tiny TCP/IP programs includes Remote command server(not a telnet server, Executable file: Rcmd.bat), etc. And the remote command server would bind tcp port 23, but it does not validate the command input size leading to a Denial Of Service flaw while sending more than 255 characters to it.
Mitigation:
Validate the command input size before copying it into an insufficiently sized memory buffer.