VYPR
Unrated severityNVD Advisory· Published Jun 12, 2026· Updated Jun 12, 2026

CVE-2026-50623

CVE-2026-50623

Description

Apache CXF OAuth2 TokenIntrospectionService authentication bypass due to missing 'throw' keyword allows unauthenticated network access to the introspection endpoint.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Apache CXF OAuth2 TokenIntrospectionService authentication bypass due to missing 'throw' keyword allows unauthenticated network access to the introspection endpoint.

Vulnerability

The OAuth2 TokenIntrospectionService in Apache CXF (org.apache.cxf:cxf-rt-rs-security-oauth2) contains an authentication bypass vulnerability. Due to a missing throw keyword in the security context check, the introspection endpoint (/services/oauth2/introspect) can be accessed without authentication. This affects versions 4.2.0 before 4.2.2, and all versions before 4.1.7 [1]. The vulnerability is only exploitable if authentication on the service has not been enabled.

Exploitation

An unauthenticated network attacker can directly send requests to the /services/oauth2/introspect endpoint. No prior authentication or user interaction is required. The missing throw keyword causes the security check to fail silently, allowing the request to proceed.

Impact

Successful exploitation allows an attacker to perform token introspection without authorization. This could lead to disclosure of token validity and associated metadata, potentially aiding in further attacks. The impact is limited to scenarios where the administrator has forgotten to enable authentication on the service.

Mitigation

Users should upgrade to Apache CXF version 4.2.2 or 4.1.7, which include the fix for this issue [1]. No workarounds are documented. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog.

AI Insight generated on Jun 12, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

2

News mentions

0

No linked articles in our index yet.