From b6b0ffdfc2639471c8f42a16aba94b9e4e1a7391 Mon Sep 17 00:00:00 2001 From: Erlend Oftedal Date: Wed, 26 Aug 2026 10:04:44 +0200 Subject: [PATCH 1/3] Improve GHSA-xxjr-mmjv-4gpg --- .../GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json index b142323d3e9f..99c63fe812a2 100644 --- a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json +++ b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json @@ -1,21 +1,17 @@ { "schema_version": "1.4.0", "id": "GHSA-xxjr-mmjv-4gpg", - "modified": "2026-06-09T10:56:34Z", + "modified": "2026-06-09T10:56:35Z", "published": "2026-01-21T23:01:22Z", "aliases": [ "CVE-2025-13465" ], - "summary": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions", - "details": "### Impact\n\nLodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the `_.unset` and `_.omit` functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. \n\nThe issue permits deletion of properties but does not allow overwriting their original behavior. \n\n### Patches\n\nThis issue is patched on 4.17.23.", + "summary": "Lodash has Prototype Pollution Vulnerability in `_.unset`, `_.omit`, and `_.pullAt` functions", + "details": "### Impact\n\nLodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the `_.unset`, `_.omit`, and `_.pullAt` functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. \n\nThe issue permits deletion of properties but does not allow overwriting their original behavior. \n\n### Patches\n\nThis issue is patched on 4.17.23.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" - }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H/E:P" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H" } ], "affected": [ @@ -131,7 +127,7 @@ "cwe_ids": [ "CWE-1321" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2026-01-21T23:01:22Z", "nvd_published_at": "2026-01-21T20:16:05Z" From 1be007af040ee4b185d3a503ae03eb52c370aad0 Mon Sep 17 00:00:00 2001 From: Erlend Oftedal Date: Thu, 27 Aug 2026 08:28:16 +0200 Subject: [PATCH 2/3] Undo CVSS/Severity --- .../01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json index 99c63fe812a2..273677cdaf74 100644 --- a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json +++ b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json @@ -8,10 +8,14 @@ ], "summary": "Lodash has Prototype Pollution Vulnerability in `_.unset`, `_.omit`, and `_.pullAt` functions", "details": "### Impact\n\nLodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the `_.unset`, `_.omit`, and `_.pullAt` functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. \n\nThe issue permits deletion of properties but does not allow overwriting their original behavior. \n\n### Patches\n\nThis issue is patched on 4.17.23.", - "severity": [ + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" + }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H" + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H/E:P" } ], "affected": [ @@ -127,7 +131,7 @@ "cwe_ids": [ "CWE-1321" ], - "severity": "HIGH", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2026-01-21T23:01:22Z", "nvd_published_at": "2026-01-21T20:16:05Z" From 5c292a183c5cf7be49279658b25c3334515741ca Mon Sep 17 00:00:00 2001 From: Erlend Oftedal Date: Thu, 27 Aug 2026 08:29:07 +0200 Subject: [PATCH 3/3] Fix indenting --- .../2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json index 273677cdaf74..f18cae522042 100644 --- a/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json +++ b/advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json @@ -8,7 +8,7 @@ ], "summary": "Lodash has Prototype Pollution Vulnerability in `_.unset`, `_.omit`, and `_.pullAt` functions", "details": "### Impact\n\nLodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the `_.unset`, `_.omit`, and `_.pullAt` functions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes. \n\nThe issue permits deletion of properties but does not allow overwriting their original behavior. \n\n### Patches\n\nThis issue is patched on 4.17.23.", - "severity": [ + "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"