Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.apache.camel/camel-jms
  4. ›
  5. CVE-2026-40453

CVE-2026-40453: Apache Camel has an incomplete fix for CVE-2025-27636

April 27, 2026 (updated May 22, 2026)

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.

References

  • camel.apache.org/security/CVE-2026-40453.html
  • github.com/advisories/GHSA-jg2m-9x48-3gvj
  • github.com/apache/camel/commit/1e331daa4eea0a3f01d951e74cda8faee79495a2
  • github.com/apache/camel/commit/301bb7401cd480895b94a28a8ad6cf04952d8125
  • github.com/apache/camel/commit/3d2efeed2f6ea757f0254a1d1cdeb9a4f28ca147
  • github.com/apache/camel/pull/22569
  • github.com/apache/camel/pull/22575
  • github.com/apache/camel/pull/22576
  • issues.apache.org/jira/browse/CAMEL-23313
  • nvd.nist.gov/vuln/detail/CVE-2026-40453

Code Behaviors & Features

Detect and mitigate CVE-2026-40453 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 3.0.0 before 4.14.6, all versions starting from 4.15.0 before 4.18.2, all versions starting from 4.19.0 before 4.20.0

Fixed versions

  • 4.14.6
  • 4.18.2
  • 4.20.0

Solution

Upgrade to versions 4.14.6, 4.18.2, 4.20.0 or above.

Impact 9.9 CRITICAL

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-178: Improper Handling of Case Sensitivity

Source file

maven/org.apache.camel/camel-jms/CVE-2026-40453.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:14 +0000.