Skip to main content

Apache Camel DAPR EUVDEUVD-2026-41842

| CVE-2026-49086 MEDIUM
Improper Input Validation (CWE-20)
6.5
CVSS 3.1 · Vendor
Share

Severity by source

Vendor (CNA) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
6.4 MEDIUM

Network publish access required (AV:N, PR:L); scope changes as messages cross Dapr component boundaries (S:C); impact is redirection and exfiltration, not code execution (C:L/I:L/A:N).

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (CNA).

CVSS VectorVendor

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Severity Changed
Jul 06, 2026 - 20:22 NVD
CRITICAL MEDIUM
CVSS changed
Jul 06, 2026 - 20:22 NVD
6.5 (CRITICAL) 6.5 (MEDIUM)
Patch available
Jul 06, 2026 - 10:01 EUVD
Analysis Generated
Jul 05, 2026 - 20:38 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 3 maven packages depend on org.apache.camel:camel-dapr (2 direct, 1 indirect)

Ecosystem-wide dependent count for version 4.12.0.

Description PRE-NVD

Disclosed via oss-security. NVD scoring and full description are pending.

AnalysisAI

Routing header injection in Apache Camel's camel-dapr component allows any actor with publish access to a subscribed Dapr Pub/Sub topic to redirect or exfiltrate re-published messages to an arbitrary Dapr Pub/Sub component and topic. The flaw exists in routes that both consume and republish via Dapr - specifically, DaprPubSubConsumer blindly copies attacker-controlled CloudEvent fields (pub/sub-name and topic) into producer-direction routing headers (CamelDaprPubSubName and CamelDaprTopic), which DaprConfigurationOptionsProxy then prefers over the route's configured endpoint destination. No public exploit code or CISA KEV listing exists at time of analysis, but exploitation is mechanically straightforward for any publisher on the subscribed topic.

Technical ContextAI

Apache Camel is a widely deployed open-source integration framework implementing Enterprise Integration Patterns (EIPs). The camel-dapr component (org.apache.camel:camel-dapr) bridges Camel routes with Dapr - the Distributed Application Runtime - enabling consumption and production of CloudEvents over Dapr's Pub/Sub API. The root cause is a confused-deputy flaw (CWE-441) compounded by improper input validation (CWE-20): DaprPubSubConsumer incorrectly promoted two sender-controlled CloudEvent fields - the pub/sub component name and topic - into Camel Exchange headers that are semantically meant for producer-side routing (CamelDaprPubSubName and CamelDaprTopic). Because DaprConfigurationOptionsProxy gives these headers priority over the statically configured endpoint URI when the route republishes, an attacker who controls the inbound CloudEvent payload can override the route author's intended destination. The fix (GitHub PR #23886, committed to main and backported) stops DaprPubSubConsumer from setting these headers at all, and adds a DaprHeaderFilterStrategy to formalize header handling for future consistency. The CloudEvent format exposes a fixed closed set of fields rather than an arbitrary sender-controlled header map, which is why the confused-deputy path was possible - the component trusted field values from an untrusted sender.

RemediationAI

The primary fix is to upgrade camel-dapr to a patched release: 4.14.8 for deployments on the 4.14.x LTS stream, 4.18.3 for those on the 4.18.x stream, or 4.21.0 for those on the latest stream. All three releases were announced by the Apache Camel community in early July 2026. The fix commits are confirmed in the upstream repository (GitHub PR #23886, main commit 72d13bd13fb5960ea1b367a2e379f017c1720c5c; 4.18.x backport commit 86276a2ccc2cf8b09d7efeb38d9770845c4e1bea; 4.14.x backport commit c6fc9bb21670e5c65ea14df0f3f29baef78c2028). For deployments that cannot upgrade immediately, two compensating controls should be applied together: first, add an explicit removeHeaders('CamelDaprPubSubName', 'CamelDaprTopic') step between the Dapr consumer and any Dapr producer in the route - this strips the attacker-controlled headers before the producer reads them, preventing routing override (trade-off: this requires modifying every affected route definition and must be re-applied if routes are regenerated); second, restrict who can publish to the subscribed Dapr Pub/Sub topic to only trusted, authenticated producers at the broker level - this reduces the attacker pool but does not eliminate the header-injection path if the topic is shared. Full advisory: https://camel.apache.org/security/CVE-2026-49086.html.

More in Camel

View all
CVE-2025-27636 MEDIUM POC
5.6 Mar 09

Bypass/Injection vulnerability in Apache Camel components under particular conditions.10.0 through <= 4.10.1, from 4.8.0

CVE-2014-0002 HIGH POC
7.5 Mar 21

The XSLT component in Apache Camel before 2.11.4 and 2.12.x before 2.12.3 allows remote attackers to read arbitrary file

CVE-2016-8749 CRITICAL POC
9.8 Mar 28

Apache Camel's Jackson and JacksonXML unmarshalling operation are vulnerable to Remote Code Execution attacks. Rated cri

CVE-2014-0003 HIGH POC
7.5 Mar 21

The XSLT component in Apache Camel 2.11.x before 2.11.4, 2.12.x before 2.12.3, and possibly earlier versions allows remo

CVE-2026-23552 CRITICAL POC
9.1 Feb 23

Cross-realm token acceptance bypass in Apache Camel Keycloak security policy. The KeycloakSecurityPolicy fails to proper

CVE-2026-25747 HIGH POC
8.8 Feb 23

Deserialization of Untrusted Data vulnerability in Apache Camel LevelDB component. The Camel-LevelDB DefaultLevelDBSeria

CVE-2026-40473 HIGH POC
8.8 Apr 27

Unsafe Java deserialization in the Apache Camel camel-mina component (versions 3.0.0 through 4.14.5, 4.15.0 through 4.18

CVE-2019-0194 HIGH POC
7.5 Apr 30

Apache Camel's File is vulnerable to directory traversal. Rated high severity (CVSS 7.5), this vulnerability is remotely

CVE-2017-12634 CRITICAL
9.8 Nov 15

The camel-castor component in Apache Camel 2.x before 2.19.4 and 2.20.x before 2.20.1 is vulnerable to Java object de-se

CVE-2015-5344 CRITICAL
9.8 Feb 03

The camel-xstream component in Apache Camel before 2.15.5 and 2.16.x before 2.16.1 allow remote attackers to execute arb

CVE-2017-12633 CRITICAL
9.8 Nov 15

The camel-hessian component in Apache Camel 2.x before 2.19.4 and 2.20.x before 2.20.1 is vulnerable to Java object de-s

CVE-2013-4330 MEDIUM
6.8 Oct 04

Apache Camel before 2.9.7, 2.10.0 before 2.10.7, 2.11.0 before 2.11.2, and 2.12.0 allows remote attackers to execute arb

Share

EUVD-2026-41842 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy