Intel

AIKIDO-2026-11150

spring-webflux is vulnerable to Protection Mechanism Failure

Protection Mechanism FailureCVE-2026-41847 Published Yesterday

48

Medium Risk

This Affects:

JAVAspring-webflux
5.3.0 - 5.3.48
Fixed in 5.3.49
Are you affected? Scan for Free

TL;DR

Spring WebFlux applications may be vulnerable to a security bypass when using the Kotlin Router DSL. Any security-related modifications applied to the ServerRequest by the filter are silently discarded. The downstream handler receives the original, unmodified request instead of the modified one, causing the security enrichment to have no effect.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and if the application uses the Kotlin Router DSL with a filter that passes a modified or replaced ServerRequest (for example, via ServerRequestWrapper) to the next handler function in order to apply security-related concerns.

Background info

spring-webflux is vulnerable to Protection Mechanism Failure in versions 5.3.0 - 5.3.48.

How to fix this

Upgrade the org.springframework:spring-webflux library to the patch version.