Input validation error in Apache CXF - CVE-2026-63687
Published: August 24, 2026
Vulnerability details
The vulnerability allows a remote user to undermine PKCE integrity and OpenID Connect replay protection.
The vulnerability exists due to improper input validation in JwtRequestCodeFilter when copying claims from a signed request JWT into the authorization parameter map. A remote user can provide a validly signed request JWT to override outer code_challenge, code_challenge_method, nonce, and state values to undermine PKCE integrity and OpenID Connect replay protection.
Exploitation requires the ability to produce a validly signed request JWT, such as when a client secret is known or compromised.