Bug 2506746 (CVE-2026-17059) - CVE-2026-17059 keycloak-services: keycloak-services: Information disclosure via role-users endpoint bypasses per-user view filter
Summary: CVE-2026-17059 keycloak-services: keycloak-services: Information disclosure v...
Keywords:
Status: NEW
Alias: CVE-2026-17059
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-07-24 13:38 UTC by OSIDB Bzimport
Modified: 2026-07-24 14:01 UTC (History)
28 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-24 13:38:22 UTC
A missing authorization filter flaw was found in Keycloaks role-users REST API endpoint. When an authenticated user with restricted administrative privileges such as query-users and view-realm requests the list of users assigned to a specific role via GET /admin/realms/{realm}/roles/{role-name}/users, the system returns the full representation of all member users. The root cause is that the RoleResource.getRoleUserMembers method verifies the callers permission to view the role but fails to apply the per-user view filter to the resulting list. This allows a delegated administrator to bypass intended access restrictions and perform unauthorized enumeration of user PII, including usernames, email addresses, and full names, for any user assigned to a role the administrator can view.


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