CVE-2026-92091

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.
Configurations

No configuration.

History

16 Sep 2026, 15:18

Type Values Removed Values Added
References () https://github.com/latchset/jwcrypto/security/advisories/GHSA-pwgw-f7xr-863h - () https://github.com/latchset/jwcrypto/security/advisories/GHSA-pwgw-f7xr-863h -

Information

Published : 2026-09-16 08:16

Updated : 2026-09-16 15:18


NVD link : CVE-2026-92091

Mitre link : CVE-2026-92091

CVE.ORG link : CVE-2026-92091


JSON object : View

Products Affected

No product.

CWE
CWE-407

Inefficient Algorithmic Complexity