{ "schema_version": "1.4.0", "id": "GHSA-96v5-c2h5-56hm", "modified": "2025-03-19T15:44:48Z", "published": "2025-03-12T15:32:06Z", "aliases": [ "CVE-2025-29891" ], "summary": "Apache Camel Message Header Injection through request parameters", "details": "Bypass/Injection vulnerability in Apache Camel.\n\nThis 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.\n\nUsers 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.\n\nThis 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.\n\nIf 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. \n\nThe headers could be both provided as request parameters for an HTTP methods invocation or as part of the payload of the HTTP methods invocation.\n\nAll 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.\n\nThis 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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L" } ], "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.camel:camel-support" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "3.10.0" }, { "fixed": "3.22.4" } ] } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.camel:camel-support" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "4.9.0" }, { "fixed": "4.10.2" } ] } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.camel:camel-support" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "4.0.0-M1" }, { "fixed": "4.8.5" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29891" }, { "type": "WEB", "url": "https://github.com/apache/camel/commit/23a833eec6131a3cdce6e4b1b40b3ac2035b6adf" }, { "type": "WEB", "url": "https://github.com/apache/camel/commit/45a6b74f7f8af8fd58f197566938a9534392a624" }, { "type": "WEB", "url": "https://camel.apache.org/security/CVE-2025-27636.html" }, { "type": "WEB", "url": "https://camel.apache.org/security/CVE-2025-29891.html" }, { "type": "WEB", "url": "https://github.com/akamai/CVE-2025-27636-Apache-Camel-PoC" }, { "type": "PACKAGE", "url": "https://github.com/apache/camel" }, { "type": "WEB", "url": "https://issues.apache.org/jira/browse/CAMEL-21828" } ], "database_specific": { "cwe_ids": [ "CWE-164" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-03-12T20:19:10Z", "nvd_published_at": "2025-03-12T15:15:40Z" } }