49 lines
1.9 KiB
YAML
49 lines
1.9 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.
|
|
impact: |
|
|
An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks.
|
|
remediation: Upgrade to version 9.4.6 or later.
|
|
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
|
|
- 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/
|
|
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,CWE-185
|
|
epss-score: 0.00381
|
|
epss-percentile: 0.70139
|
|
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: glpi-project
|
|
product: glpi
|
|
shodan-query:
|
|
- http.title:"glpi"
|
|
- http.favicon.hash:"-1474875778"
|
|
fofa-query:
|
|
- icon_hash="-1474875778"
|
|
- title="glpi"
|
|
google-query: intitle:"glpi"
|
|
tags: cve,cve2020,redirect,glpi,glpi-project
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.php?redirect=/\/interact.sh/'
|
|
- '{{BaseURL}}/index.php?redirect=//interact.sh'
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?interact\.sh(?:\s*?)$'
|
|
# digest: 4b0a00483046022100ca9fac9bd8ad0d729072a8a66ef7783126a6988125b5616acfc3d5c4936f4913022100f282c72fb676fa9e7c4fa05198c8c898d037a8e5b3792e2495bd8f96e93dd56b:922c64590222798bb761d5b6d8e72950 |