Lucene search
+L

1387 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/16 12:0 a.m.9 views

SUSE SLES15 Security Update : python-aiohttp (SUSE-SU-2026:3059-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3059-1 advisory. This update for python-aiohttp fixes the following issues - CVE-2026-22815: insufficient header/trailer handling can cause a denial...

9.1CVSS6.9AI score0.00461EPSS
SaveExploits0References34
OSV
OSV
added 2026/07/13 3:46 p.m.9 views

PYSEC-2026-3033 python-engineio has possible denial of service due to maximum payload size sometimes not being enforced

Impact There are two specific configurations of the python-engineio server in which the size of incoming messages is not checked before the messages are loaded into memory. An attacker can take advantage of these to cause unnecessary memory allocations in the python-engineio server. The two cases...

7.5CVSS6.1AI score
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2026/07/13 12:0 a.m.6 views

The vulnerability of the aiohttp HTTP client, related to the failure to handle CRLF sequences in HTTP headers, allows attackers to inject arbitrary HTTP headers.

The vulnerability of the aiohttp HTTP client is related to the failure to handle CRLF sequences in HTTP headers when processing the reason parameter. Exploiting this vulnerability allows an attacker who operates remotely to inject arbitrary HTTP headers...

5.3CVSS6.2AI score0.00292EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/07/07 4:3 p.m.8 views

PYSEC-2026-1106 AIOHTTP vulnerable to DoS through chunked messages

Summary Handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. Impact If an application makes use of the request.read method in an endpoint, it may be possible for an attacker to cause the server to spend a moderate amount of blocking CPU...

8.7CVSS7AI score0.00351EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:3 p.m.7 views

PYSEC-2026-1105 AIOHTTP Vulnerable to Cookie Parser Warning Storm

Summary Reading multiple invalid cookies can lead to a logging storm. Impact If the cookies attribute is accessed in an application, then an attacker may be able to trigger a storm of warning-level logs using a specially crafted Cookie header. ---- Patch:...

6.9CVSS6.7AI score0.00338EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.9 views

PYSEC-2026-1100 AIOHTTP vulnerable to denial of service through large payloads

Summary A request can be crafted in such a way that an aiohttp server's memory fills up uncontrollably during processing. Impact If an application includes a handler that uses the Request.post method, an attacker may be able to freeze the server by exhausting the memory. ----- Patch:...

8.7CVSS7AI score0.00353EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.9 views

PYSEC-2026-1107 AIOHTTP vulnerable to DoS when bypassing asserts

Summary When assert statements are bypassed, an infinite loop can occur, resulting in a DoS attack when processing a POST body. Impact If optimisations are enabled -O or PYTHONOPTIMIZE=1, and the application includes a handler that uses the Request.post method, then an attacker may be able to...

8.7CVSS7.1AI score0.00343EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1097 AIOHTTP vulnerable to brute-force leak of internal static file path components

Summary Path normalization for static files prevents path traversal, but opens up the ability for an attacker to ascertain the existence of absolute path components. Impact If an application uses web.static not recommended for production deployments, it may be possible for an attacker to ascertai...

6.9CVSS6.7AI score0.00319EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.9 views

PYSEC-2026-1109 AIOHTTP has unicode match groups in regexes for ASCII protocol elements

Summary The parser allows non-ASCII decimals to be present in the Range header. Impact There is no known impact, but there is the possibility that there's a method to exploit a request smuggling vulnerability. ---- Patch:...

6.9CVSS6.7AI score0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.11 views

PYSEC-2026-1099 AIOHTTP's unicode processing of header values could cause parsing discrepancies

Summary The Python HTTP parser may allow a request smuggling attack with the presence of non-ASCII characters. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker may be able to execute a request smuggling...

6.9CVSS6.9AI score0.00217EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.10 views

PYSEC-2026-1101 AIOHTTP's HTTP Parser auto_decompress feature is vulnerable to zip bomb

Summary A zip bomb can be used to execute a DoS against the aiohttp server. Impact An attacker may be able to send a compressed request that when decompressed by aiohttp could exhaust the host's memory. ------ Patch: https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c91...

7.5CVSS6.8AI score0.00505EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.8 views

PYSEC-2026-1452 Home Assistant does not correctly validate SSL for outgoing requests in core and used libs

Summary Problem: Potential man-in-the-middle attacks due to missing SSL certificate verification in the project codebase and used third-party libraries. Details In the past, aiohttp-session/request had the parameter verifyssl to control SSL certificate verification. This was a boolean value. In...

7CVSS6AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.9 views

PYSEC-2026-1096 aiohttp has a memory leak when middleware is enabled when requesting a resource with a non-allowed method

Summary 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 MatchInfoError producing a unique cache entry. Impact If the user is making use of any middlewares with aiohttp.web then it is...

7.5CVSS7AI score0.00563EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 2:34 p.m.54 views

PYSEC-2026-1103 aiohttp allows request smuggling due to incorrect parsing of chunk extensions

Summary The Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. Impact If a pure Python version of aiohttp is installed i.e. without the usual C extensions or AIOHTTPNOEXTENSIONS is enabled, then an attacker m...

6.3CVSS7.2AI score0.00576EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 2:34 p.m.8 views

PYSEC-2026-1108 In aiohttp, compressed files as symlinks are not protected from path traversal

Summary Static routes which contain files with compressed variants .gz or .br extension were vulnerable to path traversal outside the root directory if those variants are symbolic links. Details The server protects static routes from path traversal outside the root directory when...

6.3CVSS7.1AI score0.00645EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/07 11:45 a.m.9 views

PYSEC-2026-1098 aiohttp vulnerable to Denial of Service when trying to parse malformed POST requests

Summary An attacker can send a specially crafted POST multipart/form-data request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. Impact An attacker can stop the application from serving requests after sending a single...

7.5CVSS6AI score0.01094EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/07/03 12:0 a.m.17 views

Python Library aiohttp < 3.14.1 Multiple Vulnerabilities

The version of the aiohttp Python library installed on the remote host is prior to 3.14.1. It is, therefore, affected by multiple vulnerabilities: - Prior to 3.14.1, no limit was present on the number of pipelined requests that could be queued. An attacker may be able to use pipelined requests to...

8.7CVSS6AI score0.00322EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/03 12:0 a.m.11 views

Python Library aiohttp < 3.14.0 Header Injection

The version of the aiohttp Python library installed on the remote host is prior to 3.14.0. It is, therefore, affected by a vulnerability: - Prior to 3.14.0, attacker-controlled input included into multipart/payload headers can be used to modify a request to inject additional headers or similar. I...

7.5CVSS6AI score0.00301EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/06/29 4:33 p.m.14 views

CVE-2026-50269

A flaw was found in aiohttp, an asynchronous HTTP client/server framework. This vulnerability, known as CRLF Carriage Return Line Feed injection, allows an attacker to modify HTTP requests by injecting malicious input into multipart or payload headers. If an application processes user-controlled...

7.5CVSS5.8AI score0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2026/06/26 8:48 p.m.4 views

GHSA-M9GH-VJ53-GVH9 python-engineio has possible denial of service due to maximum payload size sometimes not being enforced

Impact There are two specific configurations of the python-engineio server in which the size of incoming messages is not checked before the messages are loaded into memory. An attacker can take advantage of these to cause unnecessary memory allocations in the python-engineio server. The two cases...

7.5CVSS5.8AI score
SaveExploits0References2
Rows per page
Query Builder