CVE-2026-47856
Received Received - Intake

Unsafe Deserialization in Spring Integration

Vulnerability report for CVE-2026-47856, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

Spring Integration's JSON to object conversion uses the json__TypeId__ header to choose the deserialization target type, and resolves that header value to a class with ClassUtils.forName and no type/package allow-list. 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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 5 associated CPEs
Vendor Product Version / Range
spring integration 7.1.0
spring integration From 7.0.0 (inc) to 7.0.5 (inc)
spring integration From 6.5.0 (inc) to 6.5.10 (inc)
spring integration From 6.4.0 (inc) to 6.4.12 (inc)
spring integration From 5.5.21 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-47856 is a vulnerability in Spring Integration's JSON to object conversion where the system uses the json__TypeId__ header to select the class for deserializing JSON payloads without an allow-list. This allows attackers who control the header to force the system to load and deserialize into arbitrary classes.

Detection Guidance

Check for Spring Integration versions 7.1.0, 7.0.0-7.0.5, 6.5.0-6.5.10, 6.4.0-6.4.12, or 5.5.21 and earlier. Inspect logs for deserialization attempts using the json__TypeId__ header. Look for unexpected class loading or serialization errors in application logs.

Impact Analysis

An attacker could exploit this to execute arbitrary code or access sensitive data by manipulating the json__TypeId__ header. This could lead to remote code execution, data breaches, or denial of service if the system processes untrusted messages from sources like AMQP or Kafka.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection requirements or HIPAA's safeguards for protected health information. Non-compliance may result in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Upgrade to fixed versions: 7.1.1, 7.0.6, 6.5.11, 6.4.13, or 5.5.22. If upgrading is not possible, restrict access to message channels handling JSON payloads. Implement allow-lists for deserialization targets. Monitor for suspicious class loading activities.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47856. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart