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

40 lines
1.4 KiB
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:
name: GLPI <9.4.6 - Open Redirect
2020-09-04 07:16:47 +00:00
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
2023-07-11 19:49:27 +00:00
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Q4BG2UTINBVV7MTJRXKBQ26GV2UINA6L/
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
2023-07-11 19:49:27 +00:00
cwe-id: CWE-601,CWE-185
epss-score: 0.00396
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.7014
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: glpi-project
product: glpi
tags: cve,cve2020,redirect,glpi
2020-09-04 07:16:47 +00:00
http:
2020-09-04 07:16:47 +00:00
- method: GET
path:
- '{{BaseURL}}/index.php?redirect=/\/interact.sh/'
- '{{BaseURL}}/index.php?redirect=//interact.sh'
2020-09-04 07:16:47 +00:00
matchers:
- type: regex
2023-07-11 19:49:27 +00:00
part: header
2020-09-04 07:16:47 +00:00
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'