CVE-2026-63687
Received Received - Intake

JWT Claim Injection in Apache CXF

Vulnerability report for CVE-2026-63687, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: Apache Software Foundation

Description

Apache CXF's JwtRequestCodeFilter copies all claims from a signed request JWT into the authorization parameter map without excluding security-sensitive parameters. A client that can produce a validly-signed request JWT (e.g., one whose client_secret is known or compromised) can thereby substitute the code_challenge, code_challenge_method, nonce, and state values that were set in the outer HTTP request, undermining PKCE integrity and OpenID Connect replay protection. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
apache cxf 4.2.3
apache cxf 4.1.8
apache cxf 3.6.12

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Apache CXF's JwtRequestCodeFilter copies all claims from a signed request JWT into the authorization parameter map without excluding security-sensitive parameters. This allows a client with a validly-signed JWT to substitute values like code_challenge, code_challenge_method, nonce, and state, which undermines PKCE integrity and OpenID Connect replay protection.

Detection Guidance

To detect this vulnerability, check if your Apache CXF version is below 4.2.3, 4.1.8, or 3.6.12. Use commands like 'mvn dependency:tree' or 'java -jar cxf.jar version' to verify the installed version. Inspect JWT handling in logs for unexpected parameter substitutions.

Impact Analysis

An attacker could exploit this to bypass security protections like PKCE and replay protection, potentially gaining unauthorized access to user accounts or sensitive data. This is especially risky if client secrets are compromised or predictable.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating confidentiality requirements in GDPR and HIPAA. Compliance may be compromised if user data is exposed due to weakened authentication protections.

Mitigation Strategies

Upgrade Apache CXF to versions 4.2.3, 4.1.8, or 3.6.12 or later to address the vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63687. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart