Prototype Pollution In object-path
Description
Prototype Pollution in object-path
This affects the package object-path before 0.11.6. A type confusion vulnerability can lead to a bypass of CVE-2020-15256 when the path components used in the path parameter are arrays. In particular, the condition currentPath === '__proto__' returns false if currentPath is ['__proto__']. This is because the === operator returns always false when the type of the operands is different.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
npm | 0.11.6 | ||
debian 11 | 0.11.5-3+deb11u1 | ||
debian 13 | 0.11.7-1 | ||
debian 14 | 0.11.7-1 | ||
debian 12 | 0.11.7-1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.