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

18 lines
1.3 KiB
Markdown

### [CVE-2020-7350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7350)
![](https://img.shields.io/static/v1?label=Product&message=Metasploit%20Framework&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=5.0.85%3C%205.0.85%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-78%20OS%20Command%20Injection&color=brighgreen)
### Description
Rapid7 Metasploit Framework versions before 5.0.85 suffers from an instance of CWE-78: OS Command Injection, wherein the libnotify plugin accepts untrusted user-supplied data via a remote computer's hostname or service name. An attacker can create a specially-crafted hostname or service name to be imported by Metasploit from a variety of sources and trigger a command injection on the operator's terminal. Note, only the Metasploit Framework and products that expose the plugin system is susceptible to this issue -- notably, this does not include Rapid7 Metasploit Pro. Also note, this vulnerability cannot be triggered through a normal scan operation -- the attacker would have to supply a file that is processed with the db_import command.
### POC
#### Reference
- https://github.com/rapid7/metasploit-framework/issues/13026
#### Github
- https://github.com/ARPSyndicate/cvemon