CVE-2026-59230: Apache Camel: Camel-Mail: the MimeMultipart data format copied MIME headers onto the Camel message without a header filter strategy when unmarshalling with headersInline enabled

Published Aug 24, 2026
·
Updated

Improper input validation vulnerability in Apache Camel.

This issue affects Apache Camel: from 2.17.0 before 4.14.9, from 4.15.0 before 4.18.4, from 4.19.0 before 4.22.0.

The camel-mail component ships a MimeMultipart data format that can unmarshal a MIME multipart message. When it is configured with headersInline set to true, the unmarshal path copies the MIME headers of the incoming message onto the Camel message: it enumerates every header that is not one of the three standard ones it generates itself - Message-ID, MIME-Version and Content-Type - and calls setHeader for each, applying no HeaderFilterStrategy. The names of those MIME headers come from the message being unmarshalled, so a sender able to influence the message could place a header whose name falls in the Camel-internal namespace and have it set on the Exchange. Camel components read control headers from that namespace to override their configured behaviour - the camel-sql producer, for instance, takes the statement to execute from a Camel header when one is present - so an injected header could redirect what a downstream step in the route does with data the route author never intended it to take from the message. Which sinks are reachable, and what the consequences are, depends entirely on what the route does after the unmarshal step. The camel-mail consumer already applied a header filter strategy on its own inbound path, so this was the parallel inbound path into the same component that the earlier hardening did not cover. The affected copy is reached only when headersInline is enabled, which is not the default: with the default setting the MIME headers are surfaced as attachments rather than as message headers, and are not affected. The behaviour dates back to the introduction of the data format in 2.17.0 and was present on every release line until this fix.

Users are recommended to upgrade to version 4.22.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.9. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.4. For deployments that cannot upgrade immediately, leave headersInline at its default of false where the inline headers are not needed, since the copy is only reached when it is enabled. Where it must stay enabled, strip Camel-internal headers immediately after the unmarshal step, for example with removeHeaders(“Camel”) placed before any processor or producer that reads control headers, and do not unmarshal MIME content from an untrusted sender into a route that dispatches on header values. As defence in depth, treat the header names of any MIME message arriving from outside the trust boundary as untrusted input.

Affected Software

1 affected component
Apache Apache Camel>2.17.0<4.14.9, >4.15.0<4.18.4, >4.19.0<4.22.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Apache Camel to a version that resolves this vulnerability.

    Fixed in 4.14.9
  2. Upgrade

    Upgrade Apache Camel to a version that resolves this vulnerability.

    Fixed in 4.18.4
  3. Upgrade

    Upgrade Apache Camel to a version that resolves this vulnerability.

    Fixed in 4.22.0
  4. Configuration

    For deployments that cannot upgrade immediately and do not need inline headers, leave headersInline at its default of false so MIME headers are surfaced as attachments rather than as message headers.

    Camel-Mail MimeMultipart data format headersInline = false
  5. Configuration

    If headersInline must remain enabled, strip Camel-internal headers immediately after the unmarshal step by applying removeHeaders("Camel*") before any processor or producer that reads Camel control headers.

    Camel route removeHeaders('Camel*') = placed before any processor or producer that reads control headers
  6. Compensating control

    Treat MIME header names of any MIME message arriving from outside the trust boundary as untrusted input.

Event History

Aug 24, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
DescriptionWeakness
Data Sourced
via NVD·05:17 PM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are exposed?

Deployments using the camel-mail MimeMultipart data format are affected when unmarshalling is configured with headersInline set to true. The issue affects Apache Camel versions from 2.17.0 before 4.14.9, from 4.15.0 before 4.18.4, and from 4.19.0 before 4.22.0.

2

What does an attacker need to exploit this issue?

The attacker needs to be able to influence the MIME multipart message being unmarshalled. Exploitation also depends on a downstream route component reading an injected Camel-internal control header and using it to override configured behavior.

3

How can I determine whether a route is at risk?

Identify routes that use the camel-mail MimeMultipart data format with headersInline enabled and accept MIME multipart messages that a sender can influence. Review downstream route steps for components that consume Camel control headers to alter their configured behavior, such as a camel-sql producer taking a statement from a Camel header.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203