mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
757 B
Markdown
18 lines
757 B
Markdown
### [CVE-2021-26707](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26707)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The merge-deep library before 3.0.3 for Node.js can be tricked into overwriting properties of Object.prototype or adding new properties to it. These properties are then inherited by every object in the program, thus facilitating prototype-pollution attacks against applications using this library.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2021-26707
|
|
|