Intel

AIKIDO-2026-214722

spring-integration-core is vulnerable to Improper Neutralization of Special Elements

Improper Neutralization of Special ElementsCVE-2026-59322 Published 6 days ago

63

Medium Risk

This Affects:

JAVAspring-integration-core
0.0.1 - 7.0.5
Fixed in 7.0.6
7.1.0 - 7.1.0
Fixed in 7.1.1
Are you affected? Scan for Free

TL;DR

spring-integration-core EmbeddedHeadersJsonMessageMapper deserializes embedded JSON headers into MessageHeaders without filtering names. A wire peer can inject replyChannel, errorChannel, routingSlip, or json__TypeId__ and redirect downstream handling. Default ZeroMQ raw-byte receiving is one affected path. The patch sanitizes untrusted header names before they enter the message.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and EmbeddedHeadersJsonMessageMapper is used with default header parsing, such as on ZeroMqChannel.

Background info

spring-integration-core is vulnerable to Improper Neutralization of Special Elements in versions 0.0.1 - 7.0.5 and 7.1.0 - 7.1.0.

How to fix this

Upgrade the org.springframework.integration:spring-integration-core library to the patch version.