You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Affected package: object-path
Ecosystem: NPM
Affected version range: < 0.11.6
Summary: Prototype Pollution in object-path
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.
identifiers: [{'type': 'GHSA', 'value': 'GHSA-v39p-96qg-c8rf'}, {'type': 'CVE', 'value': 'CVE-2021-23434'}]
Fixed Version: 0.11.6
Created Date = January 25, 2022
---
Affected package: object-path
Ecosystem: NPM
Affected version range: < 0.11.8
Summary: Prototype Pollution in object-path
Description: object-path is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
identifiers: [{'type': 'GHSA', 'value': 'GHSA-8v63-cqqc-6r2c'}, {'type': 'CVE', 'value': 'CVE-2021-3805'}]
Fixed Version: 0.11.8
Created Date = January 25, 2022
---
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: