CVE-2026-1486

A flaw was found in Keycloak. A vulnerability exists in the jwt-authorization-grant flow where the server fails to verify if an Identity Provider (IdP) is enabled before issuing tokens. The issuer lookup mechanism (lookupIdentityProviderFromIssuer) retrieves the IdP configuration but does not filter for isEnabled=false. If an administrator disables an IdP (e.g., due to a compromise or offboarding), an entity possessing that IdP's signing key can still generate valid JWT assertions that Keycloak accepts, resulting in the issuance of valid access tokens.
Configurations

No configuration.

History

No history.

Information

Published : 2026-02-09 20:15

Updated : 2026-07-15 02:18


NVD link : CVE-2026-1486

Mitre link : CVE-2026-1486

CVE.ORG link : CVE-2026-1486


JSON object : View

Products Affected

No product.

CWE
CWE-358

Improperly Implemented Security Check for Standard