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.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks.
|
2023-09-06 12:22:36 +00:00
|
|
|
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
|
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/
|
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
|
2023-07-11 19:49:27 +00:00
|
|
|
cwe-id: CWE-601,CWE-185
|
2024-04-08 11:30:07 +00:00
|
|
|
epss-score: 0.00493
|
|
|
|
epss-percentile: 0.75802
|
2023-09-06 12:22:36 +00:00
|
|
|
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: glpi-project
|
|
|
|
product: glpi
|
2023-12-05 09:50:33 +00:00
|
|
|
tags: cve,cve2020,redirect,glpi,glpi-project
|
2020-09-04 07:16:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-09-04 07:16:47 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '{{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:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
|
2024-01-14 14:05:19 +00:00
|
|
|
# digest: 4a0a004730450220342d2c0eeb685d37a874d9b8fda79e0ca51067aa4ebd6b01eda7a70003cde007022100d0adab04aeaf98d9a48fe5e988bdff39b16295587f0e9b479ff0ee0cef63745b:922c64590222798bb761d5b6d8e72950
|