Debian Package Tracker
Register | Log in
Subscribe

starlette

ASGI library ideal for building high performance asyncio services

Choose email to subscribe with

general
  • source: starlette (main)
  • version: 1.3.1-1
  • maintainer: Debian Python Team (DMD)
  • uploaders: Piotr Ożarowski [DMD] – Matheus Polkorny [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.14.1-1
  • oldstable: 0.26.1-1+deb12u1
  • old-sec: 0.26.1-1+deb12u2
  • old-p-u: 0.26.1-1+deb12u1
  • stable: 0.46.1-3+deb13u2
  • stable-sec: 0.46.1-3+deb13u2
  • testing: 1.3.1-1
  • unstable: 1.3.1-1
versioned links
  • 0.14.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.26.1-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.26.1-1+deb12u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.46.1-3+deb13u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.3.1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-starlette
action needed
Marked for autoremoval on 05 September due to chromium, httpcore, node-ipydatagrid, node-playwright, node-yarnpkg, towncrier: #1128867, #1135849, #1138720, #1141793, #1143321, #1143345, #1143428 high
Version 1.3.1-1 of starlette is marked for autoremoval from testing on Sat 05 Sep 2026. It depends (transitively) on chromium, httpcore, node-ipydatagrid, node-playwright, node-yarnpkg, towncrier, affected by #1128867, #1135849, #1138720, #1141793, #1143321, #1143345, #1143428. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-01 Last update: 2026-08-13 10:01
A new upstream version is available: 1.6.0 high
A new upstream version 1.6.0 is available, you should consider packaging it.
Created: 2026-08-07 Last update: 2026-08-13 09:33
3 security issues in trixie high

There are 3 open security issues in trixie.

2 important issues:
  • CVE-2026-54282: Starlette is a lightweight ASGI framework/toolkit. Prior to 1.3.0, the HTTP request path is not validated before being used to reconstruct request.url. Because request.url is rebuilt by concatenating {scheme}://{host}{path} and re-parsing the result, a path that does not begin with / (for example @google.com) moves the authority boundary during re-parsing, so request.url.hostname and request.url.netloc become attacker-controlled. Code that reads request.url.hostname (rather than the Host header or scope) can therefore be misled into trusting an attacker-supplied host. This vulnerability is fixed in 1.3.0.
  • CVE-2026-54283: Starlette is a lightweight ASGI framework/toolkit. From 0.4.1 until 1.3.1, request.form() accepts max_fields and max_part_size to bound resource consumption while parsing form data. These limits are enforced for multipart/form-data, but silently ignored for application/x-www-form-urlencoded. An unauthenticated attacker can therefore send a urlencoded body with an arbitrarily large number of fields or an arbitrarily large field, even when the application configured limits it believed would apply. This vulnerability is fixed in 1.3.1.
1 issue left for the package maintainer to handle:
  • CVE-2026-48817: (needs triaging) Starlette is a lightweight ASGI framework/toolkit. In versions 1.0.1 and below, when dispatching a request, HTTPEndpoint selects the handler by lowercasing the HTTP method and looking it up as an attribute with getattr, without restricting the lookup to a known set of HTTP verbs. When an HTTPEndpoint subclass is registered through Route(...) without an explicit methods= argument, the route does not constrain the method and every method reaches the endpoint. If a non-standard HTTP method whose lowercased name matches an attribute on the endpoint subclass reaches the endpoint, that attribute is invoked as if it were a request handler. An attacker can use this to reach methods that were never meant to be HTTP handlers, such as internal helpers, without the authorization checks applied by the intended public handler. An application (including Starlette-based frameworks like FastAPI) is affected if it registers an HTTPEndpoint subclass via Route(...) without explicitly setting methods=, and that subclass includes extra methods named like non-standard HTTP verbs that take one request argument and return a response. This issue has been fixed in version 1.1.0.

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

Created: 2026-06-18 Last update: 2026-08-11 05:00
news
[rss feed]
  • [2026-08-11] starlette 1.3.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-08-01] Accepted starlette 0.26.1-1+deb12u2 (source) into oldstable-security (Daniel Leidert)
  • [2026-07-29] Accepted starlette 1.3.1-1 (source) into unstable (Matheus Polkorny) (signed by: Carsten Schoenert)
  • [2026-05-31] starlette 1.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-05-28] Accepted starlette 0.26.1-1+deb12u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Carsten Schoenert)
  • [2026-05-28] Accepted starlette 0.46.1-3+deb13u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2026-05-28] Accepted starlette 1.1.0-1 (source) into unstable (Bastian Germann) (signed by: bage@debian.org)
  • [2026-05-27] Accepted starlette 0.26.1-1+deb12u1 (source) into oldstable-security (Debian FTP Masters) (signed by: Carsten Schoenert)
  • [2026-05-27] Accepted starlette 0.46.1-3+deb13u2 (source) into stable-security (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2026-05-23] starlette 1.0.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-25] Accepted starlette 1.0.0-1 (source) into unstable (Matheus Polkorny) (signed by: Piotr Ożarowski)
  • [2026-02-28] Accepted starlette 0.46.1-3+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Carsten Schoenert)
  • [2026-01-04] starlette 0.50.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-01-01] Accepted starlette 0.50.0-1 (source) into unstable (Carsten Schoenert)
  • [2025-07-30] starlette 0.46.1-3 MIGRATED to testing (Debian testing watch)
  • [2025-07-28] Accepted starlette 0.46.1-3 (source) into unstable (Piotr Ożarowski)
  • [2025-03-14] starlette 0.46.1-2 MIGRATED to testing (Debian testing watch)
  • [2025-03-11] Accepted starlette 0.46.1-2 (source) into unstable (Santiago Vila)
  • [2025-03-09] Accepted starlette 0.46.1-1 (source) into unstable (Alexandre Detiste)
  • [2024-11-30] starlette 0.41.3-2 MIGRATED to testing (Debian testing watch)
  • [2024-11-27] Accepted starlette 0.41.3-2 (source) into unstable (Colin Watson)
  • [2024-11-24] starlette 0.41.3-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-21] Accepted starlette 0.41.3-1 (source) into unstable (Piotr Ożarowski)
  • [2024-11-01] starlette 0.41.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-29] Accepted starlette 0.41.2-1 (source) into unstable (Piotr Ożarowski)
  • [2024-10-20] starlette 0.41.0-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-18] Accepted starlette 0.41.0-1 (source) into unstable (Piotr Ożarowski)
  • [2024-10-04] starlette 0.39.2-1 MIGRATED to testing (Debian testing watch)
  • [2024-10-01] Accepted starlette 0.39.2-1 (source) into unstable (Piotr Ożarowski)
  • [2024-09-30] starlette 0.39.1-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.3.1-1

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