Protection mechanism failure in Spring Framework - CVE-2026-41847
Published: August 31, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass security-related request handling.
The vulnerability exists due to improper implementation in the WebFlux Kotlin Router DSL when processing requests through a filter that passes a modified or replaced ServerRequest to the next handler function. A remote attacker can send a request to bypass security-related request handling.
The issue occurs only when a filter applies security-related concerns by modifying or replacing the ServerRequest, because the downstream handler receives the original unmodified request instead.