Skip to content

Commit b6b0ffd

Browse files
committed
1 parent 528bbfe commit b6b0ffd

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

advisories/github-reviewed/2026/01/GHSA-xxjr-mmjv-4gpg/GHSA-xxjr-mmjv-4gpg.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-xxjr-mmjv-4gpg",
4-
"modified": "2026-06-09T10:56:34Z",
4+
"modified": "2026-06-09T10:56:35Z",
55
"published": "2026-01-21T23:01:22Z",
66
"aliases": [
77
"CVE-2025-13465"
88
],
9-
"summary": "Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions",
10-
"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.",
9+
"summary": "Lodash has Prototype Pollution Vulnerability in `_.unset`, `_.omit`, and `_.pullAt` functions",
10+
"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.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
15-
},
1612
{
1713
"type": "CVSS_V4",
18-
"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"
14+
"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"
1915
}
2016
],
2117
"affected": [
@@ -131,7 +127,7 @@
131127
"cwe_ids": [
132128
"CWE-1321"
133129
],
134-
"severity": "MODERATE",
130+
"severity": "HIGH",
135131
"github_reviewed": true,
136132
"github_reviewed_at": "2026-01-21T23:01:22Z",
137133
"nvd_published_at": "2026-01-21T20:16:05Z"

0 commit comments

Comments
 (0)