Security Advisory

CVE-2021-23434

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2021-08-27 16:50:13
Last updated 2024-09-16 16:48:40
Assigner snyk
CVSS score 5.6
State PUBLISHED

Description

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.