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

23 lines
626 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-18 15:48:34 +00:00
description: Mozilla has a medium sevarity open redirect vulnerability in pollbot that could be used for social engineering attaks.
2022-02-18 15:39:04 +00:00
tags: redirect,mozilla
reference: https://bugzilla.mozilla.org/show_bug.cgi?id=1753838
requests:
- method: GET
path:
- '{{BaseURL}}/%oa/www.evil.com/'
matchers-condition: and
matchers:
- type: word
words:
- "Location: www.evil.com"
part: header
- type: status
status:
- 301