CVE-2026-40453: Apache Camel JMS, Apache Camel CoAP, Apache Camel Google PubSub: Incomplete fix for CVE-2025-27636 in non-HTTP HeaderFilterStrategies (camel-jms, camel-sjms, camel-coap, camel-google-pubsub) allows case-variant header injection
The fix for CVE-2025-27636 added setLowerCase(true) to HttpHeaderFilterStrategy so that case-variant header names such as 'CAmelExecCommandExecutable' are filtered out alongside 'CamelExecCommandExecutable'. The same setLowerCase(true) call was not applied to five non-HTTP HeaderFilterStrategy implementations: JmsHeaderFilterStrategy and ClassicJmsHeaderFilterStrategy in camel-jms, SjmsHeaderFilterStrategy in camel-sjms, CoAPHeaderFilterStrategy in camel-coap, and GooglePubsubHeaderFilterStrategy in camel-google-pubsub. Because those strategies use case-sensitive String.startsWith('Camel'/'camel') filtering while the Camel Exchange stores headers in a case-insensitive map, an attacker with JMS (or equivalent) producer access to the broker consumed by a Camel route can inject case-variant Camel internal headers, which are then resolved by downstream components such as camel-exec and camel-file using their canonical casing. This enables remote code execution and arbitrary file write on routes that forward JMS messages to header-driven components.
This issue affects Apache Camel: from 3.0.0 before 4.14.6, from 4.15.0 before 4.18.2, from 4.19.0 before 4.20.0.
Users are recommended to upgrade to version 4.20.0, which fixes the issue. If users are on the 4.14.x LTS releases stream, then they are suggested to upgrade to 4.14.6. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.2.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Apache Camel (camel-jms, camel-sjms, camel-coap, camel-google-pubsub)to a version that resolves this vulnerability.Fixed in 4.14.6 - Upgrade
Upgrade
Apache Camel (camel-jms, camel-sjms, camel-coap, camel-google-pubsub)to a version that resolves this vulnerability.Fixed in 4.18.2 - Upgrade
Upgrade
Apache Camel (camel-jms, camel-sjms, camel-coap, camel-google-pubsub)to a version that resolves this vulnerability.Fixed in 4.20.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-40453?
CVE-2026-40453 has a high severity rating due to its potential for case-variant header injection in certain Apache Camel components.
How do I fix CVE-2026-40453?
To fix CVE-2026-40453, upgrade to Apache Camel versions 4.14.7, 4.18.3, or 4.19.1 and above.
Which versions are affected by CVE-2026-40453?
CVE-2026-40453 affects Apache Camel versions from 3.0.0 to 4.14.6, and 4.15.0 to 4.18.2.
What components are impacted by CVE-2026-40453?
CVE-2026-40453 impacts Apache Camel's JMS, CoAP, and Google PubSub components.
Is CVE-2026-40453 an incomplete fix for another vulnerability?
Yes, CVE-2026-40453 is an incomplete fix for the previously reported CVE-2025-27636.