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

18 lines
665 B
Markdown

### [CVE-2020-8298](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8298)
![](https://img.shields.io/static/v1?label=Product&message=fs-path&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Command%20Injection%20-%20Generic%20(CWE-77)&color=brighgreen)
### Description
fs-path node module before 0.0.25 is vulnerable to command injection by way of user-supplied inputs via the `copy`, `copySync`, `remove`, and `removeSync` methods.
### POC
#### Reference
- https://github.com/pillys/fs-path/pull/6
#### Github
No PoCs found on GitHub currently.