Describe the bug
Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the _.unset and _.omit functions
To Reproduce
Lodash 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.
The issue permits deletion of properties but does not allow overwriting their original behavior.
Expected code snippet and corresponding request
Patched version
4.17.23
Additional context
https://nvd.nist.gov/vuln/detail/CVE-2025-13465