An RCE Approach of CVE-2018-7750

paramiko has an auth bypass vuln (found in March 2018), ie. CVE-2018-7750
which can be leveraged to execute arbitrary command (if the ssh server implementation supports command execution)
affects
anything that uses paramiko for ssh implementation, we can do things on it, unauthed
exploit
https://github.com/jm33-m0/CVE-2018-7750
# Exploit …