Description
A WebFlux application using functional endpoints and deployed with DispatcherServlet may be vulnerable to a header predicate bypass in a pre-flight request.
Spring Framework 7.0.0 - 7.0.8
Spring Framework 6.2.0 - 6.2.19
Spring Framework 6.1.0 - 6.1.28
Spring Framework 6.0.0 - 6.0.30
Spring Framework 5.3.0 - 5.3.49
Spring Framework 5.2.5.RELEASE - 5.2.25.RELEASE
Published: 2026-08-27
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: CORS Bypass leading to Data Exposure or CSRF
Action: Apply Patch
AI Analysis

Impact

A header predicate bypass in WebFlux functional endpoints enables an attacker to craft a pre‑flight request that is incorrectly accepted, effectively bypassing CORS restrictions. The attacker can then issue cross‑origin requests that the application would normally reject, potentially exposing sensitive data or allowing cross‑site request forgery. The weakness is an improper validation of header predicates, which can be used to gain unauthorized cross‑origin access to protected resources.

Affected Systems

The vulnerability affects Spring Framework versions 5.2.5-RELEASE through 5.2.25-RELEASE, 5.3.0 through 5.3.49, 6.0.0 through 6.0.30, 6.1.0 through 6.1.28, 6.2.0 through 6.2.19, and 7.0.0 through 7.0.8. Products using functional endpoints with DispatcherServlet are at risk.

Risk and Exploitability

The CVSS score is 9.8, the EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog, but its impact on cross‑origin requests suggests a potentially severe threat. The attack vector is remote, via crafted HTTP OPTIONS requests to the application’s endpoint, requiring the application to be exposed and to use the vulnerable functional endpoint configuration.

Generated by OpenCVE AI on September 10, 2026 at 05:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Framework to a patched release (e.g., 5.3.50+, 6.2.20+, 6.1.29+, 6.0.31+, or 7.0.9+).
  • Disable or reconfigure DispatcherServlet if it is not needed for functional endpoints, and ensure that any remaining DispatcherServlet instances have strict CORS handling.
  • Audit and tighten CORS settings to specify exact allowed origins, methods, and headers, rejecting any pre‑flight requests that do not meet these policies.

Generated by OpenCVE AI on September 10, 2026 at 05:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-807
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Framework
CPEs cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Framework

Fri, 28 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 28 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-863
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Framework
Weaknesses CWE-284
Vendors & Products Spring
Spring spring Framework

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description A WebFlux application using functional endpoints and deployed with DispatcherServlet may be vulnerable to a header predicate bypass in a pre-flight request. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19 Spring Framework 6.1.0 - 6.1.28 Spring Framework 6.0.0 - 6.0.30 Spring Framework 5.3.0 - 5.3.49 Spring Framework 5.2.5.RELEASE - 5.2.25.RELEASE
Title Spring Framework Header Predicate Bypass in WebFlux Functional Endpoints
References

Subscriptions

Spring Spring Framework
Vmware Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-28T19:11:09.411Z

Reserved: 2026-05-20T10:01:00.478Z

Link: CVE-2026-47892

cve-icon Vulnrichment

Updated: 2026-08-28T19:10:30.700Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T06:17:20.470

Modified: 2026-09-01T20:40:44.607

Link: CVE-2026-47892

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-27T05:21:40Z

Links: CVE-2026-47892 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T05:45:06Z

Weaknesses
  • CWE-807

    Reliance on Untrusted Inputs in a Security Decision

  • CWE-863

    Incorrect Authorization