36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
id: CVE-2020-11034
|
|
|
|
info:
|
|
name: GLPI <9.4.6 - Open Redirect
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: GLPI prior 9.4.6 contains an open redirect vulnerability based on a regexp.
|
|
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
|
|
remediation: Upgrade to version 9.4.6 or later.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2020-11034
|
|
cwe-id: CWE-601
|
|
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00396
|
|
tags: cve,cve2020,redirect,glpi
|
|
metadata:
|
|
max-request: 2
|
|
|
|
http:
|
|
- method: GET
|
|
|
|
path:
|
|
- '{{BaseURL}}/index.php?redirect=/\/interact.sh/'
|
|
- '{{BaseURL}}/index.php?redirect=//interact.sh'
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
|
|
part: header
|