PatchSiren cyber security CVE debrief
CVE-2026-80183 OpenStack CVE debrief
CVE-2026-80183 is a vulnerability in OpenStack Keystone that allows any authenticated user holding the role:reader on any project to list every project-scoped role assignment under any domain. This issue arises from the misuse of 'None' in the list_role_assignments_for_tree function, enabling an attacker to harvest domain IDs and map role assignments across the entire cloud.
- Vendor
- OpenStack
- Product
- Keystone
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-27
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-27
- Advisory updated
- 2026-09-09
Who should care
OpenStack Keystone administrators and users with role:reader permissions on any project should assess exposure and verify patch application. Affected operator, platform, vulnerability-management, and security-team impact should be reviewed to prioritize verifying and mitigating this vulnerability.
Why it matters
CVE-2026-80183 allows authenticated users to list project-scoped role assignments under any domain in OpenStack Keystone, potentially enabling an attacker to map role assignments across the cloud.
- An attacker can harvest domain IDs and map role assignments across the entire cloud.
- Role assignments can be enumerated without elevated privileges.
- User, group, project, and role names and home-domain IDs can be disclosed.
Technical summary
The vulnerability in OpenStack Keystone allows any authenticated user holding role:reader on any project to list every project-scoped role assignment under any domain by passing a domain ID as scope.project.id with include_subtree to the GET /v3/role_assignments endpoint. This issue arises from the misuse of 'None' in the list_role_assignments_for_tree function, enabling an attacker to harvest domain IDs and map role assignments across the entire cloud. The domain's project record has domain_id=null, causing the policy domain_id check to pass for any caller. With include_names, the response discloses the names and home-domain IDs of every user, group, project, and role involved.
Defensive priority
Defenders should prioritize verifying and mitigating this vulnerability, especially in OpenStack Keystone deployments.
Recommended defensive actions
- Verify OpenStack Keystone version and apply patch 29.0.3 if vulnerable
- Restrict role assignments to necessary personnel
- Monitor role assignment queries for suspicious activity
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability in OpenStack Keystone is caused by the misuse of 'None' in list_role_assignments_for_tree. The domain's project record has domain_id=null, causing the policy domain_id check to pass for any caller. This allows an attacker to harvest domain IDs and map role assignments across the entire cloud. To verify patch application, defenders should review the official advisory and confirm affected product deployments exist in managed environments. Evidence limits suggest verifying role assignment queries for suspicious activity
Sources and references
Verified primary and authoritative sources
-
CVE-2026-80183 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-80183
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-80183 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-80183
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://launchpad.net/bugs/2154645
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.