CVE-2026-46456

CRITICAL LAB

Apache Camel AWS2-SQS - Camel Control Header Injection

Title source: manual
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-46456. PoCs published by oscerd.

AI-analyzed exploit summary This repository demonstrates CVE-2026-46456, a message-header injection vulnerability in Apache Camel's camel-aws2-sqs component (versions ≤4.18.2). The exploit sends crafted SQS message attributes that are improperly filtered, allowing attacker-controlled Camel headers (e.g., `CamelExecCommandExecutable`) to execute arbitrary commands via a downstream exec producer.

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.

Exploits (1)

github WORKING POC
by oscerd · javapoc
https://github.com/oscerd/CVE-2026-46456

This repository demonstrates CVE-2026-46456, a message-header injection vulnerability in Apache Camel's camel-aws2-sqs component (versions ≤4.18.2). The exploit sends crafted SQS message attributes that are improperly filtered, allowing attacker-controlled Camel headers (e.g., `CamelExecCommandExecutable`) to execute arbitrary commands via a downstream exec producer.

Classification
Working Poc 99%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Apache Camel camel-aws2-sqs component (versions ≤4.18.2)
No auth needed
Prerequisites: Access to send messages to an SQS queue consumed by a vulnerable Camel route · Downstream Camel route using a producer (e.g., `exec`) that honors injected headers
mistral-large-3 · analyzed Jul 14, 2026 Full analysis →

References (2)

Core 2

Scores

CVSS v3 9.8
EPSS 0.0047
EPSS Percentile 37.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact total

Lab Environment

COMMUNITY
Community Lab
docker pull eclipse-temurin:21-jre
docker pull localstack/localstack:3.0

Details

CWE
CWE-20
Status published
Products (4)
apache/camel 4.0.0 - 4.14.8
Apache Software Foundation/Apache Camel 4.0.0 - 4.14.8
Apache Software Foundation/Apache Camel 4.15.0 - 4.18.3
Apache Software Foundation/Apache Camel 4.19.0 - 4.21.0
Published Jul 06, 2026
Tracked Since Jul 06, 2026