-
Notifications
You must be signed in to change notification settings - Fork 725
[GHSA-xxjr-mmjv-4gpg] Lodash has Prototype Pollution Vulnerability in _.unset and _.omit functions
#9211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GHSA-xxjr-mmjv-4gpg] Lodash has Prototype Pollution Vulnerability in _.unset and _.omit functions
#9211
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All of this is a result of the form used on Github to "improve this finding". It gave me errors on the existing CVSS without me changing it. So reverting this part is a good idea.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @copilot Revert the CVSS and severity part of this change |
||
| "github_reviewed": true, | ||
| "github_reviewed_at": "2026-01-21T23:01:22Z", | ||
| "nvd_published_at": "2026-01-21T20:16:05Z" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't a CVSS v3.1. The old one was also a CVSS4.0. Look at the changeset.