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

CVE-2026-46457: Apache 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

July 6, 2026 (updated August 28, 2026)

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.

References

  • camel.apache.org/security/CVE-2026-46457.html
  • github.com/advisories/GHSA-7v55-q9x3-83cj
  • github.com/apache/camel/commit/67f7ea7465a1bf637339975c69a82327890e22f0
  • github.com/apache/camel/commit/be8aad96fa04f81d2b58884e27ba6755c9ad2718
  • github.com/apache/camel/commit/f7022926ca9c1c94866bf32596c9869f424a3b2c
  • github.com/apache/camel/pull/23233
  • github.com/apache/camel/pull/23250
  • github.com/apache/camel/pull/23255
  • github.com/apache/camel/releases/tag/camel-4.14.8
  • github.com/apache/camel/releases/tag/camel-4.18.3
  • github.com/apache/camel/releases/tag/camel-4.21.0
  • issues.apache.org/jira/browse/CAMEL-23515
  • nvd.nist.gov/vuln/detail/CVE-2026-46457

Code Behaviors & Features

Detect and mitigate CVE-2026-46457 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 4.0.0 before 4.14.8, all versions starting from 4.15.0 before 4.18.3, all versions starting from 4.19.0 before 4.21.0

Fixed versions

  • 4.14.8
  • 4.18.3
  • 4.21.0

Solution

Upgrade to versions 4.14.8, 4.18.3, 4.21.0 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-20: Improper Input Validation

Source file

maven/org.apache.camel/camel-nats/CVE-2026-46457.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Tue, 22 Sep 2026 12:20:27 +0000.