Vulnerability Description
A flaw was found in jwcrypto. The JWK.import_key() function validates the key_ops JWK member for duplicate values using an algorithm with O(n^2) time complexity, and the length of key_ops is not bounded. A remote, unauthenticated attacker can supply a JWK with a large key_ops array to an application that passes attacker-controlled key material to a public key-import API (reachable via ECDH-ES key agreement, OIDC dynamic client registration, DPoP, or ACME account key registration, among others) to consume excessive CPU time, resulting in a denial of service.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-92091
- https://bugzilla.redhat.com/show_bug.cgi?id=2533849
- https://github.com/latchset/jwcrypto/security/advisories/GHSA-pwgw-f7xr-863h
- https://github.com/latchset/jwcrypto/security/advisories/GHSA-pwgw-f7xr-863h
FAQ
What is CVE-2026-92091?
CVE-2026-92091 is a vulnerability with a CVSS score of 5.9 (MEDIUM). A flaw was found in jwcrypto. The JWK.import_key() function validates the key_ops JWK member for duplicate values using an algorithm with O(n^2) time complexity, and the length of key_ops is not bound...
How severe is CVE-2026-92091?
CVE-2026-92091 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-92091?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.