cve/2019/CVE-2019-14745.md
2024-06-09 00:33:16 +00:00

1.0 KiB

CVE-2019-14745

Description

In radare2 before 3.7.0, a command injection vulnerability exists in bin_symbols() in libr/core/cbin.c. By using a crafted executable file, it's possible to execute arbitrary shell commands with the permissions of the victim. This vulnerability is due to improper handling of symbol names embedded in executables.

POC

Reference

Github