CVE-2026-47864

CRITICALCVSS 9.8/10EPSS 3.44%

Last modified

CVE-2026-47864 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. SerializingHttpMessageConverter 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(). EPSS estimates a 3.44% chance of exploitation in the next 30 days.

Description

SerializingHttpMessageConverter 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. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5.10 Spring Integration 6.4.0 - 6.4.12 Spring Integration 5.5.21 and earlier

Metrics

EPSS Probability
3.44%

88.2th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
VmwareSpring Integration< 5.5.22
VmwareSpring Integration>= 6.4.0, < 6.4.13
VmwareSpring Integration>= 6.5.0, < 6.5.11
VmwareSpring Integration>= 7.0.0, < 7.0.5.1
VmwareSpring Integration>= 7.1.0, < 7.1.0.1

References

Timeline

Published
Last Modified
Status
Analyzed

Frequently Asked Questions

What is CVE-2026-47864?
SerializingHttpMessageConverter 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. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5.10 Spring Integration 6.4.0 - 6.4.12 Spring Integration 5.5.21 and earlier
How severe is CVE-2026-47864?
CVE-2026-47864 has a CVSS score of 9.8/10 (CRITICAL severity). The EPSS model estimates a 3.44% probability of exploitation in the next 30 days.
How do I fix CVE-2026-47864?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-47864?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST