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?
Vulnerabilities/Salicru- UPS-Reflected HTML Injection
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
33 lines (25 sloc)
769 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: Reflected HTML Injection | |
| # Google Dork: None | |
| # Date: 16/12/2015 | |
| # Exploit Author: Ramikan | |
| # Vendor Homepage:https://www.salicru.com/en/ | |
| # Software Link: N/A | |
| # Version: Tested on SaLICru -SLC-20-cube3(5). | |
| # Firmware: cs121-SNMP v4.54.82.130611 | |
| # CVE : CVE-2019-10887 | |
| # Category:Web Apps | |
| Vulnerability: Reflected HTML Injection | |
| Vendor Web site: | |
| Version tested:cs121-SNMP v4.54.82.130611 | |
| Solution: N/A | |
| Note:Default credential:admin/admin or admin/cs121-snmp | |
| Victim need to be authenticated in order to get affected by this. | |
| Vulnerability 1:Refelected HTML Injection | |
| Affected URL: | |
| /DataLog.csv?log= | |
| /AlarmLog.csv?log= | |
| /waitlog.cgi?name= | |
| /chart.shtml?data= | |
| /createlog.cgi?name= | |
| Affected Parameter: log, name, data | |
| Payload: <h1>HTML Injection</h1> |