2021-01-02 04:56:15 +00:00
id : CVE-2020-11034
2020-09-04 07:16:47 +00:00
info :
2020-09-04 07:25:27 +00:00
name : GLPI v.9.4.6 - Open redirect
2020-09-04 07:16:47 +00:00
author : pikpikcu
severity : low
2021-09-05 21:13:45 +00:00
description : In GLPI before version 9.4.6, there is a vulnerability that allows bypassing the open redirect protection, which is based on a regexp. This is fixed in version 9.4.6.
2021-08-18 11:37:49 +00:00
reference :
2021-08-19 14:44:46 +00:00
- https://github.com/glpi-project/glpi/security/advisories/GHSA-gxv6-xq9q-37hg
- https://github.com/glpi-project/glpi/archive/9.4.6.zip
- https://nvd.nist.gov/vuln/detail/CVE-2020-11034
2021-02-05 19:44:41 +00:00
tags : cve,cve2020,redirect
2020-09-04 07:16:47 +00:00
requests :
- method : GET
path :
2020-09-04 18:02:18 +00:00
- '{{BaseURL}}/index.php?redirect=/\/evil.com/'
- '{{BaseURL}}/index.php?redirect=//evil.com'
2020-09-04 07:16:47 +00:00
matchers :
- type : regex
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?evil\.com(?:\s*?)$'
part : header