CVE-2026-40453
CriticalCVSS 9.9Exploitation Probability (EPSS)
Elevated risk54th percentile — higher than 54% of all known CVEs
Summary
Poprawka dla CVE-2025-27636 dodała setLowerCase(true) do HttpHeaderFilterStrategy, ale nie została zastosowana do pięciu innych implementacji HeaderFilterStrategy (JMS, ClassicJMS, SJMS, CoAP, Google Pubsub). Przez to atakujący z dostępem do brokera JMS może wstrzyknąć nagłówki Camel o zmienionej wielkości liter, które są następnie interpretowane przez komponenty takie jak camel-exec i camel-file, co umożliwia zdalne wykonanie kodu i zapis dowolnych plików.
Risk Assessment
Organizacja narażona jest na zdalne wykonanie kodu (RCE) oraz nieautoryzowany zapis plików na serwerze, jeśli trasy Camel przetwarzają wiadomości JMS i przekazują je do komponentów sterowanych nagłówkami.
Recommendation
Należy niezwłocznie zaktualizować Apache Camel do wersji 4.20.0, a w przypadku gałęzi 4.14.x LTS do 4.14.6, lub gałęzi 4.18.x do 4.18.2.
Original NVD description (English source)
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.

