Search for packages
| purl | pkg:pypi/pydash@4.2.1 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-uzfr-vhbe-3qgb
Aliases: CVE-2023-26145 GHSA-8mjr-6c96-39w8 PYSEC-2023-179 |
This affects versions of the package pydash before 6.0.0. A number of pydash methods such as pydash.objects.invoke() and pydash.collections.invoke_map() accept dotted paths (Deep Path Strings) to target a nested Python object, relative to the original source object. These paths can be used to target internal class attributes and dict items, to retrieve, modify or invoke nested Python objects. **Note:** The pydash.objects.invoke() method is vulnerable to Command Injection when the following prerequisites are satisfied: 1) The source object (argument 1) is not a built-in object such as list/dict (otherwise, the __init__.__globals__ path is not accessible) 2) The attacker has control over argument 2 (the path string) and argument 3 (the argument to pass to the invoked method) The pydash.collections.invoke_map() method is also vulnerable, but is harder to exploit as the attacker does not have direct control over the argument to be passed to the invoked function. |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-02T04:19:38.591576+00:00 | Pypa Importer | Affected by | VCID-uzfr-vhbe-3qgb | https://github.com/pypa/advisory-database/blob/main/vulns/pydash/PYSEC-2023-179.yaml | 38.6.0 |