Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreSerializingHttpMessageConverter deserializes the body of incoming HTTP requests with a raw java.io.ObjectInputStream and no class filtering.
Any request with Content-Type application/x-java-serialized-object whose body resolves to a Serializable type is read directly via readObject().
If an application using this converter on an inbound HTTP endpoint has any known Java deserialization "gadget" on its classpath, a remote, unauthenticated attacker can achieve arbitrary code execution.
This is a classic unsafe Java deserialization flaw (CWE-502).
Spring Integration:
| Fix version | Availability |
|---|---|
| 7.1.0.1 | Enterprise Support Only |
| 7.1.1 | OSS |
| 7.0.5.1 | Enterprise Support Only |
| 7.0.6 | OSS |
| 6.5.11 | Enterprise Support Only |
| 6.4.13 | Enterprise Support Only |
| 5.5.22 | Enterprise Support Only |
No further mitigation steps are necessary.
The issue was identified and responsibly reported by:
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy