Bug 2524772 (CVE-2026-80183) - CVE-2026-80183 keystone: OpenStack Keystone: Information disclosure via improper handling of domain IDs in role assignment listings
Summary: CVE-2026-80183 keystone: OpenStack Keystone: Information disclosure via impro...
Keywords:
Status: NEW
Alias: CVE-2026-80183
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-27 00:22 UTC by OSIDB Bzimport
Modified: 2026-09-10 15:31 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-27 00:22:43 UTC
In OpenStack Keystone before 29.0.3, any authenticated user holding role:reader on any project can 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. 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. The literal "default" domain ID works against any deployment created with keystone-manage bootstrap. An attacker can harvest domain IDs from the response and repeat the query to map role assignments across the entire cloud. This is caused by misuse of "None" in 

list_role_assignments_for_tree.


Note You need to log in before you can comment on or make changes to this bug.