2022-02-18 15:39:04 +00:00
id : pollbot-redirect
2022-04-22 10:38:41 +00:00
2022-02-18 15:39:04 +00:00
info :
2022-10-19 21:11:27 +00:00
name : Mozilla Pollbot - Open Redirect
2022-02-18 15:39:04 +00:00
author : Evan Rubinstien
severity : medium
2022-10-19 21:11:27 +00:00
description : Mozilla Pollbot contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-02-22 06:31:20 +00:00
reference :
- https://bugzilla.mozilla.org/show_bug.cgi?id=1753838
- https://github.com/mozilla/PollBot
2022-10-19 21:11:27 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cwe-id : CWE-601
2022-02-22 06:31:20 +00:00
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-06-06 10:40:15 +00:00
- '{{BaseURL}}/%0A/interact.sh/'
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 :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-02-18 15:39:04 +00:00
- type : status
status :
- 301
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18