CRITICAL🇵🇱 Wersja polska

CVE-2026-50627

CVSS 9.1pub. 2026-06-12upd. 2026-08-07

The JwtAccessTokenValidator class in Apache CXF fails to validate the 'aud' (Audience) claims of incoming JWT access tokens. This allows a JWT issued for one Resource Server to be successfully replayed against a completely different Resource Server, leading to Token Confusion/Routing attacks. Users are recommended to upgrade to versions 4.2.2 or 4.1.7 or 3.6.12, which fixes this issue.

🤖 AI Analysis
How it works

The vulnerability mechanism results from the omission of 'aud' (Audience) field validation in JWT tokens by the JwtAccessTokenValidator class. The 'aud' field specifies which resource server the token was issued for. The lack of its verification means that a JWT token legitimately issued for one Resource Server can be successfully transmitted (replayed) to a completely different Resource Server and accepted there. This leads to a Token Confusion attack, in which authorization boundaries between different services are violated.

Impact

An attacker possessing a valid JWT token for one service can gain unauthorized access to other services (Resource Servers) in the same infrastructure. This can lead to breaches of confidentiality, integrity, and availability of protected resources.

Mitigation & patch

Apache CXF should be updated to version 4.2.2 or 4.1.7, in which the issue has been fixed. Details are available in the vendor references on the Apache mailing list.

Who is affected

Apache CXF in versions prior to 4.2.2 and 4.1.7, using the JwtAccessTokenValidator class to validate JWT tokens.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Apache Cxf

    APP
    Apache
    < 4.1.74.2.0 – 4.2.2 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-65583CRITICAL9.1PL ✓same product

Apache CXF: pominięcie walidacji tokenów OIDC umożliwia authentication bypass

CVE-2026-66909CRITICAL9.8PL ✓same product

Apache CXF: RCE przez niebezpieczną deserializację JMS ObjectMessage

CVE-2026-63687CRITICAL9.1PL ✓same product

Apache CXF: podmiana parametrów PKCE i OIDC przez JWT w JwtRequestCodeFilter

CVE-2026-61466CRITICAL9.1PL ✓same product

Apache CXF: brak walidacji scope w rejestracji klienta OAuth2

CVE-2026-68079CRITICAL9.8PL ✓same product

Apache CXF: wielokrotne użycie kodu autoryzacyjnego OAuth (CWE-294)