Bug 2524147 (CVE-2026-80179) - CVE-2026-80179 jwcrypto: jwcrypto: Denial of Service via malformed JWE tokens
Summary: CVE-2026-80179 jwcrypto: jwcrypto: Denial of Service via malformed JWE tokens
Keywords:
Status: NEW
Alias: CVE-2026-80179
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-25 21:56 UTC by OSIDB Bzimport
Modified: 2026-08-31 20:56 UTC (History)
25 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-25 21:56:28 UTC
The compact JWE fallback in JWE.deserialize() splits attacker-controlled token text on every period delimiter before checking that the compact serialization has the required five segments. A malformed token containing millions of periods can therefore force a large delimiter-derived list allocation and raise MemoryError before jwcrypto reaches its normal malformed-token rejection, which can degrade availability for services that parse untrusted JWE values.


Note You need to log in before you can comment on or make changes to this bug.