CVE-2026-46456 Details
Description
Improper Input Validation vulnerability in Apache Camel AWS2-SQS Component. The camel-aws2-sqs component map inbound message attributes into the Camel Exchange through a component-specific HeaderFilterStrategy. Sqs2HeaderFilterStrategy configured only an outbound filter (setOutFilterPattern, which blocks Camel*, breadcrumbId and org.apache.camel.* headers being written to the broker) but did not configure an inbound filter. As a result, when Sqs2Consumer copies each SQS MessageAttribute into the Exchange via HeaderFilterStrategy.applyFilterToExternalHeaders, DefaultHeaderFilterStrategy applied no inbound rule and treated every header name as not filtered - including Camel-internal control headers such as CamelHttpUri, CamelFileName or CamelSqlQuery - copying them unmodified onto the Camel message. Any principal able to send messages to the consumed SQS queue (for example a cross-account sender or a lower-privileged in-account component holding sqs:SendMessage) could therefore set 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. 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 adds an inbound HeaderFilterStrategy rule to Sqs2HeaderFilterStrategy that filters the Camel header namespace case-insensitively on inbound mapping, so sender-supplied Camel* / camel* headers are no longer copied into the Exchange. For deployments that cannot upgrade immediately, strip the Camel control headers from inbound messages before they reach any downstream producer (for example removeHeaders('Camel*') and removeHeaders('camel*') at the start of the route), and restrict who may send to the consumed SQS queue by applying least-privilege sqs:SendMessage permissions on the queue resource policy.
A vulnerability exists in the Apache Camel AWS2-SQS component due to improper input validation. The component maps inbound message attributes into the Camel Exchange using a HeaderFilterStrategy that, while configured to block certain headers from being sent to the SQS broker, failed to filter headers coming in from SQS. This oversight allows any principal capable of sending messages to the SQS queue—such as a cross-account sender or a lower-privileged in-account component with SQS send permissions—to inject arbitrary Camel control headers. These headers can alter the behavior of downstream producers in the route, potentially redirecting HTTP producers, changing file names, or overriding SQL query parameters. The injected headers also persist across internal Camel routing hops, such as direct, seda, and vm. The vulnerability affects Apache Camel versions 4.0.0 prior to 4.14.8, 4.15.0 prior to 4.18.3, and 4.19.0 prior to 4.21.0.
Users are advised to upgrade to Apache Camel version 4.21.0, 4.14.8 (for those on the 4.14.x LTS release stream), or 4.18.3 (for those on the 4.18.x release stream). The fix introduces an inbound HeaderFilterStrategy rule that filters Camel header namespaces case-insensitively, preventing the copying of sender-supplied Camel headers into the Exchange. For users unable to upgrade immediately, it is recommended to remove Camel control headers from inbound messages before they reach downstream producers and to apply least-privilege SQS send permissions on the queue resource policy.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 6, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2026/07/05/9 | CVE | Mailing ListThird Party Advisory |
| https://camel.apache.org/security/CVE-2026-46456.html | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| apache camel | >= 4.0.0, < 4.14.8 >= 4.15.0, < 4.18.3 >= 4.19.0, < 4.21.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 8, 2026 | Initial Analysis | [email protected] |
| Jul 6, 2026 | CVE Modified | CISA-ADP |
| Jul 6, 2026 | CVE Modified | CVE |
| Jul 6, 2026 | New CVE Received | [email protected] |