Lucene search
K

1129 matches found

RedHat Linux
RedHat Linux
added 2024/12/03 7:25 p.m.3 views

aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions

A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or...

7.5CVSS7.3AI score0.0042EPSS
Exploits0References6
SUSE Linux
SUSE Linux
added 2024/11/29 8:6 a.m.3 views

Security update for python-aiohttp

This update for python-aiohttp fixes the following issues: CVE-2024-52304: Fixed request smuggling due to incorrect parsing of chunk extensions bsc1233447 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

5.3CVSS7.4AI score0.0042EPSS
Exploits0References4
OSV
OSV
added 2024/11/29 8:6 a.m.15 views

SUSE-SU-2024:4110-1 Security update for python-aiohttp

This update for python-aiohttp fixes the following issues: - CVE-2024-52304: Fixed request smuggling due to incorrect parsing of chunk extensions bsc1233447...

7.5CVSS6.4AI score0.0042EPSS
Exploits0References3
Fedora
Fedora
added 2024/11/28 3:22 a.m.23 views

[SECURITY] Fedora 41 Update: python-aiohttp-3.10.5-3.fc41

Python HTTP client/server for asyncio which supports both the client and the server side of the HTTP protocol, client and server websocket, and webservers with middlewares and pluggable routing...

7.5CVSS6.6AI score0.0042EPSS
Exploits0
OpenVAS
OpenVAS
added 2024/11/28 12:0 a.m.16 views

Fedora: Security Advisory (FEDORA-2024-04ceb82dc7)

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

7.5CVSS7.3AI score0.0042EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2024/11/28 12:0 a.m.12 views

Fedora 41 : python-aiohttp (2024-49df7093ac)

The remote Fedora 41 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-49df7093ac advisory. Security fix for CVE-2024-52304 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not...

7.5CVSS7.4AI score0.0042EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2024/11/28 12:0 a.m.12 views

Fedora 40 : python-aiohttp (2024-04ceb82dc7)

The remote Fedora 40 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-04ceb82dc7 advisory. Security fix for CVE-2024-52304 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not...

7.5CVSS7.4AI score0.0042EPSS
Exploits0References2
SUSE Linux
SUSE Linux
added 2024/11/27 12:52 p.m.0 views

Security update for python-aiohttp

This update for python-aiohttp fixes the following issues: CVE-2024-52304: Fixed request smuggling due to incorrect parsing of chunk extensions bsc1233447 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

5.3CVSS7.4AI score0.0042EPSS
Exploits0References4
OSV
OSV
added 2024/11/27 12:52 p.m.12 views

SUSE-SU-2024:4077-1 Security update for python-aiohttp

This update for python-aiohttp fixes the following issues: - CVE-2024-52304: Fixed request smuggling due to incorrect parsing of chunk extensions bsc1233447...

7.5CVSS6.4AI score0.0042EPSS
Exploits0References3
BDU FSTEC
BDU FSTEC
added 2024/11/26 12:0 a.m.1 views

The vulnerability of the aiohttp HTTP client lies in the fact that resources are not released after their useful period has ended, allowing attackers to trigger service failures.

The vulnerability of the aiohttp HTTP client is related to the failure to release resources after their useful period has expired. Exploiting this vulnerability allows a remote attacker to cause service failures...

7.8CVSS7.2AI score0.00421EPSS
Exploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/11/26 12:0 a.m.2 views

The vulnerability of the aiohttp HTTP client, related to deficiencies in handling HTTP request headers, allows attackers to execute the “HTTP request hijacking” attack.

The vulnerability of the aiohttp HTTP client is related to deficiencies in the handling of HTTP request headers. Exploiting this vulnerability allows a remote attacker to execute an “HTTP request hijacking” attack...

7.8CVSS7AI score0.0042EPSS
Exploits0References6Affected Software2
Veracode
Veracode
added 2024/11/22 6:29 a.m.7 views

Memory Leakage

aiohttp is vulnerable to Memory Leakage. The vulnerability is due to improper handling of MatchInfoError, where each error creates a unique cache entry, allowing an attacker to exhaust server memory with numerous requests...

8.7CVSS6.5AI score0.00421EPSS
Exploits0References3Affected Software1
Veracode
Veracode
added 2024/11/22 5:59 a.m.4 views

HTTP Request Smuggling

aiohttp is vulnerable to HTTP Request Smuggling. The vulnerability is due to incorrect parsing of newlines in chunk extensions via the feeddata function by which an attacker can bypass firewall or proxy protections by sending specially crafted requests...

7.5CVSS6.2AI score0.0042EPSS
Exploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.3 views

SUSE CVE-2024-52303

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In versions starting with 3.10.6 and prior to 3.10.11, a memory leak can occur when a request produces a MatchInfoError. This was caused by adding an entry to a cache on each request, due to the building of each...

7.5CVSS9.2AI score0.00421EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/11/20 3:49 a.m.2 views

SUSE CVE-2024-52304

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.11, the Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installe...

5.3CVSS9.7AI score0.0042EPSS
Exploits0References5
OpenVAS
OpenVAS
added 2024/11/20 12:0 a.m.9 views

aiohttp < 3.10.11 HTTP Request Smuggling Vulnerability - Windows

aiohttp is prone to an HTTP request smuggling vulnerability. SPDX-FileCopyrightText: 2024 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 =...

7.5CVSS7.2AI score0.0042EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2024/11/20 12:0 a.m.22 views

aioHTTP < 3.10.11 Request Smuggling

The version of aioHTTP installed on the remote host is prior to 3.10.11. It is, therefore, affected by a request smuggling vulnerability. aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.11, the Python parser parses newlines in chunk extensions...

7.5CVSS7.7AI score0.0042EPSS
Exploits0References2
OpenVAS
OpenVAS
added 2024/11/20 12:0 a.m.9 views

aiohttp 3.10.6 < 3.10.11 Memory Leak Vulnerability - Linux

aiohttp is prone to a memory leak vulnerability. SPDX-FileCopyrightText: 2024 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:aio-libsproject:aiohttp";...

8.7CVSS7.5AI score0.00421EPSS
Exploits0References1
OpenVAS
OpenVAS
added 2024/11/20 12:0 a.m.20 views

aiohttp < 3.10.11 HTTP Request Smuggling Vulnerability - Linux

aiohttp is prone to an HTTP request smuggling vulnerability. SPDX-FileCopyrightText: 2024 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 =...

7.5CVSS7.2AI score0.0042EPSS
Exploits0References1
OpenVAS
OpenVAS
added 2024/11/20 12:0 a.m.9 views

aiohttp 3.10.6 < 3.10.11 Memory Leak Vulnerability - Windows

aiohttp is prone to a memory leak vulnerability. SPDX-FileCopyrightText: 2024 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:aio-libsproject:aiohttp";...

8.7CVSS7.5AI score0.00421EPSS
Exploits0References1
Rows per page
Query Builder