CVE-2026-61466
Received Received - Intake

OAuth2 Scope Validation Bypass in Apache CXF

Vulnerability report for CVE-2026-61466, 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

In Apache CXF's OAuth2 Dynamic Client Registration endpoint, the authorization server accepts and stores the `scope` value supplied in the client registration request verbatim, without validating it against an AS-defined allowlist. This could lead to a client self-assigning privileged scopes at registration time. 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 6 associated CPEs
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
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-304 The product implements an authentication technique, but it skips a step that weakens the technique.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Apache CXF's OAuth2 Dynamic Client Registration endpoint. The authorization server accepts and stores the scope value from client registration requests without validating it against a predefined allowlist. This allows clients to self-assign privileged scopes during registration.

Detection Guidance

To detect this vulnerability, check the Apache CXF version in use. If it is below 4.2.3, 4.1.8, or 3.6.12, the system is vulnerable. Use commands like 'cxf --version' or inspect the application's dependency files (e.g., pom.xml for Maven or build.gradle for Gradle) to verify the version.

Impact Analysis

An attacker could register a client with elevated privileges by specifying privileged scopes. This could lead to unauthorized access to protected resources or data if the client is granted excessive permissions.

Compliance Impact

This vulnerability could violate compliance requirements by allowing unauthorized access to sensitive data, potentially breaching GDPR's data protection principles or HIPAA's access control mandates. Proper scope validation is critical for maintaining compliance.

Mitigation Strategies

Immediately upgrade Apache CXF to version 4.2.3, 4.1.8, or 3.6.12 or later. After upgrading, review client registrations to ensure no privileged scopes were self-assigned. Monitor logs for suspicious registration attempts.

Chat Assistant

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

EPSS Chart