CVE-2021-23434

Updated on 27 Aug 2021

Severity

8.6 High severity

Details

CVSS score
8.6
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H

Overview

About vulnerability

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.

Details

Affected packages:
next @ 9.5.5 (+4 more)
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.

Fixes