header-logo
Suggest Exploit
vendor:
Allen-Bradley PowerMonitor 1000
by:
Luca.Chiou
8.1
CVSS
HIGH
Incorrect Access Control
287
CWE
Product Name: Allen-Bradley PowerMonitor 1000
Affected Version From: 1408-EM3A-ENT B
Affected Version To: 1408-EM3A-ENT B
Patch Exists: YES
Related CWE: CVE-2018-19616
CPE: h:rockwellautomation:1408-powermonitor_1000
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: It is a proprietary devices
2018

Rockwell Automation Allen-Bradley PowerMonitor 1000 – Incorrect Access Control

In Rockwell Automation Allen-Bradley PowerMonitor 1000 web page, there are a few buttons are disabled, such as “Edit”, “Remove”, “AddNew”, “Change Policy Holder” and “Security Configuration”. View the source code of login page, those buttons/functions just use the “disabled” parameter to control the access right. It is allow attackers using proxy to erase the “disabled” parameter, and enable those buttons/functions. Once those buttons/functions are enabled. Attackers is capable to add a new user who have administrator right.

Mitigation:

Ensure that access control mechanisms are properly implemented and enforced.
Source

Exploit-DB raw data:

# Exploit Title: Rockwell Automation Allen-Bradley PowerMonitor 1000 - Incorrect Access Control
# Date: 2018-11-27
# Exploit Author: Luca.Chiou
# Vendor Homepage: https://www.rockwellautomation.com/
# Version: 1408-EM3A-ENT B
# Tested on: It is a proprietary devices: https://ab.rockwellautomation.com/zh/Energy-Monitoring/1408-PowerMonitor-1000
# CVE : CVE-2018-19616

# 1. Description:
# In Rockwell Automation Allen-Bradley PowerMonitor 1000 web page, there are a few buttons are disabled,
# such as “Edit”, “Remove”, “AddNew”, “Change Policy Holder” and “Security Configuration”.
# View the source code of login page, those buttons/functions just use the “disabled” parameter to control the access right.
# It is allow attackers using proxy to erase the “disabled” parameter, and enable those buttons/functions.
# Once those buttons/functions are enabled.
# Attackers is capable to add a new user who have administrator right.