CVE-2026-7500 MEDIUM

CVE-2026-7500: Org.keycloak.keycloak-services: improper access control on keycloak server when the account account api feature is disabled

Vendor Red Hat
Product Red Hat build of Keycloak 26.6.3
Weakness CWE-425 · Forced browsing
Published April 30, 2026
Last update June 10, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

When Keycloak is started with `--features-disabled=account,account-api`, the Account REST API is only partially disabled. Five endpoints under the versioned path `/account/v1alpha1` remain fully functional — including both read and write operations — because they lack the `checkAccountApiEnabled()` gate that correctly blocks four other endpoints in the same REST service class. The user needs to have permissions to use the API.

Key dates

02Disclosure timeline

April 30, 2026 CVE published
June 10, 2026 Record updated