CVE-2026-33454: Apache Camel: Inbound Header Filter Missing in MailHeaderFilterStrategy Allows Remote Code Execution via MIME Header Injection (CVE-2025-30177 Variant)
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 4.14.6 - Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 4.18.1 - Upgrade
Upgrade to a fixed release to a version that resolves this vulnerability.
Fixed in 4.19.0
Event History
Frequently Asked Questions
What is the severity of CVE-2026-33454?
The severity of CVE-2026-33454 is classified as critical due to the potential for remote code execution.
How do I fix CVE-2026-33454?
To fix CVE-2026-33454, upgrade your Apache Camel to a version that is not affected, such as 4.14.7 or any version higher than 4.18.1.
What versions of Apache Camel are affected by CVE-2026-33454?
CVE-2026-33454 affects Apache Camel versions between 3.0.0 and 4.14.6, as well as versions between 4.15.0 and 4.18.1.
What is the impact of CVE-2026-33454?
The impact of CVE-2026-33454 is that it allows attackers to execute arbitrary code on the server through MIME header injection.
Is CVE-2026-33454 related to any other vulnerabilities?
Yes, CVE-2026-33454 is a variant of CVE-2025-30177, which also involves header injection vulnerabilities.