joserfc has Possible Uncontrolled Resource Consumption Vulnerability Triggered by Logging Arbitrarily Large JWT Token Payloads
Description
joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption (JOSE) standards. In versions from 1.3.3 to before 1.3.5 and from 1.4.0 to before 1.4.2, the ExceededSizeError exception messages are embedded with non-decoded JWT token parts and may cause Python logging to record an arbitrarily large, forged JWT payload. In situations where a misconfigured — or entirely absent — production-grade web server sits in front of a Python web application, an attacker may be able to send arbitrarily large bearer tokens in the HTTP request headers. When this occurs, Python logging or diagnostic tools (e.g., Sentry) may end up processing extremely large log messages containing the full JWT header during the joserfc.jwt.decode() operation. The same behavior also appears when validating claims and signature payload sizes, as the library raises joserfc.errors.ExceededSizeError() with the full payload embedded in the exception message. Since the payload is already fully loaded into memory at this stage, the library cannot prevent or reject it. This issue has been patched in versions 1.3.5 and 1.4.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
joserfcPyPI | >= 1.3.3, < 1.3.5 | 1.3.5 |
joserfcPyPI | >= 1.4.0, < 1.4.2 | 1.4.2 |
Affected products
4- osv-coords3 versions
< 4.10.0-r1+ 2 more
- (no CPE)range: < 4.10.0-r1
- (no CPE)range: < 4.10.0-r1
- (no CPE)range: >= 1.3.3, < 1.3.5
- authlib/joserfcv5Range: >= 1.3.3, < 1.3.5
Patches
Vulnerability mechanics
References
7- github.com/advisories/GHSA-frfh-8v73-gjg4ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-65015ghsaADVISORY
- github.com/authlib/joserfc/commit/63932f169d924caffafa761af2122b82059017f7ghsax_refsource_MISCWEB
- github.com/authlib/joserfc/commit/673c8743fd0605b0e1de6452be6cba75f44e466bghsax_refsource_MISCWEB
- github.com/authlib/joserfc/releases/tag/1.3.5ghsax_refsource_MISCWEB
- github.com/authlib/joserfc/releases/tag/1.4.2ghsax_refsource_MISCWEB
- github.com/authlib/joserfc/security/advisories/GHSA-frfh-8v73-gjg4ghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.