2022-02-19 23:55:54 +00:00
id : CVE-2019-1010290
info :
2022-02-22 08:55:48 +00:00
name : Babel - Open Redirection
2022-02-19 23:55:54 +00:00
author : 0x_Akoko
severity : medium
2022-05-17 09:18:12 +00:00
description : Babel Multilingual site Babel All is affected by Open Redirection The impact is Redirection to any URL, which is supplied to redirect in a newurl parameter. The component is redirect The attack vector is The victim must open a link created by an attacker
2022-02-19 23:55:54 +00:00
reference :
- https://untrustednetwork.net/en/2019/02/20/open-redirection-vulnerability-in-babel/
- https://www.cvedetails.com/cve/CVE-2019-1010290
2022-05-17 09:18:12 +00:00
- http://dev.cmsmadesimple.org/project/files/729
2022-02-19 23:55:54 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.0/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-02-19 23:55:54 +00:00
cve-id : CVE-2019-1010290
cwe-id : CWE-601
2022-02-22 08:55:48 +00:00
tags : cve,cve2019,redirect,babel
2022-02-19 23:55:54 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/modules/babel/redirect.php?newurl=http://interact.sh'
2022-02-19 23:55:54 +00:00
matchers :
- type : regex
part : header
2022-02-22 08:55:48 +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