CVE-2026-46457: Apache Camel: Camel-NATS: Inbound NATS message headers are mapped into the Exchange without a configured HeaderFilterStrategy, allowing a client that can publish to the subject to inject Camel control headers

Published Jul 6, 2026
·
Updated

Improper Input Validation vulnerability in Apache Camel NATS component.

The camel-nats component maps inbound NATS message headers into the Camel Exchange but defaulted its headerFilterStrategy to a bare new DefaultHeaderFilterStrategy() with no inbound rules configured (NatsConfiguration). With no inFilter, inFilterPattern or inFilterStartsWith set, DefaultHeaderFilterStrategy.applyFilterToExternalHeaders returns not filtered for every header name, so NatsConsumer copies every NATS message header - including Camel-internal control headers such as CamelHttpUri, CamelFileName or CamelSqlQuery - unmodified onto the Camel message. A client able to publish to the consumed NATS subject can therefore inject arbitrary Camel control headers that influence the behaviour of downstream producers in the route (for example redirecting an HTTP producer, changing a file name, or overriding a query); the injected headers also persist across internal direct, seda and vm hops. The concrete downstream impact depends on which producers the route uses. NATS message headers require NATS 2.2 or later, and the issue is reachable without credentials when the NATS server is configured without authentication (the NATS server default). This issue affects Apache Camel: from 4.0.0 before 4.14.8, from 4.15.0 before 4.18.3, from 4.19.0 before 4.21.0.

Users are recommended to upgrade to version 4.21.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.8. If users are on the 4.18.x releases stream, then they are suggested to upgrade to 4.18.3. The fix makes camel-nats default to a dedicated NatsHeaderFilterStrategy that filters the Camel header namespace case-insensitively on inbound mapping, so client-supplied Camel / camel headers are no longer copied into the Exchange. For deployments that cannot upgrade immediately, strip the Camel control headers from inbound NATS messages before they reach any downstream producer (for example removeHeaders('Camel') and removeHeaders('camel') at the start of the route), and enable authentication on the NATS server so that only trusted clients can publish to the consumed subject.

Affected Software

4 affected components
Apache Camel>4.0.0<=4.14.8, >4.15.0<=4.18.3, >4.19.0<=4.21.0
Apache Camel>=4.0.0<4.14.8
Apache Camel>=4.15.0<4.18.3
Apache Camel>=4.19.0<4.21.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Apache Camel (camel-nats) to a version that resolves this vulnerability.

    Fixed in 4.14.8
  2. Upgrade

    Upgrade Apache Camel (camel-nats) to a version that resolves this vulnerability.

    Fixed in 4.18.3
  3. Upgrade

    Upgrade Apache Camel (camel-nats) to a version that resolves this vulnerability.

    Fixed in 4.21.0
  4. Configuration

    For deployments that cannot upgrade immediately, at the very start of the Camel route add removal of inbound NATS headers matching the Camel control-header namespaces, e.g. removeHeaders('Camel*') and removeHeaders('camel*'), before the message reaches any downstream producer.

    Apache Camel route using camel-nats removeHeaders('Camel*') / removeHeaders('camel*') at the start of the route = Enable header stripping of inbound Camel control headers (Camel* and camel*) before any downstream producer
  5. Compensating control

    Enable authentication on the NATS server so only trusted clients can publish to the consumed subject (the issue is reachable when NATS server is configured without authentication, which is the default).

Event History

Jul 6, 2026
CVE Published
via MITRE·07:57 AM
Data Sourced
via MITRE·07:57 AM
DescriptionWeakness
Data Sourced
via NVD·09:16 AM
DescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-46457?

CVE-2026-46457 has a risk rating of 65, indicating a medium severity level.

2

What is CVE-2026-46457 about?

CVE-2026-46457 is an improper input validation vulnerability in the Apache Camel NATS component that allows for the injection of Camel control headers.

3

How do I fix CVE-2026-46457?

To fix CVE-2026-46457, configure a custom HeaderFilterStrategy to control which headers are mapped into the Camel Exchange.

4

Which software is affected by CVE-2026-46457?

CVE-2026-46457 affects the Apache Camel software, specifically the Camel NATS component.

5

What can happen if CVE-2026-46457 is exploited?

If exploited, CVE-2026-46457 can allow an attacker to inject malicious control headers into the Camel Exchange, potentially compromising the application's behavior.

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