
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-37276 affects aiohttp versions 3.8.4 and earlier, which are bundled with llhttp v6.0.6. The vulnerability specifically impacts users utilizing aiohttp as an HTTP server (aiohttp.Application), while those using it solely as an HTTP client library (aiohttp.ClientSession) are not affected. The vulnerability was disclosed on July 19, 2023, and has been fixed in version 3.8.5 (GitHub Advisory).
The vulnerability stems from the llhttp HTTP request parser implementation, which is used by default when installing from a wheel. When processing HTTP requests, the parser can misinterpret HTTP header values, leading to HTTP request smuggling vulnerabilities. The issue has been assigned a CVSS v3.1 base score of 7.5 HIGH by NVD and 5.3 MEDIUM by GitHub, with a vector string of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N. The vulnerability is classified as CWE-444 (Inconsistent Interpretation of HTTP Requests) (NVD).
When exploited, the vulnerability allows attackers to craft specific HTTP requests that cause the server to misinterpret HTTP header values. This can lead to HTTP request smuggling, where the server processes request boundaries differently than intended, potentially allowing attackers to bypass security controls or manipulate request processing (GitHub Advisory).
The primary mitigation is to upgrade to aiohttp version 3.8.5 or later. For users unable to upgrade, a workaround exists by reinstalling aiohttp with the environment variable AIOHTTPNOEXTENSIONS=1, which disables the vulnerable llhttp HTTP request parser implementation in favor of the pure Python implementation that is not vulnerable to this issue (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."