CVE-2026-40453
Last modified
CVE-2026-40453 is a critical-severity vulnerability rated 9.9/10 on the CVSS scale. 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. EPSS estimates a 0.86% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Camel | >= 3.0.0, < 4.14.6 |
| Apache | Camel | >= 4.15.0, < 4.18.2 |
| Apache | Camel | 4.19.0 |
References
- https://camel.apache.org/security/CVE-2026-40453.htmlVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-40453?
How severe is CVE-2026-40453?
How do I fix CVE-2026-40453?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40448Potential Integer overflow in tensor allocation size calcula…5.3
- CVE-2026-40449Integer overflow in buffer size calculation could result in …6.6
- CVE-2026-4045A flaw has been found in projectsend up to r1945. This impac…3.7
- CVE-2026-40450Integer overflow in output tensor copy size calculation in S…6.6
- CVE-2026-40451DeepL Chrome browser extension versions from v1.22.0 to v.1.…6.1
- CVE-2026-40452Incorrect Authorization, Improper Access Control vulnerabili…7.5
- CVE-2026-40454Out-of-bounds Read, Improper Input Validation vulnerability …7.5
- CVE-2026-40455An SQL Injection vulnerability exists in LMS (LAN Management…8.6
- CVE-2026-40456An OS Command Injection vulnerability exists in LMS (LAN Man…8.6
- CVE-2026-40457A Reflected Cross-Site Scripting (XSS) vulnerability exists …2.1
- CVE-2026-40458PAC4J is vulnerable to Cross-Site Request Forgery (CSRF). A …6.5
- CVE-2026-40459PAC4J is vulnerable to LDAP Injection in multiple methods. A…8.8
Are you affected by CVE-2026-40453?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
