
Find real vulnerabilities before they ship
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.
Base Score
8.6| Package (Ecosystem) | Introduced | Fixed | Limit |
|---|---|---|---|
| object-path(npm) | 0 | 0.11.6 | N/A |
| Base Score | 8.6 |
|---|---|
| Vector String | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H |
| Base Severity | High |
| Version | 3.1 |
| Attack Vector (AV) | NETWORK |