CVE-2025-29891: Apache Camel: Camel Message Header Injection through request parameters
Bypass/Injection vulnerability in Apache Camel.
This issue affects Apache Camel: from 4.10.0 before 4.10.2, from 4.8.0 before 4.8.5, from 3.10.0 before 3.22.4.
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, or the camel-exec component.
If you have Camel applications that are directly connected to the internet via HTTP, then an attacker could include parameters in the HTTP requests that are sent to the Camel application that get translated into headers.
The headers could be both provided as request parameters for an HTTP methods invocation or as part of the payload of the HTTP methods invocation.
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.
This CVE is related to the CVE-2025-27636: while they have the same root cause and are fixed with the same fix, CVE-2025-27636 was assumed to only be exploitable if an attacker could add malicious HTTP headers, while we have now determined that it is also exploitable via HTTP parameters. Like in CVE-2025-27636, exploitation is only possible if the Camel route uses particular vulnerable components.
Other sources
Bypass/Injection vulnerability in Apache Camel.
This issue affects Apache Camel: from 4.9.0 before 4.10.2, from 4.0.0 before 4.8.5, from 3.10.0 before 3.22.4.
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, or the camel-exec component.
If you have Camel applications that are directly connected to the internet via HTTP, then an attacker could include parameters in the HTTP requests that are sent to the Camel application that get translated into headers.
The headers could be both provided as request parameters for an HTTP methods invocation or as part of the payload of the HTTP methods invocation.
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.
This CVE is related to the CVE-2025-27636: while they have the same root cause and are fixed with the same fix, CVE-2025-27636 was assumed to only be exploitable if an attacker could add malicious HTTP headers, while we have now determined that it is also exploitable via HTTP parameters. Like in CVE-2025-27636, exploitation is only possible if the Camel route uses particular vulnerable components.
— GitHub
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
maven/org.apache.camel:camel-supportto a version that resolves this vulnerability.Fixed in 4.8.5 - Upgrade
Upgrade
maven/org.apache.camel:camel-supportto a version that resolves this vulnerability.Fixed in 4.10.2 - Upgrade
Upgrade
maven/org.apache.camel:camel-supportto a version that resolves this vulnerability.Fixed in 3.22.4 - Upgrade
Upgrade
Apache Camelto a version that resolves this vulnerability.Fixed in 4.10.2 - Upgrade
Upgrade
Apache Camelto a version that resolves this vulnerability.Fixed in 4.8.5 - Upgrade
Upgrade
Apache Camelto a version that resolves this vulnerability.Fixed in 3.22.4 - Compensating control
If Camel applications are directly exposed to the internet via HTTP, reduce exposure (e.g., restrict inbound HTTP access so attackers cannot reach the Camel endpoints that could translate request parameters into headers.
Event History
Frequently Asked Questions
What is the severity of CVE-2025-29891?
CVE-2025-29891 is classified as a bypass/injection vulnerability affecting specific versions of Apache Camel.
How do I fix CVE-2025-29891?
To fix CVE-2025-29891, upgrade to Apache Camel version 4.10.2, 4.8.5, or 3.22.4 depending on your current version.
Which versions of Apache Camel are affected by CVE-2025-29891?
CVE-2025-29891 affects Apache Camel versions from 4.10.0 before 4.10.2, 4.8.0 before 4.8.5, and 3.10.0 before 3.22.4.
What type of issue is CVE-2025-29891?
CVE-2025-29891 is categorized as a bypass/injection vulnerability which can lead to unauthorized actions within the application.
Is a patch available for CVE-2025-29891?
Yes, the patch for CVE-2025-29891 is included in the latest releases of Apache Camel as specified in the recommended version upgrades.