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

18 lines
781 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2020-27637](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27637)
![](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 R programming languages default package manager CRAN is affected by a path traversal vulnerability that can lead to server compromise. This vulnerability affects packages installed via the R CMD install cli command or the install.packages() function from the interpreter. Update to version 4.0.3
### POC
#### Reference
- https://labs.bishopfox.com/advisories/cran-version-4.0.2
#### Github
No PoCs found on GitHub currently.