Rapid7 Vulnerability & Exploit Database

Rockwell FactoryTalk View SE SCADA Unauthenticated Remote Code Execution

Back to Search

Rockwell FactoryTalk View SE SCADA Unauthenticated Remote Code Execution

Disclosed
06/22/2020
Created
11/20/2020

Description

This module exploits a series of vulnerabilities to achieve unauthenticated remote code execution on the Rockwell FactoryTalk View SE SCADA product as the IIS user. The attack relies on the chaining of five separate vulnerabilities. The first vulnerability is an unauthenticated project copy request, the second is a directory traversal, and the third is a race condition. In order to achieve full remote code execution on all targets, two information leak vulnerabilities are also abused. This exploit was used by the Flashback team (Pedro Ribeiro + Radek Domanski) in Pwn2Own Miami 2020 to win the EWS category.

Author(s)

  • Pedro Ribeiro <pedrib@gmail.com>
  • Radek Domanski <radek.domanski@gmail.com>

Platform

Windows

Architectures

x86, x64

Development

Module Options

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/rockwell_factorytalk_rce
msf exploit(rockwell_factorytalk_rce) > show targets
    ...targets...
msf exploit(rockwell_factorytalk_rce) > set TARGET < target-id >
msf exploit(rockwell_factorytalk_rce) > show options
    ...show and set options...
msf exploit(rockwell_factorytalk_rce) > 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

;