Cyber Resilience

CVE-2026-43000

MediumPublic PoCUpdated

Published: 28 May 2026

Published
28 May 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v3.1 6.0 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L
EPSS Score 0.0033 24.6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-43000 is a medium-severity Incorrect Authorization (CWE-863) vulnerability in Openstack Keystone. Its CVSS base score is 6.0 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 24.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An issue was discovered in OpenStack Keystone before 29.0.2. When combined with an application credential impersonation vulnerability, an attacker with the member role on a project can escalate to admin by chaining unrestricted application credentials with Keystone trusts. The impersonated…

more

token carries the victim's identity, which passes the trustor validation check. Keystone then validates the delegated roles against the victim's actual role assignments in the database, not the roles on the requesting token. This allows the attacker to create a trust delegating the victim's admin role to themselves. The trust persists independently, and additional trusts and application credentials can be created to maintain access. All actions are logged under the victim's identity.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

CVE enables direct privilege escalation from member to admin via authorization flaw in Keystone trusts/credentials (CWE-863).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Affected Assets

openstack
keystone
14.0.0 — 27.0.2 · 28.0.0 — 28.0.2 · 29.0.0 — 29.0.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-863 CWE-266

Periodic review and update of procedures reduces incorrect authorization implementations over time.

addresses: CWE-863 CWE-266

Supervision identifies cases where authorization logic incorrectly permits unauthorized actions.

addresses: CWE-266 CWE-863

Explicitly specifying privileges and group/role memberships for accounts reduces the risk of incorrect privilege assignments.

addresses: CWE-863

Defining permitted attribute values and auditing modifications reduces the chance of incorrect authorization outcomes due to tampered or missing labels.

addresses: CWE-863

The authorization process and usage restrictions help prevent incorrect authorization for remote access types.

addresses: CWE-863

Establishing configuration and connection requirements helps ensure correct rather than incorrect authorization for wireless access.

addresses: CWE-863

Establishing connection authorization processes for mobile devices helps ensure authorization decisions are correctly implemented rather than incorrect.

addresses: CWE-863

Ensures authorization decisions for external system use are correctly implemented and enforced.

References