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

18 lines
670 B
Markdown

### [CVE-2020-27794](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27794)
![](https://img.shields.io/static/v1?label=Product&message=radare2&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-415%20-%20Double%20Free&color=brighgreen)
### Description
A double free issue was discovered in radare2 in cmd_info.c:cmd_info(). Successful exploitation could lead to modification of unexpected memory locations and potentially causing a crash.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-27794