CVE-2024-23829: aiohttp's HTTP parser (the python one, not llhttp) still overly lenient about separators
(updated )
Security-sensitive parts of the Python HTTP parser retained minor differences in allowable character sets, that must trigger error handling to robustly match frame boundaries of proxies in order to protect against injection of additional requests. Additionally, validation could trigger exceptions that were not handled consistently with processing of other malformed input.
References
- github.com/advisories/GHSA-8qpw-xqxj-h4r2
- github.com/aio-libs/aiohttp
- github.com/aio-libs/aiohttp/commit/33ccdfb0a12690af5bb49bda2319ec0907fa7827
- github.com/aio-libs/aiohttp/pull/3235
- github.com/aio-libs/aiohttp/pull/8074
- github.com/aio-libs/aiohttp/pull/8074/files
- github.com/aio-libs/aiohttp/security/advisories/GHSA-8qpw-xqxj-h4r2
- github.com/aio-libs/aiohttp/security/advisories/GHSA-gfw2-4jvh-wgfg
- github.com/pypa/advisory-database/tree/main/vulns/aiohttp/PYSEC-2024-26.yaml
- lists.debian.org/debian-lts-announce/2025/02/msg00002.html
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ICUOCFGTB25WUT336BZ4UNYLSZOUVKBD
- lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XXWVZIVAYWEBHNRIILZVB3R3SDQNNAA7
- nvd.nist.gov/vuln/detail/CVE-2024-23829
Code Behaviors & Features
Detect and mitigate CVE-2024-23829 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →