Unauthenticated Command Injection in MyPRO Manager <= v1.2 from mySCADA. The vulnerability can be exploited by a remote attacker to inject arbitrary operating system commands which will get executed in the context of the myscada9 administrative user that is automatically added by the product.
Windows
cmd
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/windows/scada/mypro_mgr_cmd
msf exploit(mypro_mgr_cmd) > show targets
...targets...
msf exploit(mypro_mgr_cmd) > set TARGET < target-id >
msf exploit(mypro_mgr_cmd) > show options
...show and set options...
msf exploit(mypro_mgr_cmd) > exploit
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security