exploit-db-mirror/exploits/hardware/webapps/46957.txt
Offensive Security 43e70e67d0 DB: 2019-06-04
3 changes to exploits/shellcodes

Microsoft Windows Remote Desktop - 'BlueKeep' Denial of Service
KACE System Management Appliance (SMA) < 9.0.270 - Multiple Vulnerabilities
AUO Solar Data Recorder < 1.3.0 - Incorrect Access Control
WordPress Plugin Form Maker 1.13.3 - SQL Injection
2019-06-04 05:01:58 +00:00

20 lines
No EOL
1 KiB
Text

# Exploit Title: AUO Solar Data Recorder - Incorrect Access Control
# Date: 2019-04-16
# Exploit Author: Luca.Chiou
# Vendor Homepage: https://www.auo.com/zh-TW
# Version: AUO Solar Data Recorder all versions prior to v1.3.0
# Tested on: It is a proprietary devices: https://solar.auo.com/en-global/Support_Download_Center/index
# CVE: CVE-2019-11367
# 1. Description:
# In AUO Solar Data Recorder web page, it's use HTTP Basic Access Authentication.
# Once user access the files which are under path http://<host>/protect/,
# the website will response the plaintext account and password in WWW-Authenticate attribute.
# Attackers is capable to login AUO Solar Data Recorder successfully.
# 2. Proof of Concept:
# Access the files which are under path http://<host>/protect/ of AUO Solar Data Recorder.
# The website use HTTP Basic Access Authentication,
# and response the plaintext account and password in WWW-Authenticate attribute.
# By using the account and password in HTTP response,
# anyone can login AUO Solar Data Recorder successfully.