Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreApplications that build a Content-Disposition header value from untrusted input
may be vulnerable to HTTP response splitting when the input is a malicious file name.
Specifically, an application can be vulnerable in either of the following cases:
Content-Disposition header from untrusted
input, and the underlying HTTP connector does not itself reject malicious characters in
header values. The servlet and reactive connectors supported by Spring Framework
(Tomcat, Reactor Netty, Jetty, Undertow) already reject such characters, so this case
applies only to non-default or legacy connectors.Content-Disposition of a part
when building an outbound multipart request body. This case is independent of the
underlying connector.When either condition is met, an attacker who controls content disposition values can break the HTTP header, or corrupt the framing of an outbound multipart body.
Spring Framework:
| Fix version | Availability |
|---|---|
| 7.0.9 | OSS |
| 7.0.8.1 | Enterprise Support Only |
| 6.2.20 | Enterprise Support Only |
| 6.1.29 | Enterprise Support Only |
| 6.0.31 | Enterprise Support Only |
| 5.3.50 | Enterprise Support Only |
| 5.2.26 | Enterprise Support Only |
No further mitigation steps are necessary.
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy