Bug 2537169 (CVE-2026-94001) - CVE-2026-94001 keycloak-services: keycloak-services: Admin credential DELETE bypasses denied reset-password permission
Summary: CVE-2026-94001 keycloak-services: keycloak-services: Admin credential DELETE ...
Keywords:
Status: NEW
Alias: CVE-2026-94001
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-19 14:05 UTC by OSIDB Bzimport
Modified: 2026-09-19 14:07 UTC (History)
10 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-19 14:05:32 UTC
A Missing Authorization flaw was found in the Keycloak Admin REST API. The endpoint for deleting user credentials (DELETE /admin/realms/{realm}/users/{id}/credentials/{credentialId}) only verifies generic user management permissions (requireManage) and fails to enforce fine-grained reset-password authorization (requireResetPassword).
This issue affects deployments where Fine-Grained Admin Permissions (FGAP) are enabled. An attacker with delegated administrator privileges, who is granted manage permissions but explicitly denied reset-password authority via a negative policy, can bypass this restriction. By invoking the credential deletion endpoint, the attacker can successfully delete stored password credentials for managed users.
The concrete impact includes:
Deleting a user's primary authentication credentials.

Causing account lockout for the victim user.

Performing a targeted denial of service against managed users.


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