CVE-2021-23434
Published: 27 August 2021
Summary
CVE-2021-23434 is a medium-severity Type Confusion (CWE-843) vulnerability in Object-Path Project Object-Path. Its CVSS base score is 5.6 (Medium).
Operationally, ranked in the top 39.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2021-2112
Vulnerability details
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…
more
is ['__proto__']. This is because the === operator returns always false when the type of the operands is different.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.