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

27 lines
838 B
YAML
Raw Normal View History

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-03-22 08:49:07 +00:00
description: In GLPI before version 9.4.6, there is a vulnerability that allows bypassing the open redirect protection based which is based on a regexp. This is fixed in version 9.4.6.
2021-03-11 16:10:38 +00:00
reference: |
- 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
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