2020-09-15 19:25:55 +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
|
|
|
|
|
2020-09-05 06:57:56 +00:00
|
|
|
# security-advisories: 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
|