Bug 1213511 (CVE-2023-37276) - VUL-0: CVE-2023-37276: python-aiohttp: HTTP request smuggling via llhttp HTTP request parser
Summary: VUL-0: CVE-2023-37276: python-aiohttp: HTTP request smuggling via llhttp HTTP...
Status: RESOLVED FIXED
Alias: CVE-2023-37276
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: SUSE Public Cloud Maintainer
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/373006/
Whiteboard: CVSSv3.1:SUSE:CVE-2023-37276:5.3:(AV:...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-20 11:18 UTC by Stoyan Manolov
Modified: 2023-10-24 11:34 UTC (History)
5 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stoyan Manolov 2023-07-20 11:18:02 UTC
CVE-2023-37276

This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Application`), you are not affected by this vulnerability if you are using aiohttp as an HTTP client library (ie `aiohttp.ClientSession`). Sending a crafted HTTP request will cause the server to misinterpret one of the HTTP header values leading to HTTP request smuggling. This issue has been addressed in version 3.8.5. Users are advised to upgrade. Users unable to upgrade can reinstall aiohttp using `AIOHTTP_NO_EXTENSIONS=1` as an environment variable to disable the llhttp HTTP request parser implementation. The pure Python implementation isn't vulnerable.

Reference:

https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-37276
https://bugzilla.redhat.com/show_bug.cgi?id=2224185
https://www.cve.org/CVERecord?id=CVE-2023-37276
https://github.com/aio-libs/aiohttp/blob/v3.8.4/.gitmodules
https://github.com/aio-libs/aiohttp/commit/9337fb3f2ab2b5f38d7e98a194bde6f7e3d16c40
https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w
https://hackerone.com/reports/2001873
Comment 4 Sean Marlow 2023-10-12 19:01:57 UTC
This does not affect SUSE:SLE-15-SP1:Update / python-aiohttp.

The CVE is for the vendored package llhttp which was added in 3.8.0. The version in SUSE:SLE-15-SP1:Update is 3.6.0 and thus doesn't even have llhtp vendored.
Comment 5 Sean Marlow 2023-10-12 19:03:15 UTC
Details found in project changelog https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst#380-2021-10-31
Comment 12 Marcus Meissner 2023-10-24 11:34:50 UTC
ALP version is not affected anymore.