Files
CVEs-PoC/2020/CVE-2020-7597.md
T
2024-06-18 02:51:15 +02:00

18 lines
763 B
Markdown

### [CVE-2020-7597](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7597)
![](https://img.shields.io/static/v1?label=Product&message=codecov%20npm%20module&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&color=brighgreen)
### Description
codecov-node npm module before 3.6.5 allows remote attackers to execute arbitrary commands.The value provided as part of the gcov-root argument is executed by the exec function within lib/codecov.js. This vulnerability exists due to an incomplete fix of CVE-2020-7596.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-JS-CODECOV-548879
#### Github
No PoCs found on GitHub currently.