2022-03-04 10:18:48 +00:00
id : CVE-2022-0692
info :
name : Rudloff alltube prior to 3.0.1 - Open Redirect
author : 0x_Akoko
severity : medium
2022-05-17 09:18:12 +00:00
description : An open redirect vulnerability exists in Rudloff/alltube that could let an attacker construct a URL within the application that causes redirection to an arbitrary external domain via Packagist in versions prior to 3.0.1.
2022-03-04 10:18:48 +00:00
reference :
- https://huntr.dev/bounties/4fb39400-e08b-47af-8c1f-5093c9a51203/
- https://www.cvedetails.com/cve/CVE-2022-0692
2022-05-17 09:18:12 +00:00
- https://huntr.dev/bounties/4fb39400-e08b-47af-8c1f-5093c9a51203
- https://github.com/rudloff/alltube/commit/bc14b6e45c766c05757fb607ef8d444cbbfba71a
2022-03-04 10:18:48 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-03-04 10:18:48 +00:00
cve-id : CVE-2022-0692
cwe-id : CWE-601
2022-03-04 16:47:44 +00:00
tags : cve,cve2022,redirect,rudloff,alltube
2022-03-04 10:18:48 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/index.php/interact.sh'
2022-03-04 10:18:48 +00:00
matchers :
- type : regex
part : header
2022-03-04 16:47:44 +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-03-08 15:03:35 +00:00
# Enhanced by mp on 2022/03/08