From c6ac34a2901fe614958238a74737ba62d3dc6805 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:25:59 +0000 Subject: [PATCH] Publish Advisories GHSA-4www-5p9h-95mh GHSA-9gqv-wp59-fq42 --- .../GHSA-4www-5p9h-95mh.json | 52 +++++++++++++++++-- .../GHSA-9gqv-wp59-fq42.json | 52 +++++++++++++++++-- 2 files changed, 96 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json (53%) rename advisories/{unreviewed => github-reviewed}/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json (53%) diff --git a/advisories/unreviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json b/advisories/github-reviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json similarity index 53% rename from advisories/unreviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json rename to advisories/github-reviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json index 0d76f35b15b..c2ebcca9f58 100644 --- a/advisories/unreviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json +++ b/advisories/github-reviewed/2025/04/GHSA-4www-5p9h-95mh/GHSA-4www-5p9h-95mh.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-4www-5p9h-95mh", - "modified": "2025-04-15T03:30:34Z", + "modified": "2025-04-16T15:23:58Z", "published": "2025-04-15T03:30:34Z", "aliases": [ "CVE-2025-32996" ], + "summary": "http-proxy-middleware can call writeBody twice because \"else if\" is not used", "details": "In http-proxy-middleware before 2.0.8 and 3.x before 3.0.4, writeBody can be called twice because \"else if\" is not used.", "severity": [ { @@ -13,7 +14,46 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "http-proxy-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "http-proxy-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.0.4" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -27,6 +67,10 @@ "type": "WEB", "url": "https://github.com/chimurai/http-proxy-middleware/commit/020976044d113fc0bcbbaf995e91d05e2829a145" }, + { + "type": "PACKAGE", + "url": "https://github.com/chimurai/http-proxy-middleware" + }, { "type": "WEB", "url": "https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.8" @@ -41,8 +85,8 @@ "CWE-670" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-16T15:23:58Z", "nvd_published_at": "2025-04-15T03:15:18Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json b/advisories/github-reviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json similarity index 53% rename from advisories/unreviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json rename to advisories/github-reviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json index 2a856637855..8fdd95c2806 100644 --- a/advisories/unreviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json +++ b/advisories/github-reviewed/2025/04/GHSA-9gqv-wp59-fq42/GHSA-9gqv-wp59-fq42.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-9gqv-wp59-fq42", - "modified": "2025-04-15T03:30:34Z", + "modified": "2025-04-16T15:24:43Z", "published": "2025-04-15T03:30:34Z", "aliases": [ "CVE-2025-32997" ], + "summary": "http-proxy-middleware allows fixRequestBody to proceed even if bodyParser has failed", "details": "In http-proxy-middleware before 2.0.9 and 3.x before 3.0.5, fixRequestBody proceeds even if bodyParser has failed.", "severity": [ { @@ -13,7 +14,46 @@ "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "http-proxy-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "http-proxy-middleware" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.0.5" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -27,6 +67,10 @@ "type": "WEB", "url": "https://github.com/chimurai/http-proxy-middleware/commit/1bdccbeec243850f1d2bb50ea0ff2151e725d67e" }, + { + "type": "PACKAGE", + "url": "https://github.com/chimurai/http-proxy-middleware" + }, { "type": "WEB", "url": "https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.9" @@ -41,8 +85,8 @@ "CWE-754" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-16T15:24:43Z", "nvd_published_at": "2025-04-15T03:15:18Z" } } \ No newline at end of file