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


Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
37.45% (98th percentile)

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 IDSNYK-JAVA-ORGSPRINGFRAMEWORK-542935
  • published22 Jan 2020
  • disclosed16 Jan 2020
  • creditRoman Shalymov

Introduced: 16 Jan 2020

CVE-2020-5398  (opens in a new tab)
CWE-494  (opens in a new tab)

Amendment

This was deemed not a vulnerability.

Overview

org.springframework:spring-webmvc is a package that provides Model-View-Controller (MVC) architecture and ready components that can be used to develop flexible and loosely coupled web applications.

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 -