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.
Published: 2026-09-16
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Implement Mitigation
AI Analysis

Impact

A flaw in the jwcrypto library causes the JWK.import_key() method to perform an O(n^2) duplicate check on the key_ops array, while the array length is unbounded. A remote, unauthenticated attacker can supply a JWK containing a very large key_ops array to any application that forwards attacker‑controlled JWKs to the import_key API—such as through ECDH‑ES key agreement, OIDC dynamic client registration, DPoP, or ACME account key registration. The resulting quadratic validation consumes excessive CPU time, leading to a denial of service.

Affected Systems

The vulnerability affects multiple Red Hat products. Red Hat Ansible Automation Platform (version 2), Red Hat Enterprise Linux (7, 8, 9, 10), Red Hat OpenShift AI, and Red Hat OpenStack Platform (versions 16.2 and 17.1) all contain the impacted jwcrypto component. No specific sub‑versions are listed, so any release containing the library should be considered potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.9 indicates a moderate severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The flaw is not listed in the CISA KEV catalog. Exploitation requires an unauthenticated remote party to send a JWK to an application that forwards the key material to the jwcrypto import_key method. The requirement to target a specific API endpoint and to supply large key_ops arrays makes the attack surface narrower, but any deployment that accepts public keys from external sources is at risk of CPU exhaustion. The overall risk is moderate but should be mitigated in systems that process untrusted JWKs.

Generated by OpenCVE AI on September 16, 2026 at 16:12 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.


OpenCVE Recommended Actions

  • If an updated Red Hat release that replaces the vulnerable jwcrypto component is available, install that update.
  • Restrict JWK import endpoints so that only authenticated, internal clients can send key material; remove or secure any publicly exposed contact point that accepts raw JWKs.
  • Validate the key_ops array length in the application before passing it to jwcrypto; reject or truncate arrays that exceed a reasonable threshold to avoid the quadratic check.
  • Apply request rate limiting and monitor CPU usage to detect and throttle repeated or large JWK submissions, thereby reducing the impact of a potential denial‑of‑service attempt.

Generated by OpenCVE AI on September 16, 2026 at 16:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 16 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 16 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
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.
Title Jwcrypto: jwcrypto: denial of service via o(n^2) duplicate check on unbounded jwk key_ops array
First Time appeared Redhat
Redhat ansible Automation Platform
Redhat enterprise Linux
Redhat openshift Ai
Redhat openstack
Weaknesses CWE-407
CPEs cpe:/a:redhat:ansible_automation_platform:2
cpe:/a:redhat:openshift_ai
cpe:/a:redhat:openstack:16.2
cpe:/a:redhat:openstack:17.1
cpe:/o:redhat:enterprise_linux:10
cpe:/o:redhat:enterprise_linux:7
cpe:/o:redhat:enterprise_linux:8
cpe:/o:redhat:enterprise_linux:9
Vendors & Products Redhat
Redhat ansible Automation Platform
Redhat enterprise Linux
Redhat openshift Ai
Redhat openstack
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Redhat Ansible Automation Platform Enterprise Linux Openshift Ai Openstack
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-16T14:55:19.799Z

Reserved: 2026-09-15T14:30:45.109Z

Link: CVE-2026-92091

cve-icon Vulnrichment

Updated: 2026-09-16T14:54:50.338Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-16T08:16:40.583

Modified: 2026-09-16T19:42:43.623

Link: CVE-2026-92091

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-16T07:04:07Z

Links: CVE-2026-92091 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T16:15:16Z

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity