This module exploits a command injection vulnerability in the Linear eMerge E3-Series Access Controller. The Linear eMerge E3 versions `1.00-06` and below are vulnerable to unauthenticated command injection in card_scan_decoder.php via the `No` and `door` HTTP GET parameter. Successful exploitation results in command execution as the `root` user.
Linux,Unix
cmd, armle
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use exploit/linux/http/linear_emerge_unauth_rce_cve_2019_7256
msf exploit(linear_emerge_unauth_rce_cve_2019_7256) > show targets
...targets...
msf exploit(linear_emerge_unauth_rce_cve_2019_7256) > set TARGET < target-id >
msf exploit(linear_emerge_unauth_rce_cve_2019_7256) > show options
...show and set options...
msf exploit(linear_emerge_unauth_rce_cve_2019_7256) > 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