Bug 2539965 (CVE-2026-97177) - CVE-2026-97177 keycloak-services: keycloak-services: Generic user update bypasses denied reset-password permission
Summary: CVE-2026-97177 keycloak-services: keycloak-services: Generic user update bypa...
Keywords:
Status: NEW
Alias: CVE-2026-97177
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-09-24 05:39 UTC by OSIDB Bzimport
Modified: 2026-09-24 05:39 UTC (History)
10 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-24 05:39:04 UTC
A Missing Authorization flaw was found in the org.keycloak.services.resources.admin package of Keycloak. The Admin REST API endpoint for updating user information (PUT /admin/realms/{realm}/users/{id}) enforces generic user management permissions (requireManage) but fails to validate fine-grained reset-password authorization (requireResetPassword).
In environments where Fine-Grained Admin Permissions (FGAP) are enabled, a delegated administrator who has been granted manage permissions but is explicitly denied reset-password authority can include a credentials object in the user update payload. Because the specific permission check is missing in this code path, the password update is processed successfully.
Successful exploitation allows a restricted administrator to:
Set a new password for any managed user.

Gain full unauthorized access to victim accounts (account takeover).

Lock legitimate users out of their accounts.


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