Resource Exhaustion Vulnerability in joserfc Python Library
CVE-2026-48990
5.3MEDIUM
What is CVE-2026-48990?
The joserfc Python library, which implements various JSON Object Signing and Encryption (JOSE) standards, has a vulnerability in its handling of oversized payloads. In versions 1.3.4 to 1.6.5, the library fails to enforce maximum payload size limits when processing unencoded payloads, potentially allowing malicious actors to cause resource exhaustion. Normally, the library correctly rejects oversized compact and flattened JSON paths, raising an ExceededSizeError, but this validation is not applied to certain payload paths. As a result, applications depending on joserfc for secure verification of lower-trust JWS values may face moderate availability risks. The issue has been addressed in version 1.6.7.
Affected Version(s)
joserfc < 1.6.7
