Lucene search
K

1141 matches found

RedhatCVE
RedhatCVE
added 2020/02/25 6:40 a.m.49 views

CVE-2020-1935

A flaw was found in Apache Tomcat. The HTTP header parsing code used an approach to end-of-line EOL parsing that allowed some invalid HTTP headers to be parsed as valid. This led to the possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the...

5.8CVSS7.6AI score0.01382EPSS
Exploits0References6
OSV
OSV
added 2020/02/24 10:15 p.m.1 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.06163EPSS
Exploits0References1
OSV
OSV
added 2020/02/24 10:15 p.m.1 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.01382EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2020/02/24 10:15 p.m.32 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.06163EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2020/02/24 9:4 p.m.36 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.06163EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2020/02/24 12:55 p.m.3 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.32252EPSS
Exploits0References5
OSV
OSV
added 2020/02/21 6:55 p.m.39 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.01498EPSS
Exploits1References21
Github Security Blog
Github Security Blog
added 2020/02/21 6:55 p.m.202 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.01498EPSS
Exploits1References22Affected Software1
OSV
OSV
added 2020/02/21 6:55 p.m.4 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.03657EPSS
Exploits1References57
RedHat Linux
RedHat Linux
added 2020/02/13 2:50 p.m.4 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.03657EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2020/02/13 2:50 p.m.3 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.01498EPSS
Exploits1References5
Veracode
Veracode
added 2020/02/10 8:28 a.m.39 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.32252EPSS
Exploits0References25Affected Software4
OSV
OSV
added 2020/02/08 7:15 p.m.1 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.01751EPSS
Exploits0References1
OSV
OSV
added 2020/02/08 7:15 p.m.0 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.01751EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2020/02/08 7:15 p.m.31 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.01751EPSS
Exploits0References2
Cvelist
Cvelist
added 2020/02/08 6:2 p.m.24 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.01751EPSS
Exploits0References7
NVD
NVD
added 2020/02/07 3:15 p.m.25 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.32252EPSS
Exploits0References21
OSV
OSV
added 2020/02/07 3:15 p.m.1 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.32252EPSS
Exploits0References1
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.32252EPSS
Exploits0References1
OSV
OSV
added 2020/02/07 3:15 p.m.31 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
Exploits0References21
Rows per page
Query Builder