2022-02-21 23:04:15 +00:00
id : otobo-open-redirect
info :
2022-10-19 21:11:27 +00:00
name : Otobo - Open Redirect
2022-02-21 23:04:15 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : Otobo 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-21 23:04:15 +00:00
reference :
- https://huntr.dev/bounties/de64ac71-9d06-47cb-b643-891db02f2a1f/
2022-02-23 11:37:41 +00:00
- https://github.com/rotheross/otobo
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
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-10-14 11:27:55 +00:00
tags : redirect,otobo,huntr
2022-02-21 23:04:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-21 23:04:15 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/otobo/index.pl?Action=ExternalURLJump;URL=http://www.interact.sh'
2022-02-21 23:04:15 +00:00
matchers :
- type : regex
part : header
2022-02-23 11:37:41 +00:00
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1