CVE-2025-14777 MEDIUM

CVE-2025-14777: Keycloak: keycloak idor in realm client creating/deleting

Vendor Red Hat
Product Red Hat build of Keycloak 26.4.11
Weakness CWE-289
Published December 16, 2025
Last update April 2, 2026

CVSS base score

6.0/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality Low
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:L

What the vulnerability does

01Description

A flaw was found in Keycloak. An IDOR (Broken Access Control) vulnerability exists in the admin API endpoints for authorization resource management, specifically in ResourceSetService and PermissionTicketService. The system checks authorization against the resourceServer (client) ID provided in the API request, but the backend database lookup and modification operations (findById, delete) only use the resourceId. This mismatch allows an authenticated attacker with fine-grained admin permissions for one client (e.g., Client A) to delete or update resources belonging to another client (Client B) within the same realm by supplying a valid resource ID.

Key dates

02Disclosure timeline

December 16, 2025 CVE published
April 2, 2026 Record updated