CVE-2026-68481
Received
Received - Intake
OAuth Token Introspection Flaw in Apache CXF
Vulnerability report for CVE-2026-68481, 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
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | cxf | From 4.2.3 (inc) |
| apache | cxf | From 4.1.8 (inc) |
| apache | cxf | From 3.6.12 (inc) |
| apache | cxf | 4.2.3 |
| apache | cxf | 4.1.8 |
| apache | cxf | 3.6.12 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-672 | The product uses, accesses, or otherwise operates on a resource after that resource has been expired, released, or revoked. |