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-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,redirect
|
2020-09-04 07:16:47 +00:00
|
|
|
|
2020-09-29 17:26:43 +00:00
|
|
|
# https://github.com/glpi-project/glpi/security/advisories/GHSA-gxv6-xq9q-37hg
|
2020-09-04 07:16:47 +00:00
|
|
|
# https://github.com/glpi-project/glpi/archive/9.4.6.zip
|
|
|
|
# https://nvd.nist.gov/vuln/detail/CVE-2020-11034
|
|
|
|
|
|
|
|
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
|