Lucene search
+L

2507 matches found

RedHat Linux
RedHat Linux
added 2007/05/21 12:13 p.m.5 views

tomcat multiple content-length header poisioning

Jakarta Tomcat 5.0.19 Coyote/1.1 and Tomcat 4.1.24 Coyote/1.0 allows remote attackers to poison the web cache, bypass web application firewall protection, and conduct XSS attacks via an HTTP request with both a "Transfer-Encoding: chunked" header and a Content-Length header, which causes Tomcat t...

4.3CVSS5.9AI score0.29784EPSS
SaveExploits4References4
Tenable Nessus
Tenable Nessus
added 2007/05/16 12:0 a.m.49 views

CentOS 5 : tomcat (CESA-2007:0327)

Updated tomcat packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having important security impact by the Red Hat Security Response Team. Tomcat is a servlet container for Java Servlet and JavaServer Pages technologies. Tomca...

5CVSS5.2AI score0.90768EPSS
SaveExploits6References6
Cent OS
Cent OS
added 2007/05/14 10:49 p.m.88 views

jakarta, tomcat5 security update

CentOS Errata and Security Advisory CESA-2007:0327 Updated tomcat packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5. This update has been rated as having important security impact by the Red Hat Security Response Team. Tomcat is a servlet container for Ja...

5CVSS5.7AI score0.90768EPSS
SaveExploits6References7
RedHat Linux
RedHat Linux
added 2007/05/14 4:59 p.m.8 views

tomcat multiple content-length header poisioning

Jakarta Tomcat 5.0.19 Coyote/1.1 and Tomcat 4.1.24 Coyote/1.0 allows remote attackers to poison the web cache, bypass web application firewall protection, and conduct XSS attacks via an HTTP request with both a "Transfer-Encoding: chunked" header and a Content-Length header, which causes Tomcat t...

4.3CVSS5.9AI score0.29784EPSS
SaveExploits4References4
RedHat Linux
RedHat Linux
added 2007/05/08 2:53 p.m.5 views

tomcat multiple content-length header poisioning

Jakarta Tomcat 5.0.19 Coyote/1.1 and Tomcat 4.1.24 Coyote/1.0 allows remote attackers to poison the web cache, bypass web application firewall protection, and conduct XSS attacks via an HTTP request with both a "Transfer-Encoding: chunked" header and a Content-Length header, which causes Tomcat t...

4.3CVSS5.9AI score0.29784EPSS
SaveExploits4References4
Exploit DB
Exploit DB
added 2007/04/11 12:0 a.m.29 views

Cosign 2.0.1/2.9.4a - CGI Register Command Remote Authentication Bypass

source: https://www.securityfocus.com/bid/23424/info The 'cosign' application is prone to an authentication-bypass vulnerability because it fails to adequately sanitize user-supplied input. An authenticated attacker can exploit this issue to access services hosted on an affected computer by...

6.5CVSS5.8AI score0.0199EPSS
SaveExploits1
Apache Tomcat
Apache Tomcat
added 2007/03/09 12:0 a.m.77 views

Fixed in Apache Tomcat 5.5.23, 5.0.SVN

Important: Information disclosure CVE-2005-2090 Requests with multiple content-length headers should be rejected as invalid. When multiple components firewalls, caches, proxies and Tomcat process a sequence of requests where one or more requests contain multiple content-length headers and several...

4.3CVSS3.3AI score0.29784EPSS
SaveExploits4Affected Software1
NVD
NVD
added 2007/03/03 9:19 p.m.28 views

CVE-2007-1260

Stack-based buffer overflow in the connectHandle function in server.cpp in WebMod 0.48 allows remote attackers to execute arbitrary code via a long string in the Content-Length HTTP header...

7.5CVSS8AI score0.0536EPSS
SaveExploits2References6
Prion
Prion
added 2007/03/03 9:19 p.m.19 views

Stack overflow

Stack-based buffer overflow in the connectHandle function in server.cpp in WebMod 0.48 allows remote attackers to execute arbitrary code via a long string in the Content-Length HTTP header...

7.5CVSS8.7AI score0.0536EPSS
SaveExploits2References6Affected Software1
Cvelist
Cvelist
added 2007/03/03 9:0 p.m.25 views

CVE-2007-1260

Stack-based buffer overflow in the connectHandle function in server.cpp in WebMod 0.48 allows remote attackers to execute arbitrary code via a long string in the Content-Length HTTP header...

8AI score0.0536EPSS
SaveExploits2References6
seebug.org
seebug.org
added 2007/03/02 12:0 a.m.27 views

WebMod 0.48 (Content-Length) Remote Buffer Overflow Exploit PoC

No description provided by source. / WebMod Stack Buffer Overflow by cybermind Kevin Masterson [email protected] WebMod v0.48 exploit PoC code / include include include define WIN32LEANANDMEAN include include pragma comment lib, "ws232.lib" / local variables in connectHandle: char input; 4 char...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2007/03/01 12:0 a.m.29 views

WebMod 0.48 - Content-Length Remote Buffer Overflow

WebMod 0.48 - Content-Length Remote Buffer Overflow / WebMod Stack Buffer Overflow by cybermind Kevin Masterson [email protected] WebMod v0.48 exploit PoC code / include include include define WIN32LEANANDMEAN include include pragma comment lib, "ws232.lib" / local variables in connectHandle:...

0.6AI score
SaveExploits0
zdt
zdt
added 2007/03/01 12:0 a.m.32 views

WebMod 0.48 (Content-Length) Remote Buffer Overflow Exploit PoC

Exploit for unknown platform in category remote exploits =============================================================== WebMod 0.48 Content-Length Remote Buffer Overflow Exploit PoC =============================================================== / WebMod Stack Buffer Overflow by cybermind Kevin...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/01/27 12:0 a.m.36 views

MOAB-25-01-2007.rb.txt

!/usr/bin/ruby c Copyright 2007 Lance M. Havok Proof of concept for MOAB-25-01-2007. require 'socket' webport = ARGV0 || 80.toi puts "++ Starting HTTP server at port webport." webserver = TCPServer.newnil, webport while session = webserver.accept randclen = rand80 useragent =...

5CVSS7.7AI score0.14382EPSS
SaveExploits4
exploitpack
exploitpack
added 2007/01/25 12:0 a.m.18 views

Apple CFNetwork - HTTP Response Denial of Service (Ruby)

Apple CFNetwork - HTTP Response Denial of Service Ruby !/usr/bin/ruby c Copyright 2007 Lance M. Havok Proof of concept for MOAB-25-01-2007. require 'socket' webport = ARGV0 || 80.toi puts "++ Starting HTTP server at port webport." webserver = TCPServer.newnil, webport while session =...

7.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/01/25 12:0 a.m.50 views

Apple CFNetwork - HTTP Response Denial of Service

!/usr/bin/ruby c Copyright 2007 Lance M. Havok Proof of concept for MOAB-25-01-2007. require 'socket' webport = ARGV0 || 80.toi puts "++ Starting HTTP server at port webport." webserver = TCPServer.newnil, webport while session = webserver.accept randclen = rand80 useragent =...

5CVSS5.8AI score0.14382EPSS
SaveExploits4
NVD
NVD
added 2007/01/09 2:28 a.m.22 views

CVE-2007-0120

Acunetix Web Vulnerability Scanner WVS 4.0 Build 20060717 and earlier allows remote attackers to cause a denial of service application crash via multiple HTTP requests containing invalid Content-Length values...

1.9CVSS6.6AI score0.0167EPSS
SaveExploits2References4
Cvelist
Cvelist
added 2007/01/09 2:0 a.m.24 views

CVE-2007-0120

Acunetix Web Vulnerability Scanner WVS 4.0 Build 20060717 and earlier allows remote attackers to cause a denial of service application crash via multiple HTTP requests containing invalid Content-Length values...

6.6AI score0.0167EPSS
SaveExploits2References4
exploitpack
exploitpack
added 2007/01/04 12:0 a.m.9 views

Acunetix WVS 4.0 20060717 - HTTP Sniffer Component Remote Denial of Service

Acunetix WVS 4.0 20060717 - HTTP Sniffer Component Remote Denial of Service !/usr/bin/perl -w Acunetix Web Vulnerability Scanner 4.0 = Build 20060717 HTTP Sniffer component Remote Denial of Service Explaination: I found a DoS in Acunetix WVS doing a little bit of fuzzing. The flaw is triggered wh...

SaveExploits0
myhack58
myhack58
added 2006/12/20 12:0 a.m.21 views

In the benefits letter news system application file upload vulnerability-vulnerability warning-the black bar safety net

Recently everyone for dvbbs file upload vulnerability excited, thinking about other inside the system can not be used on? I will for the benefit of the letter of information systems to the topic! System environment: benefits letter press system 3. 1, Windows2000+sp4. Look at this line of code: |...

6.7AI score
SaveExploits0
Rows per page
Query Builder