CVE-2025-62706

unknown
Published 2025-10-10 · Modified 2026-02-04
CVSS v3
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS v2
VIR risk

Description

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to version 1.6.5, Authlib’s JWE zip=DEF path performs unbounded DEFLATE decompression. A very small ciphertext can expand into tens or hundreds of megabytes on decrypt, allowing an attacker who can supply decryptable tokens to exhaust memory and CPU and cause denial of service. This issue has been patched in version 1.6.5. Workarounds for this issue involve rejecting or stripping zip=DEF for inbound JWEs at the application boundary, forking and add a bounded decompression guard via decompressobj().decompress(data, MAX_SIZE)) and returning an error when output exceeds a safe limit, or enforcing strict maximum token sizes and fail fast on oversized inputs; combine with rate limiting.

Predictions

Exploit likelihood
30%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2025-62706

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2025-62706.html

OS impact

OSVersionStatusFixed in
suse slesaffected
debian debianbookwormfixed1.2.0-1+deb12u1
debian debianbullseyefixed0.15.4-1+deb11u1
debian debianforkyfixed1.6.5-1
debian debiansidfixed1.6.5-1
debian debiantrixiefixed1.6.0-1+deb13u1

Package impact

EcosystemPackageVulnerableFixed
python PyPIauthlib<1.6.51.6.5

References

Verify integrity in audit chain (admin only). AS-IS.