CVE-2026-53938
Last modified
CVE-2026-53938 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). Prior to version 0.6.2.5, cjose's JWE decryption path for the AES Key Wrap key-management algorithms (`alg` = `A128KW`, `A192KW`, `A256KW`) does not validate the length of the attacker-supplied `encrypted_key` (JWE Encrypted Key) before unwrapping it into a fixed-size, heap-allocated Content Encryption Key (CEK) buffer. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). Prior to version 0.6.2.5, cjose's JWE decryption path for the AES Key Wrap key-management algorithms (`alg` = `A128KW`, `A192KW`, `A256KW`) does not validate the length of the attacker-supplied `encrypted_key` (JWE Encrypted Key) before unwrapping it into a fixed-size, heap-allocated Content Encryption Key (CEK) buffer. A remote, unauthenticated attacker who can submit a crafted JWE to an application that decrypts it with an AES-KW symmetric key can trigger an out-of-bounds heap write, corrupting the heap. This leads at minimum to a crash (denial of service) and, depending on the heap layout and allocator, may be leverageable for further memory-corruption impact. `cjose_jwe_import()` / `cjose_jwe_decrypt()` are pre-authentication entry points: they parse and process fully attacker-controlled input. Upgrade to cjose 0.6.2.5 to receive a patch. If upgrading is not immediately possible, reject the AES Key Wrap algorithms (`A128KW`/`A192KW`/`A256KW`) for untrusted JWEs at the application layer.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OpenIDC | cjose | < 0.6.2.5 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-53938?
How severe is CVE-2026-53938?
How do I fix CVE-2026-53938?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-53930NocoDB is software for building databases as spreadsheets. P…5.1
- CVE-2026-53931NocoDB is software for building databases as spreadsheets. P…6.9
- CVE-2026-53932laravel-backup-restore restores database backups made with s…8
- CVE-2026-53933Maravel, a PHP framework oriented towards dependency injecti…6.9
- CVE-2026-53935Cilium is a networking, observability, and security solution…6.9
- CVE-2026-53937MCP Kotlin SDK is the Kotlin Multiplatform software developm…6.2
- CVE-2026-53939OpenIDC/cjose is a C library implementing the Javascript Obj…9.1
- CVE-2026-5394An authenticated administrative user who can import or save …7
- CVE-2026-53940Conda is a system-level binary package and environment manag…8.8
- CVE-2026-53941Inspektor Gadget is a set of tools and framework for data co…6.9
- CVE-2026-53943Ghost is a Node.js content management system. From until 6.…9.6
- CVE-2026-53944Ghost is a Node.js content management system. From 6.0.9 unt…5.8
Are you affected by CVE-2026-53938?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
