Lucene search
K

1141 matches found

RedHat Linux
RedHat Linux
added 2022/09/08 7:45 a.m.2 views

nodejs: HTTP request smuggling due to incorrect parsing of multi-line Transfer-Encoding

A vulnerability was found in NodeJS due to the llhttp parser in the HTTP module incorrectly handling multi-line Transfer-Encoding headers. This issue can lead to HTTP Request Smuggling HRS. This flaw allows a remote attacker to send a specially crafted HTTP request to the server and smuggle...

6.5CVSS7.5AI score0.86472EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/09/08 7:45 a.m.4 views

nodejs: HTTP request smuggling due to flawed parsing of Transfer-Encoding

A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the http module does not correctly parse and validate Transfer-Encoding headers. This issue can lead to HTTP Request Smuggling HRS, causing web cache poisoning, and conducting XSS attacks...

6.5CVSS7.3AI score0.86318EPSS
Exploits1References5
OpenVAS
OpenVAS
added 2022/08/26 12:0 a.m.24 views

Mageia: Security Advisory (MGASA-2022-0294)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.3AI score0.86472EPSS
Exploits5References9
Hacker One
Hacker One
added 2022/08/20 3:13 a.m.49 views

Node.js: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields

Summary: The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling. Description: The following chunked request is processed. It should be rejected as Transfer-Encoding header obfuscatio...

6.4CVSS8AI score0.03694EPSS
Exploits1
RedHat Linux
RedHat Linux
added 2022/08/18 3:12 p.m.3 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.00059EPSS
Exploits1References6
Microsoft CVE
Microsoft CVE
added 2022/08/16 7:0 a.m.2 views

Improper sanitization of Transfer-Encoding headers in net/http

...

6.5CVSS7.5AI score0.00059EPSS
Exploits1
NVD
NVD
added 2022/08/10 8:15 p.m.15 views

CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS0.00059EPSS
Exploits1References6
OSV
OSV
added 2022/08/10 8:15 p.m.2 views

AZL-79116 CVE-2022-1705 affecting package golang 1.25.7-1

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS6.7AI score0.00059EPSS
Exploits1References1
OSV
OSV
added 2022/08/10 8:15 p.m.1 views

DEBIAN-CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS7.5AI score0.00059EPSS
Exploits1References1
OSV
OSV
added 2022/08/10 8:15 p.m.2 views

AZL-10529 CVE-2022-1705 affecting package golang for versions less than 1.18.5-1

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS6.7AI score0.00059EPSS
Exploits1References1
Prion
Prion
added 2022/08/10 8:15 p.m.12 views

Design/Logic Flaw

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.4CVSS7.1AI score0.00059EPSS
Exploits1References6Affected Software1
OSV
OSV
added 2022/08/10 8:15 p.m.0 views

UBUNTU-CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS6.7AI score0.00059EPSS
Exploits1References5
ATTACKERKB
ATTACKERKB
added 2022/08/10 8:15 p.m.2 views

CVE-2022-1705

Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if combined with an intermediate server that also improperly fails to reject the header as invalid...

6.5CVSS7AI score0.00059EPSS
Exploits1References8Affected Software1
RedHat Linux
RedHat Linux
added 2022/08/10 11:39 a.m.3 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.00059EPSS
Exploits1References6
RedHat Linux
RedHat Linux
added 2022/08/10 10:13 a.m.2 views

golang: net/http: improper sanitization of Transfer-Encoding header

A flaw was found in golang. The HTTP/1 client accepted invalid Transfer-Encoding headers indicating "chunked" encoding. This issue could allow request smuggling, but only if combined with an intermediate server that also improperly accepts the header as invalid...

6.5CVSS6.6AI score0.00059EPSS
Exploits1References6
Hacker One
Hacker One
added 2022/08/10 8:50 a.m.73 views

Node.js: HTTP Request Smuggling Due to Incorrect Parsing of Multi-line Transfer-Encoding (improper fix for CVE-2022-32215)

Summary: Due to an incomplete fix for CVE-2022-32215, the llhttp parser in the http module in Node v16.16.0 and 18.7.0 still does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling HRS. Description: add more details about this vulnerability We have...

6.4CVSS7.4AI score0.86472EPSS
Exploits1
NVD
NVD
added 2022/08/10 6:15 a.m.11 views

CVE-2022-31778

Improper Input Validation vulnerability in handling the Transfer-Encoding header of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 8.0.0 to 9.0.2...

7.5CVSS0.02239EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2022/08/10 6:15 a.m.1 views

CVE-2022-31778

Improper Input Validation vulnerability in handling the Transfer-Encoding header of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 8.0.0 to 9.0.2...

7.5CVSS5.4AI score0.02239EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2022/08/10 6:15 a.m.19 views

CVE-2022-31778

Improper Input Validation vulnerability in handling the Transfer-Encoding header of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 8.0.0 to 9.0.2...

7.5CVSS7.4AI score
Exploits0References3
OSV
OSV
added 2022/08/10 6:15 a.m.1 views

DEBIAN-CVE-2022-31778

Improper Input Validation vulnerability in handling the Transfer-Encoding header of Apache Traffic Server allows an attacker to poison the cache. This issue affects Apache Traffic Server 8.0.0 to 9.0.2...

7.5CVSS7.3AI score0.02239EPSS
Exploits0References1
Rows per page
Query Builder