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

18 lines
1.1 KiB
Markdown

### [CVE-2020-5764](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5764)
![](https://img.shields.io/static/v1?label=Product&message=MX%20Player%20Android%20App&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Path%20Traversal&color=brighgreen)
### Description
MX Player Android App versions prior to v1.24.5, are vulnerable to a directory traversal vulnerability when user is using the MX Transfer feature in "Receive" mode. An attacker can exploit this by connecting to the MX Transfer session as a "sender" and sending a MessageType of "FILE_LIST" with a "name" field containing directory traversal characters (../). This will result in the file being transferred to the victim's phone, but being saved outside of the intended "/sdcard/MXshare" directory. In some instances, an attacker can achieve remote code execution by writing ".odex" and ".vdex" files in the "oat" directory of the MX Player application.
### POC
#### Reference
- https://www.tenable.com/security/research/tra-2020-41
#### Github
No PoCs found on GitHub currently.