Home / CVE DB / CVE-2025-27636
Standard
Vulnerability Identifier

CVE-2025-27636

2025-03-09
Severity Assessment
5.6
MEDIUM
CVSS v3.x Score
Clinical Analysis (Description)

Bypass/Injection vulnerability in Apache Camel components under particular conditions.

This issue affects Apache Camel: from 4.10.0 through <= 4.10.1, from 4.8.0 through <= 4.8.4, from 3.10.0 through <= 3.22.3.

Users are recommended to upgrade to version 4.10.2 for 4.10.x LTS, 4.8.5 for 4.8.x LTS and 3.22.4 for 3.x releases.



This vulnerability is present in Camel's default incoming header filter, that allows an attacker to include Camel specific

headers that for some Camel components can alter the behaviours such as the camel-bean component, to call another method

on the bean, than was coded in the application. In the camel-jms component, then a malicious header can be used to send

the message to another queue (on the same broker) than was coded in the application. This could also be seen by using the camel-exec component




The attacker would need to inject custom headers, such as HTTP protocols. So if you have Camel applications that are

directly connected to the internet via HTTP, then an attacker could include malicious HTTP headers in the HTTP requests

that are send to the Camel application.




All the known Camel HTTP component such as camel-servlet, camel-jetty, camel-undertow, camel-platform-http, and camel-netty-http would be vulnerable out of the box.

In these conditions an attacker could be able to forge a Camel header name and make the bean component invoking other methods in the same bean.

In terms of usage of the default header filter strategy the list of components using that is:


* camel-activemq
* camel-activemq6
* camel-amqp
* camel-aws2-sqs
* camel-azure-servicebus
* camel-cxf-rest
* camel-cxf-soap
* camel-http
* camel-jetty
* camel-jms
* camel-kafka
* camel-knative
* camel-mail
* camel-nats
* camel-netty-http
* camel-platform-http
* camel-rest
* camel-sjms
* camel-spring-rabbitmq
* camel-stomp
* camel-tahu
* camel-undertow
* camel-xmpp






The vulnerability arises due to a bug in the default filtering mechanism that only blocks headers starting with "Camel", "camel", or "org.apache.camel.". 


Mitigation: You can easily work around this in your Camel applications by removing the headers in your Camel routes. There are many ways of doing this, also globally or per route. This means you could use the removeHeaders EIP, to filter out anything like "cAmel, cAMEL" etc, or in general everything not starting with "Camel", "camel" or "org.apache.camel.".

Vector Sequencing

Attack Parameters

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Impact Consequences

Technical Impact

Unchanged
Scope
Low
Confidentiality
Low
Integrity
Low
Availability
AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
Weakness Classification

CWE-CWE-178

Affected Population

Affected Configurations

Total: 59 detected entries

Software List Scrollable
ap
camel
Vendor: apache • v3.15.0
ap
camel
Vendor: apache • v3.20.7
ap
camel
Vendor: apache • v3.20.6
ap
camel
Vendor: apache • v3.11.3
ap
camel
Vendor: apache • v3.16.0
ap
camel
Vendor: apache • v3.14.8
ap
camel
Vendor: apache • v3.21.2
ap
camel
Vendor: apache • v3.18.8
ap
camel
Vendor: apache • v3.20.1
ap
camel
Vendor: apache • v3.11.4
ap
camel
Vendor: apache • v3.18.0
ap
camel
Vendor: apache • v3.14.9
ap
camel
Vendor: apache • v3.22.3
ap
camel
Vendor: apache • v3.14.1
ap
camel
Vendor: apache • v4.8.3
ap
camel
Vendor: apache • v3.14.4
ap
camel
Vendor: apache • v3.11.1
ap
camel
Vendor: apache • v3.20.4
ap
camel
Vendor: apache • v3.11.7
ap
camel
Vendor: apache • v3.21.1
ap
camel
Vendor: apache • v4.8.4
ap
camel
Vendor: apache • v3.14.2
ap
camel
Vendor: apache • v3.21.5
ap
camel
Vendor: apache • v3.12.0
ap
camel
Vendor: apache • v3.18.3
ap
camel
Vendor: apache • v3.20.5
ap
camel
Vendor: apache • v3.22.2
ap
camel
Vendor: apache • v3.17.0
ap
camel
Vendor: apache • v3.18.4
ap
camel
Vendor: apache • v3.18.2
ap
camel
Vendor: apache • v3.11.2
ap
camel
Vendor: apache • v3.14.6
ap
camel
Vendor: apache • v3.14.0
ap
camel
Vendor: apache • v3.20.8
ap
camel
Vendor: apache • v4.8.2
ap
camel
Vendor: apache • v3.22.1
ap
camel
Vendor: apache • v4.8.0
ap
camel
Vendor: apache • v3.11.0
ap
camel
Vendor: apache • v3.18.7
ap
camel
Vendor: apache • v3.13.0
ap
camel
Vendor: apache • v3.14.7
ap
camel
Vendor: apache • v3.20.9
ap
camel
Vendor: apache • v3.11.5
ap
camel
Vendor: apache • v3.21.0
ap
camel
Vendor: apache • v4.10.1
ap
camel
Vendor: apache • v3.21.4
ap
camel
Vendor: apache • v3.20.0
ap
camel
Vendor: apache • v3.19.0
ap
camel
Vendor: apache • v3.22.0
ap
camel
Vendor: apache • v3.18.1
ap
camel
Vendor: apache • v3.14.5
ap
camel
Vendor: apache • v4.8.1
ap
camel
Vendor: apache • v3.14.3
ap
camel
Vendor: apache • v3.10.0
ap
camel
Vendor: apache • v3.21.3
ap
camel
Vendor: apache • v4.10.0
ap
camel
Vendor: apache • v3.20.3
ap
camel
Vendor: apache • v3.20.2
ap
camel
Vendor: apache • v3.11.6
Timeline

Time Line

PUBLICATION
09 Mar 2025
MODIFICATION
23 Jun 2025
FIRST PATCH
21 Apr 2026
Impact Statistics

Key Metrics

CVSS Score
5.6
MEDIUM
Products
59
Affected
Patches
2
Available
Remediation Protocol

Recommended Solution

No automatic solution found. Check vendor references.
Recommended Actions for Administrators

Immediate Action Plan

1. Inventory

Identify all affected systems in your infrastructure.

2. Assessment

Assess exposure and criticality for your organization.

3. Mitigation

Apply patches or available workarounds.

4. Verification

Test and confirm effectiveness of applied measures.