Lucene search
+L

1220 matches found

OSV
OSV
added 2020/02/24 10:15 p.m.3 views

DEBIAN-CVE-2019-17569

The refactoring present in Apache Tomcat 9.0.28 to 9.0.30, 8.5.48 to 8.5.50 and 7.0.98 to 7.0.99 introduced a regression. The result of the regression was that invalid Transfer-Encoding headers were incorrectly processed leading to a possibility of HTTP Request Smuggling if Tomcat was located...

4.8CVSS7.3AI score0.08872EPSS
SaveExploits0References1
OSV
OSV
added 2020/02/24 10:15 p.m.2 views

DEBIAN-CVE-2020-1935

In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse...

4.8CVSS7.3AI score0.09386EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2020/02/24 10:15 p.m.39 views

CVE-2019-17569

The refactoring present in Apache Tomcat 9.0.28 to 9.0.30, 8.5.48 to 8.5.50 and 7.0.98 to 7.0.99 introduced a regression. The result of the regression was that invalid Transfer-Encoding headers were incorrectly processed leading to a possibility of HTTP Request Smuggling if Tomcat was located...

5.8CVSS7AI score0.08872EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2020/02/24 9:4 p.m.47 views

CVE-2019-17569

The refactoring present in Apache Tomcat 9.0.28 to 9.0.30, 8.5.48 to 8.5.50 and 7.0.98 to 7.0.99 introduced a regression. The result of the regression was that invalid Transfer-Encoding headers were incorrectly processed leading to a possibility of HTTP Request Smuggling if Tomcat was located...

5.8CVSS7.7AI score0.08872EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2020/02/24 12:55 p.m.10 views

nodejs: HTTP request smuggling using malformed Transfer-Encoding header

A flaw was found in the Node.js code where a specially crafted HTTPs request sent to a Node.js server failed to properly process the HTTPs headers, resulting in a request smuggling attack. An attacker can use this flaw to alter a request sent as an authenticated user if the Node.js server is...

9.8CVSS7.2AI score0.57132EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2020/02/21 6:55 p.m.208 views

HTTP Request Smuggling in Netty

Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace such as a spaceTransfer-Encoding:chunked line and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869...

7.5CVSS0.8AI score0.03617EPSS
SaveExploits1References22Affected Software1
OSV
OSV
added 2020/02/21 6:55 p.m.51 views

GHSA-FF2W-CQ2G-WV5F HTTP Request Smuggling in Netty

Netty 4.1.43.Final allows HTTP Request Smuggling because it mishandles Transfer-Encoding whitespace such as a spaceTransfer-Encoding:chunked line and a later Content-Length header. This issue exists because of an incomplete fix for CVE-2019-16869...

7.5CVSS8.7AI score0.03617EPSS
SaveExploits1References21
OSV
OSV
added 2020/02/21 6:55 p.m.17 views

GHSA-P2V9-G2QV-P635 HTTP Request Smuggling in Netty

HttpObjectDecoder.java in Netty before 4.1.44 allows a Content-Length header to be accompanied by a second Content-Length header, or by a Transfer-Encoding header...

9.1CVSS6.8AI score0.13474EPSS
SaveExploits1References57
RedHat Linux
RedHat Linux
added 2020/02/13 2:50 p.m.6 views

netty: HTTP Request Smuggling due to Transfer-Encoding whitespace mishandling

A flaw was found in Netty, where it mishandles Transfer-Encoding whitespace. This flaw allows HTTP Request Smuggling...

7.5CVSS7.1AI score0.03617EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2020/02/13 2:50 p.m.12 views

netty: HttpObjectDecoder.java allows Content-Length header to accompanied by second Content-Length header

A flaw was found in Netty before version 4.1.44, where it accepted multiple Content-Length headers and also accepted both Transfer-Encoding, as well as Content-Length headers where it should reject the message under such circumstances. In circumstances where Netty is used in the context of a...

9.1CVSS7.1AI score0.13474EPSS
SaveExploits1References4
Veracode
Veracode
added 2020/02/10 8:28 a.m.44 views

HTTP Request Smuggling

Node is vulnerable to HTTP request smuggling. Failure to validate malformed HTTP requests allows an attacker to smuggle HTTP requests using malicious Transfer-Encoding header...

9.8CVSS1AI score0.57132EPSS
SaveExploits0References25Affected Software4
OSV
OSV
added 2020/02/08 7:15 p.m.9 views

AZL-78996 CVE-2015-5741 affecting package golang 1.25.7-1

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request that contains Content-Length and Transfer-Encoding header fields...

9.8CVSS5.8AI score0.02704EPSS
SaveExploits0References1
OSV
OSV
added 2020/02/08 7:15 p.m.5 views

UBUNTU-CVE-2015-5741

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request that contains Content-Length and Transfer-Encoding header fields...

9.8CVSS6.8AI score0.02704EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2020/02/08 7:15 p.m.39 views

CVE-2015-5741

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request that contains Content-Length and Transfer-Encoding header fields...

9.8CVSS6.9AI score0.02704EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2020/02/08 6:2 p.m.45 views

CVE-2015-5741

The net/http library in net/http/transfer.go in Go before 1.4.3 does not properly parse HTTP headers, which allows remote attackers to conduct HTTP request smuggling attacks via a request that contains Content-Length and Transfer-Encoding header fields...

9.2AI score0.02704EPSS
SaveExploits0References7
NVD
NVD
added 2020/02/07 3:15 p.m.29 views

CVE-2019-15605

HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed...

9.8CVSS9.5AI score0.57132EPSS
SaveExploits0References21
OSV
OSV
added 2020/02/07 3:15 p.m.35 views

CVE-2019-15605

HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed...

9.8CVSS0.2AI score
SaveExploits0References21
OSV
OSV
added 2020/02/07 3:15 p.m.1 views

DEBIAN-CVE-2019-15605

HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed...

9.8CVSS7.6AI score0.57132EPSS
SaveExploits0References1
OSV
OSV
added 2020/02/07 3:15 p.m.3 views

ALPINE-CVE-2019-15605

HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed...

9.8CVSS7AI score0.57132EPSS
SaveExploits0References1
Prion
Prion
added 2020/02/07 3:15 p.m.33 views

Design/Logic Flaw

HTTP request smuggling in Node.js 10, 12, and 13 causes malicious payload delivery when transfer-encoding is malformed...

7.5CVSS9.3AI score0.57132EPSS
SaveExploits0References21Affected Software13
Rows per page
Query Builder