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

CVE-2026-33454: Apache Camel's Camel-Mail component is vulnerable to Camel message header injection

April 27, 2026 (updated May 5, 2026)

The Camel-Mail component is vulnerable to Camel message header injection. The custom header filter strategy used by the component (MailHeaderFilterStrategy) only filters the ‘out’ direction via setOutFilterStartsWith, while it does not configure the ‘in’ direction via setInFilterStartsWith. As a result, when a Camel application consumes mail through camel-mail (for example via from("imap://…") or from("pop3://…")) the inbound filter check is skipped and Camel-prefixed MIME headers are mapped unfiltered into the Exchange. An attacker who can deliver an email to a mailbox monitored by such a consumer can inject Camel-specific headers that, for some Camel components downstream of the mail consumer (such as camel-bean, camel-exec, or camel-sql), can alter the behaviour of the route. This is the same pattern that was previously addressed in camel-undertow (CVE-2025-30177) and the broader incoming-header filter (CVE-2025-27636 and CVE-2025-29891).

This issue affects Apache Camel: from 3.0.0 before 4.14.6, from 4.15.0 before 4.18.1.

Users are recommended to upgrade to version 4.19.0, which fixes the issue. If users are on the 4.18.x LTS releases stream, then they are suggested to upgrade to 4.18.1. If users are on the 4.14.x LTS releases stream, then they are suggested to upgrade to 4.14.6.

References

  • camel.apache.org/security/CVE-2026-33454.html
  • github.com/advisories/GHSA-2vqf-x7g4-7c2g
  • github.com/apache/camel
  • github.com/apache/camel/commit/0307dd4709a8136eba3206701004bcb528bc47fd
  • github.com/apache/camel/commit/05cffa5ec05ff2ec3c50a77825625da6e426e7a8
  • github.com/apache/camel/commit/3926ab2b7745e36da2cd8e0dc019018bc415aff9
  • github.com/apache/camel/commit/540d48e1cb5e492bd1c74bfc5a6e929fcf24fe3b
  • github.com/apache/camel/commit/5c20de8f047de725e0b32a874cdb5108c3e46558
  • github.com/apache/camel/commit/e074c01a719cccf3b1c2efbd2ff31e60fd6220ce
  • github.com/apache/camel/pull/22146
  • github.com/apache/camel/pull/22147
  • github.com/apache/camel/pull/22148
  • github.com/apache/camel/pull/22149
  • github.com/apache/camel/pull/22150
  • github.com/apache/camel/pull/22151
  • github.com/apache/camel/pull/22152
  • issues.apache.org/jira/browse/CAMEL-23222
  • nvd.nist.gov/vuln/detail/CVE-2026-33454

Code Behaviors & Features

Detect and mitigate CVE-2026-33454 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.1

Fixed versions

  • 4.14.6
  • 4.18.1

Solution

Upgrade to versions 4.14.6, 4.18.1 or above.

Impact 9.4 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-502: Deserialization of Untrusted Data

Source file

maven/org.apache.camel/camel-mail/CVE-2026-33454.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 09 May 2026 12:18:51 +0000.