diff --git a/advisories/unreviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json b/advisories/github-reviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json similarity index 57% rename from advisories/unreviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json rename to advisories/github-reviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json index aae329f509d..363fd643994 100644 --- a/advisories/unreviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json +++ b/advisories/github-reviewed/2025/04/GHSA-vq4p-pchp-6g6v/GHSA-vq4p-pchp-6g6v.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-vq4p-pchp-6g6v", - "modified": "2025-04-01T21:31:16Z", + "modified": "2025-04-01T22:07:14Z", "published": "2025-04-01T12:30:34Z", "aliases": [ "CVE-2025-30177" ], + "summary": "Apache Camel Missing Header Out Filter Leads to Potential Bypass/Injection Vulnerability", "details": "Bypass/Injection vulnerability in Apache Camel in Camel-Undertow component under particular conditions.\n\nThis issue affects Apache Camel: from 4.10.0 before 4.10.3, from 4.8.0 before 4.8.6.\n\nUsers are recommended to upgrade to version 4.10.3 for 4.10.x LTS and 4.8.6 for 4.8.x LTS.\n\nCamel undertow component is vulnerable to Camel message header injection, in particular the custom header filter strategy used by the component only filter the \"out\" direction, while it doesn't filter the \"in\" direction.\n\n\nThis allows an attacker to include Camel specific headers that for some Camel components can alter the behaviour such as the camel-bean component, or the camel-exec component.", "severity": [ { @@ -13,12 +14,55 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.camel:camel-undertow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.10.0" + }, + { + "fixed": "4.10.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.apache.camel:camel-undertow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.8.0" + }, + { + "fixed": "4.8.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30177" }, + { + "type": "WEB", + "url": "https://github.com/apache/camel/commit/9fd8fc30dbd98511a1faa0cbcf39ef5aeec88a64" + }, { "type": "WEB", "url": "https://camel.apache.org/security/CVE-2025-27636.html" @@ -27,6 +71,10 @@ "type": "WEB", "url": "https://camel.apache.org/security/CVE-2025-29891.html" }, + { + "type": "PACKAGE", + "url": "https://github.com/apache/camel" + }, { "type": "WEB", "url": "https://lists.apache.org/thread/dj79zdgw01j337lr9gvyy4sv8xfyw8py" @@ -37,8 +85,8 @@ "CWE-164" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-01T22:07:14Z", "nvd_published_at": "2025-04-01T12:15:15Z" } } \ No newline at end of file