nuclei-templates/cves/CVE-2020-11034.yaml

24 lines
601 B
YAML
Raw Normal View History

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-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