Debian Package Tracker
Register | Log in
Subscribe

python-aiohttp

Choose email to subscribe with

general
  • source: python-aiohttp (main)
  • version: 3.11.16-1
  • maintainer: Debian Python Team (DMD)
  • uploaders: Paul Tagliamonte [DMD] – Tianon Gravi [DMD] – William Grzybowski [DMD] – Piotr Ożarowski [DMD]
  • arch: all any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.5.1-1+deb10u1
  • o-o-sec: 3.5.1-1+deb10u1
  • oldstable: 3.7.4-1
  • old-sec: 3.7.4-1+deb11u1
  • stable: 3.8.4-1+deb12u1
  • stable-sec: 3.8.4-1+deb12u1
  • testing: 3.11.16-1
  • unstable: 3.11.16-1
versioned links
  • 3.5.1-1+deb10u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.7.4-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.7.4-1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.8.4-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.11.16-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python-aiohttp-doc
  • python3-aiohttp (1 bugs: 0, 1, 0, 0)
action needed
A new upstream version is available: 3.11.18 high
A new upstream version 3.11.18 is available, you should consider packaging it.
Created: 2025-04-21 Last update: 2025-05-22 18:33
Depends on packages which need a new maintainer normal
The packages that python-aiohttp depends on which need a new maintainer are:
  • aiodns (#1074759)
    • Recommends: python3-aiodns
    • Build-Depends: python3-aiodns
Created: 2024-07-02 Last update: 2025-05-22 21:01
lintian reports 4 warnings normal
Lintian reports 4 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-04-10 Last update: 2025-04-10 00:31
4 low-priority security issues in bookworm low

There are 4 open security issues in bookworm.

1 issue left for the package maintainer to handle:
  • CVE-2024-42367: (needs triaging) aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.2, static routes which contain files with compressed variants (`.gz` or `.br` extension) are vulnerable to path traversal outside the root directory if those variants are symbolic links. The server protects static routes from path traversal outside the root directory when `follow_symlinks=False` (default). It does this by resolving the requested URL to an absolute path and then checking that path relative to the root. However, these checks are not performed when looking for compressed variants in the `FileResponse` class, and symbolic links are then automatically followed when performing the `Path.stat()` and `Path.open()` to send the file. Version 3.10.2 contains a patch for the issue.

You can find information about how to handle this issue in the security team's documentation.

3 ignored issues:
  • CVE-2023-37276: aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. 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.
  • CVE-2024-23829: aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. 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. Being more lenient than internet standards require could, depending on deployment environment, assist in request smuggling. The unhandled exception could cause excessive resource consumption on the application server and/or its logging facilities. This vulnerability exists due to an incomplete fix for CVE-2023-47627. Version 3.9.2 fixes this vulnerability.
  • CVE-2024-27306: aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server (e.g. nginx) for serving static files. Users following the recommendation are unaffected. Other users can disable `show_index` if unable to upgrade.
Created: 2023-07-21 Last update: 2025-04-23 10:32
debian/patches: 5 patches to forward upstream low

Among the 5 debian patches available in version 3.11.16-1 of the package, we noticed the following issues:

  • 5 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-04-13 20:00
news
[rss feed]
  • [2025-04-24] python-aiohttp 3.11.16-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-13] Accepted python-aiohttp 3.11.16-1 (source) into unstable (Piotr Ożarowski)
  • [2025-04-07] python-aiohttp 3.11.15-1 MIGRATED to testing (Debian testing watch)
  • [2025-04-01] Accepted python-aiohttp 3.11.15-1 (source) into unstable (Edward Betts)
  • [2025-02-03] Accepted python-aiohttp 3.7.4-1+deb11u1 (source) into oldstable-security (Jochen Sprickerhof)
  • [2025-01-17] python-aiohttp 3.10.11-1 MIGRATED to testing (Debian testing watch)
  • [2024-12-30] Accepted python-aiohttp 3.10.11-1 (source) into unstable (Colin Watson)
  • [2024-12-12] Accepted python-aiohttp 3.8.4-1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2024-12-11] Accepted python-aiohttp 3.8.4-1+deb12u1 (source) into stable-security (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2024-11-19] python-aiohttp 3.10.10-2 MIGRATED to testing (Debian testing watch)
  • [2024-11-13] Accepted python-aiohttp 3.10.10-2 (source) into unstable (Colin Watson)
  • [2024-10-29] Accepted python-aiohttp 3.10.10-1 (source) into unstable (Piotr Ożarowski)
  • [2024-10-01] Accepted python-aiohttp 3.10.8-1 (source) into unstable (Piotr Ożarowski)
  • [2024-09-27] Accepted python-aiohttp 3.10.6-1 (source) into unstable (Piotr Ożarowski)
  • [2024-08-29] python-aiohttp 3.10.5-1 MIGRATED to testing (Debian testing watch)
  • [2024-08-24] Accepted python-aiohttp 3.10.5-1 (source) into unstable (Piotr Ożarowski)
  • [2024-08-19] Accepted python-aiohttp 3.10.4-1 (source) into unstable (Colin Watson)
  • [2024-08-18] Accepted python-aiohttp 3.10.3-3 (source) into unstable (Colin Watson)
  • [2024-08-15] Accepted python-aiohttp 3.10.3-2 (source) into unstable (Colin Watson)
  • [2024-08-14] Accepted python-aiohttp 3.10.3-1 (source) into experimental (Colin Watson)
  • [2024-08-05] Accepted python-aiohttp 3.10.1-1 (source) into experimental (Colin Watson)
  • [2024-08-04] Accepted python-aiohttp 3.10.0-1 (source) into experimental (Colin Watson)
  • [2024-06-21] python-aiohttp 3.9.5-1 MIGRATED to testing (Debian testing watch)
  • [2024-06-16] Accepted python-aiohttp 3.9.5-1 (source) into unstable (Colin Watson)
  • [2023-12-21] python-aiohttp 3.9.1-1 MIGRATED to testing (Debian testing watch)
  • [2023-12-14] Accepted python-aiohttp 3.9.1-1 (source) into unstable (Bo YU) (signed by: bage@debian.org)
  • [2023-10-19] python-aiohttp 3.8.6-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-14] Accepted python-aiohttp 3.8.6-1 (source) into unstable (Piotr Ożarowski)
  • [2023-08-25] python-aiohttp 3.8.5-1 MIGRATED to testing (Debian testing watch)
  • [2023-08-20] Accepted python-aiohttp 3.8.5-1 (source) into unstable (Piotr Ożarowski)
  • 1
  • 2
bugs [bug history graph]
  • all: 2
  • RC: 0
  • I&N: 1
  • M&W: 0
  • F&P: 1
  • patch: 0
links
  • homepage
  • lintian (0, 4)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.11.16-1
  • 1 bug

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing