Lucene search
K

1084 matches found

RedhatCVE
RedhatCVE
added 2026/01/06 7:32 a.m.2 views

CVE-2025-69230

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. A remote attacker can exploit this vulnerability by sending multiple specially crafted invalid cookies. This can trigger a storm of warning-level logs, leading to a Denial of Service DoS condition...

6.9CVSS6.5AI score0.00011EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/01/06 7:28 a.m.2 views

CVE-2025-69225

A flaw was found in aiohttp, an asynchronous HTTP client/server framework. The parser logic allows non-ASCII decimal characters in the HTTP Range header. This could potentially enable a remote attacker to exploit a request smuggling vulnerability, leading to the bypass of security controls or...

6.9CVSS6.2AI score0.00041EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/01/06 7:27 a.m.3 views

CVE-2025-69229

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for asyncio and Python. An attacker can exploit this vulnerability by sending a large number of chunks in a message. This can lead to excessive blocking CPU usage when the application processes the request, potentially...

8.7CVSS6.4AI score0.00042EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2026/01/06 7:27 a.m.2 views

CVE-2025-69228

A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the Request.post method, causes the server's memory to fill uncontrollably. This can lead to a Denial of Service DoS by freezing the server, making it unavailable to...

8.7CVSS6.5AI score0.00069EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/01/06 7:27 a.m.3 views

CVE-2025-69227

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post method, provided that Python optimizations are enabled. This could lead to ...

8.7CVSS6.4AI score0.00025EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/01/06 7:27 a.m.2 views

CVE-2025-69226

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. An attacker can exploit a vulnerability in the path normalization logic for static files to determine if specific absolute path components exist on the server. This information disclosure is possible if the...

6.3CVSS5.9AI score0.0007EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2026/01/06 7:27 a.m.4 views

CVE-2025-69224

A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending requests containing non-ASCII characters to the Python HTTP parser. This could lead to a request smuggling attack, allowing the attacker to bypass...

6.3CVSS6.4AI score0.00047EPSS
Exploits0References5
NVD
NVD
added 2026/01/06 12:15 a.m.3 views

CVE-2025-69227

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled -O or PYTHONOPTIMIZE=1, and the...

8.7CVSS0.00025EPSS
Exploits0References2
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

DEBIAN-CVE-2025-69227

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled -O or PYTHONOPTIMIZE=1, and the...

7.5CVSS7.8AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.2 views

AZL-73512 CVE-2025-69229 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. If an application makes use of the request.read method in an endpoint, it...

8.7CVSS5.7AI score0.00042EPSS
Exploits0References1
NVD
NVD
added 2026/01/06 12:15 a.m.2 views

CVE-2025-69229

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. If an application makes use of the request.read method in an endpoint, it...

8.7CVSS0.00042EPSS
Exploits0References3
NVD
NVD
added 2026/01/06 12:15 a.m.1 views

CVE-2025-69228

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post method, ...

8.7CVSS0.00069EPSS
Exploits0References2
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

AZL-73509 CVE-2025-69228 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post method, ...

8.7CVSS6.2AI score0.00069EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

AZL-73532 CVE-2025-69228 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post method, ...

8.7CVSS6.2AI score0.00069EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

AZL-73506 CVE-2025-69227 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled -O or PYTHONOPTIMIZE=1, and the...

8.7CVSS5.9AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.2 views

AZL-73535 CVE-2025-69229 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. If an application makes use of the request.read method in an endpoint, it...

8.7CVSS5.7AI score0.00042EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.3 views

AZL-73529 CVE-2025-69227 affecting package python-aiohttp 3.6.2-3

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled -O or PYTHONOPTIMIZE=1, and the...

8.7CVSS6.5AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

DEBIAN-CVE-2025-69228

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post method, ...

7.5CVSS7.5AI score0.00069EPSS
Exploits0References1
NVD
NVD
added 2026/01/06 12:15 a.m.1 views

CVE-2025-69230

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, reading multiple invalid cookies can lead to a logging storm. If the cookies attribute is accessed in an application, then an attacker may be able to trigger a storm of warning-level logs...

6.9CVSS0.00011EPSS
Exploits0References2
OSV
OSV
added 2026/01/06 12:15 a.m.1 views

DEBIAN-CVE-2025-69230

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, reading multiple invalid cookies can lead to a logging storm. If the cookies attribute is accessed in an application, then an attacker may be able to trigger a storm of warning-level logs...

5.3CVSS7.5AI score0.00011EPSS
Exploits0References1
Rows per page
Query Builder