mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 13:37:50 +02:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
### [CVE-2021-23434](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23434)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1570423
|
|
- https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/Live-Hack-CVE/CVE-2021-23434
|
|
- https://github.com/dellalibera/dellalibera
|
|
|