CVE-2025-61920
Description
Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to version 1.6.5, Authlib’s JOSE implementation accepts unbounded JWS/JWT header and signature segments. A remote attacker can craft a token whose base64url‑encoded header or signature spans hundreds of megabytes. During verification, Authlib decodes and parses the full input before it is rejected, driving CPU and memory consumption to hostile levels and enabling denial of service. Version 1.6.5 patches the issue. Some temporary workarounds are available. Enforce input size limits before handing tokens to Authlib and/or use application-level throttling to reduce amplification risk.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2025-61920
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2025-61920.html
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 1.2.0-1+deb12u1 |
| debian | bullseye | fixed | 0.15.4-1+deb11u1 |
| debian | forky | fixed | 1.6.5-1 |
| debian | sid | fixed | 1.6.5-1 |
| debian | trixie | fixed | 1.6.0-1+deb13u1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | authlib | <1.6.5 | 1.6.5 |
References
- https://github.com/authlib/authlib/security/advisories/GHSA-pq5p-34cr-23v9
- https://nvd.nist.gov/vuln/detail/CVE-2025-61920
- https://github.com/authlib/authlib/commit/867e3f87b072347a1ae9cf6983cc8bbf88447e5e
- https://github.com/authlib/authlib
- https://lists.debian.org/debian-lts-announce/2025/10/msg00032.html
- https://www.suse.com/security/cve/CVE-2025-61920.html
- https://security-tracker.debian.org/tracker/CVE-2025-61920
Verify integrity in audit chain (admin only). AS-IS.