Files
CVEs-PoC/2020/CVE-2020-12265.md
T
2024-05-25 21:48:12 +02:00

19 lines
705 B
Markdown

### [CVE-2020-12265](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12265)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The decompress package before 4.2.1 for Node.js is vulnerable to Arbitrary File Write via ../ in an archive member, when a symlink is used, because of Directory Traversal.
### POC
#### Reference
- https://github.com/kevva/decompress/issues/71
- https://github.com/kevva/decompress/pull/73
#### Github
- https://github.com/ossf-cve-benchmark/CVE-2020-12265