24 lines
601 B
YAML
24 lines
601 B
YAML
id: cve-2020-11034
|
|
|
|
info:
|
|
name: GLPI v.9.4.6 - Open redirect
|
|
author: pikpikcu
|
|
severity: low
|
|
|
|
# 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
|
|
|
|
requests:
|
|
- method: GET
|
|
|
|
path:
|
|
- '{{BaseURL}}/index.php?redirect=/\/evil.com/'
|
|
- '{{BaseURL}}/index.php?redirect=//evil.com'
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?evil\.com(?:\s*?)$'
|
|
part: header
|