CVE-2026-46457
Last modified
CVE-2026-46457 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Camel | >= 4.0.0, < 4.14.8 |
| Apache | Camel | >= 4.15.0, < 4.18.3 |
| Apache | Camel | >= 4.19.0, < 4.21.0 |
References
- https://camel.apache.org/security/CVE-2026-46457.htmlMitigation, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2026/07/05/10Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46457?
How severe is CVE-2026-46457?
How do I fix CVE-2026-46457?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4645Rejected reason: Duplicate of CVE-2026-32287
- CVE-2026-46452Improper Input Validation vulnerability in Apache NimBLE in …5.3
- CVE-2026-46453Improper Input Validation, Authorization Bypass Through User…5.3
- CVE-2026-46454Improper Input Validation vulnerability in Apache Camel Come…9.8
- CVE-2026-46455Insufficient Session Expiration vulnerability in Apache Came…9.8
- CVE-2026-46456Improper Input Validation vulnerability in Apache Camel AWS2…9.8
- CVE-2026-46458ICU Scandinavia Boomerang is vulnerable to an information di…7.1
- CVE-2026-46459ICU Scandinavia Boomerang is vulnerable to a missing authent…5.3
- CVE-2026-4646Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…4.3
- CVE-2026-46461Dell Server Hardware Manager, versions prior to 3.2.2, conta…7.8
- CVE-2026-46463Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.7,…6.5
- CVE-2026-46464Dell PowerProtect Data Domain, versions 7.7.1.0 through 8.7,…4.9
Are you affected by CVE-2026-46457?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
