Skip to main content

Apache CXF EUVDEUVD-2026-53857

| CVE-2026-68481 HIGH
Operation on a Resource after Expiration or Release (CWE-672)
2026-08-06 apache GHSA-5c8v-93q6-cjxj
7.5
CVSS 3.1 · Vendor: apache
Share

Severity by source

Vendor (apache) PRIMARY
7.5 LOW
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
5.4 MEDIUM

Network-exploitable with low complexity; PR:L because attacker must have previously obtained a legitimate token; no availability impact; limited C and I since scope is bounded to the attacker's own prior authorization.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Red Hat
5.4 MEDIUM
qualitative

Primary rating from Vendor (apache).

CVSS VectorVendor: apache

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

3
Patch available
Aug 06, 2026 - 13:02 EUVD
Analysis Generated
Aug 06, 2026 - 12:21 vuln.today
CVE Published
Aug 06, 2026 - 11:22 cve.org
LOW

DescriptionCVE.org

In Apache CXF's DefaultEncryptingOAuthDataProvider, revoked access tokens still decrypt successfully, and TokenIntrospectionService reports active:true. The same applies to refresh tokens. This violates the RFC stipulations that 'The authorization server MUST invalidate the token.' and 'introspection of a revoked token MUST return {"active":false}'. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue.

AnalysisAI

Token revocation bypass in Apache CXF's DefaultEncryptingOAuthDataProvider allows revoked OAuth access and refresh tokens to remain functionally valid indefinitely - the provider continues to decrypt them successfully and TokenIntrospectionService returns active:true in direct violation of RFC 7009 and RFC 7662 mandates. All Apache CXF deployments using this built-in OAuth data provider and relying on token revocation as a security control are affected across the 3.6.x, 4.1.x, and 4.2.x branches. An attacker or suspended user who retains a revoked token can continue accessing protected resources as though revocation never occurred, bypassing intended authorization boundaries. No public exploit has been identified at time of analysis, though the attack requires no tooling beyond a standard HTTP client.

Technical ContextAI

Apache CXF is a major Apache Software Foundation Java services framework supporting JAX-WS, JAX-RS, and OAuth 2.0, broadly deployed in enterprise SOA and microservices environments. The DefaultEncryptingOAuthDataProvider implements OAuth 2.0 token storage using encryption - token state is encoded in the ciphertext rather than maintained server-side in a persistent revocation store. CWE-672 (Operation on a Resource after Expiration or Release) precisely characterizes the root cause: because revocation state cannot be embedded retroactively in an already-issued ciphertext, and because no server-side revocation list is consulted during decryption or introspection, the provider has no mechanism to distinguish a valid token from a revoked one at runtime. TokenIntrospectionService (per RFC 7662) is the authoritative endpoint for determining token liveness; returning active:true for revoked tokens breaks the entire revocation contract. The CPE identifier cpe:2.3:a:apache_software_foundation:apache_cxf:*:*:*:*:*:*:*:* covers all affected versions across branches.

RemediationAI

Vendor-released patches are available: upgrade Apache CXF to version 4.2.3, 4.1.8, or 3.6.12 depending on the branch in use, per the advisory at https://lists.apache.org/thread/88c0h10yjb2b8201o1km3st71fs2zw2b. If an immediate upgrade is not feasible, implement a custom OAuthDataProvider that wraps the default implementation and maintains an explicit server-side revocation list (e.g., in Redis or a relational database) checked on every introspection request - this requires application code changes and additional infrastructure but eliminates the bypass. As a short-term compensating control, reduce OAuth token lifetimes to the shortest value operationally acceptable (e.g., seconds to a few minutes for access tokens) so that revoked tokens expire naturally within a narrow window; this reduces but does not eliminate the exposure since the window between revocation and natural expiry remains vulnerable. Avoid relying on token revocation as an immediate security response (e.g., for incident response lockouts) until the patch is applied, as the revocation guarantee is non-functional in affected versions.

CVE-2026-44930 CRITICAL
9.8 May 22

Arbitrary certificate disclosure in Apache CXF's XKMS server lets remote attackers abuse an LDAP injection flaw (CWE-90)

CVE-2026-66909 CRITICAL
9.8 Aug 06

Unsafe deserialization in Apache CXF's JMS transport allows any party able to publish to the service's JMS destination t

CVE-2026-44417 HIGH
7.5 May 22

Remote code execution in Apache CXF (versions before 3.6.11, 4.0.0-4.1.5, and 4.2.0) arises because the fix for CVE-2025

CVE-2026-65432 HIGH
7.5 Aug 06

XML External Entity injection in Apache CXF's WSDL import processing allows attackers who can influence imported WSDL or

CVE-2026-64958 HIGH
7.5 Aug 06

Denial of service persists in Apache CXF due to an incomplete remediation of CVE-2026-50645, allowing unauthenticated ne

CVE-2026-61466 CRITICAL
9.1 Aug 06

Authorization scope escalation in Apache CXF's OAuth2 Dynamic Client Registration endpoint allows any registering client

CVE-2026-44618 MEDIUM
5.3 May 22

XML External Entity injection in Apache CXF's WS-Transfer module exposes SOAP endpoints to server-side file read and int

CVE-2026-57818 HIGH
8.1 Aug 06

Double-spending of OAuth2 authorization codes in Apache CXF's JCacheCodeDataProvider enables issuance of multiple valid

CVE-2026-63687 CRITICAL
9.1 Aug 06

Apache CXF's JwtRequestCodeFilter blindly copies all claims from a validly-signed JWT request object into the OAuth2 aut

CVE-2026-65583 CRITICAL
9.1 Aug 06

Authentication bypass in Apache CXF's OIDC relying-party implementation allows network-accessible attackers to forge sel

CVE-2026-68079 CRITICAL
9.8 Aug 06

Apache CXF's DefaultEncryptingCodeDataProvider allows captured OAuth 2.0 authorization codes to be redeemed an unlimited

CVE-2026-57817 HIGH
8.1 Aug 06

Authorization Code Substitution in Apache CXF's OpenID Connect Relying Party implementation allows remote attackers to h

Vendor StatusVendor

Share

EUVD-2026-53857 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy