Description
Detected GLPI directory listing exposed sensitive files and PHP session data, potentially allowing session hijacking or information disclosure.
Detected GLPI directory listing exposed sensitive files and PHP session data, potentially allowing session hijacking or information disclosure.
id: glpi-directory-listing
info:
name: GLPI - Directory Listing and Session Exposure
author: RedTeamBrasil,ImNightmaree,0x_Akoko
severity: medium
description: |
Detected GLPI directory listing exposed sensitive files and PHP session data, potentially allowing session hijacking or information disclosure.
reference:
- https://glpi-project.org/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-548
metadata:
verified: true
max-request: 4
shodan-query: http.title:"Index of" http.html:"glpi"
fofa-query: body="Index of" && body="glpi"
tags: glpi,misconfig,exposure,session,vuln
http:
- method: GET
path:
- "{{BaseURL}}/glpi/files/"
- "{{BaseURL}}/glpi/files/_sessions/"
- "{{BaseURL}}/files/_sessions/"
- "{{BaseURL}}/glpi/"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(body, "Index of", "Parent Directory")'
- 'contains_any(body, "glpi", "sess_", "_sessions", "_cron", "_dumps")'
condition: and
# digest: 4a0a00473045022100b172c4de1f1e927071f6cbd999ce2ad5894b859a611e3b146c7d12d38900b46e0220332feec75a8ac9fcd171a191eb3113b5f7022c680e7aeba93fcc71e102d63b3e:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.