CORS Header Injection Vulnerability Affecting Keycloak by Red Hat
CVE-2026-37977
3.7LOW
What is CVE-2026-37977?
A CORS header injection vulnerability in Keycloak's User-Managed Access (UMA) token endpoint allows remote attackers to manipulate the Access-Control-Allow-Origin header using a client-supplied JSON Web Token (JWT). This issue arises from the improper validation of the azp claim, potentially exposing low-sensitivity information from error responses of the authorization server. It primarily affects configurations where the target client permits all origins through webOrigins: ["*"], leading to weakened origin isolation.