2022-02-19 23:55:54 +00:00
id : CVE-2019-1010290
info :
2022-10-19 21:11:27 +00:00
name : Babel - Open Redirect
2022-02-19 23:55:54 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : Babel contains an open redirect vulnerability via redirect.php in the newurl parameter. An attacker can use any legitimate site using Babel to redirect user to a malicious site, thus possibly obtaining sensitive information, modifying data, and/or executing unauthorized operations.
2022-02-19 23:55:54 +00:00
reference :
- https://untrustednetwork.net/en/2019/02/20/open-redirection-vulnerability-in-babel/
2022-05-17 09:18:12 +00:00
- http://dev.cmsmadesimple.org/project/files/729
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-1010290
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
2023-07-15 16:29:17 +00:00
epss-score : 0.00198
cpe : cpe:2.3:a:cmsmadesimple:bable\:multilingual_site:*:*:*:*:*:cms_made_simple:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.56887
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-15 16:29:17 +00:00
vendor : cmsmadesimple
product : bable\
tags : cve,cve2019,redirect,babel
2022-02-19 23:55:54 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-19 23:55:54 +00:00
- 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 :
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