CVE-2026-47880

Updated on 27 Aug 2026

Severity

4.0 Medium severity

Details

CVSS score
4.0
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N

Overview

About vulnerability

A producer who can publish to a JMS destination consumed by any Spring Integration JMS inbound component can set String JMS properties named replyChannel, errorChannel, or json__TypeId__ which are copied verbatim into the Spring Integration MessageHeaders. Downstream framework code (AbstractMessageProducingHandler.sendOutput, MessagePublishingErrorHandler.resolveErrorChannel) resolves a String replyChannel/errorChannel header to a Spring bean via BeanFactoryChannelResolver, allowing the attacker to redirect handler output or error messages to any MessageChannel bean in the application context, bypassing the intended flow wiring.

Details

Affected product:
Apache Log4j , Spring , camel
Affected packages:
Spring Boot @ 2.7.18 (+2675 more)

Fixes