Reflected File Download (RFD) The advisory has been revoked - it doesn't affect any version of package org.springframework:spring-webflux Open this link in a new tab


    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 67.12% (98th percentile)
Expand this section
NVD
7.5 high
Expand this section
Red Hat
8 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGSPRINGFRAMEWORK-542934
  • published 22 Jan 2020
  • disclosed 16 Jan 2020
  • credit Roman Shalymov

Amendment

This was deemed not a vulnerability.

Overview

org.springframework:spring-webflux is a Spring Framework module that contains support for reactive HTTP and WebSocket clients as well as for reactive server web applications including REST, HTML browser, and WebSocket style interactions.

Affected versions of this package are vulnerable to Reflected File Download (RFD). A reflected file download attack is possible when the filename attribute of the Content-Disposition header is derived from user-supplied input.

PoC

curl 'http://127.0.0.1:8080/?filename=sample&contents=Hello,%20World' --dump-header -