Lucene search
+L

169 matches found

RedHat Linux
RedHat Linux
added 2024/02/29 7:47 p.m.7 views

aiohttp: CRLF injection if user controls the HTTP method using aiohttp client

A flaw was found in Aiohttp. This issue may allow an attacker to send a crafted HTTP request to the server and smuggle arbitrary HTTP headers due to improper validation of HTTP requests during the processing of the HTTP request method. By exploiting this flaw, an attacker can manipulate HTTP...

5.3CVSS7.2AI score0.00948EPSS
SaveExploits1References5
OSV
OSV
added 2023/12/29 11:06 a.m.5 views

OESA-2023-1981 rubygem-puma security update

A simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Security Fixes: Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior to versions 5.5.1 and 4.3.9, using puma with a proxy which forwards HTTP header values which contain the LF character could allow...

3.7CVSS6.9AI score0.01203EPSS
SaveExploits0References2
OSV
OSV
added 2023/11/14 10:20 p.m.23 views

GHSA-GFW2-4JVH-WGFG AIOHTTP has problems in HTTP parser (the python one, not llhttp)

Summary The HTTP parser in AIOHTTP has numerous problems with header parsing, which could lead to request smuggling. This parser is only used when AIOHTTPNOEXTENSIONS is enabled or not using a prebuilt wheel. Details Bug 1: Bad parsing of Content-Length values Description RFC 9110 says this:...

6.9CVSS6.7AI score0.00857EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2023/07/21 2:24 a.m.7 views

SUSE CVE-2023-37276

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only...

7.5CVSS7AI score0.01337EPSS
SaveExploits1References3
OpenVAS
OpenVAS
added 2023/03/21 12:00 a.m.20 views

Kamailio < 5.4.0 Header Smuggling Vulnerability

Kamailio is prone to a header smuggling vulnerability. SPDX-FileCopyrightText: 2023 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 CPE = "cpe:/a:kamailio:kamailio"; if...

5.5CVSS5.4AI score0.01108EPSS
SaveExploits1References1
OpenVAS
OpenVAS
added 2023/03/08 12:00 a.m.29 views

Debian: Security Advisory (DLA-478-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2023 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...

8.8CVSS6.8AI score0.77559EPSS
SaveExploits1References2
Microsoft CVE
Microsoft CVE
added 2023/02/20 8:00 a.m.8 views

HAProxy before 2.7.3 may allow a bypass of access control because HTTP/1 headers are inadvertently lost in some situations aka "request smuggling." The HTTP header parsers in HAProxy may accept empty header field names which could be used to truncate the list of HTTP headers and thus make some headers disappear after being parsed and processed for HTTP/1.0 and HTTP/1.1. For HTTP/2 and HTTP/3 the impact is limited because the headers disappear before being parsed and processed as if they had not been sent by the client. The fixed versions are 2.7.3 2.6.9 2.5.12 2.4.22 2.2.29 and 2.0.31.

...

9.1CVSS7.5AI score0.05493EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 3:45 a.m.6 views

SUSE CVE-2021-22959

The parser in accepts requests with a space SP right after the header name before the colon. This can lead to HTTP Request Smuggling HRS in llhttp v2.1.4 and v6.0.6...

6.1CVSS6.8AI score0.02936EPSS
SaveExploits1References15
SUSE CVE
SUSE CVE
added 2023/02/15 3:24 a.m.6 views

SUSE CVE-2022-35256

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...

6.5CVSS7.2AI score0.02587EPSS
SaveExploits1References16
OSV
OSV
added 2023/02/14 4:00 p.m.19 views

UBUNTU-CVE-2023-25725

HAProxy before 2.7.3 may allow a bypass of access control because HTTP/1 headers are inadvertently lost in some situations, aka "request smuggling." The HTTP header parsers in HAProxy may accept empty header field names, which could be used to truncate the list of HTTP headers and thus make some...

9.1CVSS7.1AI score0.05493EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2023/01/18 12:00 a.m.213 views

Apache 2.4.x < 2.4.55 Multiple Vulnerabilities

According to its banner, the version of Apache running on the remote host is 2.4.x prior to 2.4.55. It is, therefore, affected by multiple vulnerabilities: - A crafted If: request header can cause a memory read, or write of a single zero byte, in a pool heap memory location beyond the header valu...

9CVSS8.9AI score0.20193EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/11/08 11:39 a.m.18 views

nodejs: HTTP Request Smuggling due to incorrect parsing of header fields

A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a...

6.5CVSS7.5AI score0.02587EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/10/18 9:27 a.m.10 views

nodejs: HTTP Request Smuggling due to incorrect parsing of header fields

A vulnerability was found in NodeJS due to improper validation of HTTP requests. The llhttp parser in the HTTP module in Node.js does not correctly handle header fields that are not terminated with CLRF. This issue may result in HTTP Request Smuggling. This flaw allows a remote attacker to send a...

6.5CVSS7.5AI score0.02587EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/10/18 9:06 a.m.15 views

nodejs: HTTP request smuggling due to improper delimiting of header fields

A vulnerability was found in NodeJS due to the llhttp parser in the http module not strictly using the CRLF sequence to delimit HTTP requests. This issue can lead to HTTP Request Smuggling HRS. This flaw allows an attacker to send a specially crafted HTTP request to the server and smuggle arbitra...

6.5CVSS7.4AI score0.81464EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/09/13 9:59 a.m.11 views

nodejs: HTTP request smuggling due to improper delimiting of header fields

A vulnerability was found in NodeJS due to the llhttp parser in the http module not strictly using the CRLF sequence to delimit HTTP requests. This issue can lead to HTTP Request Smuggling HRS. This flaw allows an attacker to send a specially crafted HTTP request to the server and smuggle arbitra...

6.5CVSS7.4AI score0.81464EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/09/08 7:45 a.m.12 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.68796EPSS
SaveExploits1References5
OSV
OSV
added 2022/05/30 4:26 p.m.10 views

GSD-2022-1002524 input validation (CWE-20) in Elastic Load Balancer (ELB) version ELB prior to 2022-01-29 when "Legacy cache settings" is enabled

In Amazon Elastic Load Balancer ELB prior to 2022-01-29 when "Legacy cache settings" is enabled an input validation CWE-20 vulnerability exists in the HTTP Header processing that can be attacked via the network using a trailing space in the requests resulting in HTTP Header Smuggling...

7AI score
SaveExploits0References3
OpenVAS
OpenVAS
added 2022/01/28 12:00 a.m.31 views

Mageia: Security Advisory (MGASA-2016-0171)

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...

8.6CVSS8.4AI score0.79969EPSS
SaveExploits0References5
OSV
OSV
added 2021/11/15 3:15 p.m.0 views

DEBIAN-CVE-2021-22959

The parser in accepts requests with a space SP right after the header name before the colon. This can lead to HTTP Request Smuggling HRS in llhttp v2.1.4 and v6.0.6...

6.5CVSS6.8AI score0.02936EPSS
SaveExploits1References1
OpenVAS
OpenVAS
added 2021/06/09 12:00 a.m.23 views

SUSE: Security Advisory (SUSE-SU-2016:2147-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2021 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...

8.8CVSS8.5AI score0.38893EPSS
SaveExploits0References5
Rows per page
Query Builder