AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-14777

MEDIUM · CVSS 6 EPSS 0.32%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-12-16 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.0. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-14777
Severity
MEDIUM
CVSS
6
EPSS
0.32%

Original NVD Description

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.