Server-side request forgery (SSRF) In org.keycloak:keycloak-services
Description
Keycloak has a Forced Browsing issue
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
maven | 26.6.2 |
Aliases
1. 2. 3. 4. 5.
References
1. 2. 3.