CVE-2026-42998
Analyzed
Analyzed - Analysis Complete
Authentication Bypass in OpenStack Keystone
Publication date: 2026-05-28
Last updated on: 2026-06-02
Assigner: MITRE
Description
Description
An issue was discovered in OpenStack Keystone before 29.0.2. The Keystone application credential authentication plugin does not verify that the user supplied in the authentication request matches the owner of the application credential. An attacker can authenticate with their own application credential ID and secret while specifying a different user's name and domain in the request body. Keystone issues a token attributed to the victim user. The impersonated token is project-scoped and carries the intersection of the application credential's roles and the victim's actual roles on the project. This enables audit evasion, reading the victim's credentials, and acting as the victim within shared projects.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openstack | keystone | From 28.0.0 (inc) to 28.0.2 (exc) |
| openstack | keystone | From 29.0.0 (inc) to 29.0.2 (exc) |
| openstack | keystone | From 14.0.0 (inc) to 27.0.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |