The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-64516

CVE-2025-64516: GLPI Information Disclosure Vulnerability

CVE-2025-64516 is an information disclosure vulnerability in Glpi-project GLPI allowing unauthorized access to documents. Attackers can exploit this flaw to view sensitive attachments. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2025-64516 Overview

CVE-2025-64516 is an Improper Access Control vulnerability affecting GLPI, a free asset and IT management software package. This vulnerability allows unauthorized users to access documents attached to any item within the GLPI system, including tickets, assets, and other sensitive resources. When the public FAQ feature is enabled, anonymous users can exploit this vulnerability without any authentication, significantly expanding the attack surface.

Critical Impact

Unauthorized access to sensitive GLPI documents including tickets, assets, and attachments. Anonymous exploitation possible when public FAQ is enabled.

Affected Products

  • GLPI versions prior to 10.0.21
  • GLPI versions prior to 11.0.3
  • glpi-project glpi

Discovery Timeline

  • 2026-01-15 - CVE CVE-2025-64516 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-64516

Vulnerability Analysis

This vulnerability stems from improper access control mechanisms in GLPI's document handling functionality. The core issue lies in the document relation filtering logic within src/Document.php, where the application fails to properly validate user authorization before returning document references. The vulnerability is classified as CWE-284 (Improper Access Control), indicating that the application does not adequately restrict access to sensitive resources.

The network-based attack vector requires no privileges or user interaction, making exploitation trivial for attackers. When combined with the public FAQ feature, even anonymous users can enumerate and access documents that should be restricted to authenticated users with appropriate permissions. This could expose sensitive IT asset information, support ticket contents, internal documentation, and potentially confidential attachments.

Root Cause

The root cause of this vulnerability is an incorrect SQL JOIN operation in the document retrieval logic. The vulnerable code used a LEFT JOIN operation when querying document relationships with knowledge base items, which returned results regardless of whether a matching relationship actually existed. This allowed unauthorized access to documents that should have been filtered based on item relationships and user permissions.

Attack Vector

An attacker can exploit this vulnerability by making direct requests to document endpoints within GLPI. Since the document access control is improperly implemented, the attacker can enumerate and retrieve documents attached to any item in the system. If the public FAQ is enabled, these requests can be made without any authentication, allowing anonymous access to potentially sensitive organizational data.

php
// Security patch from src/Document.php - Fix document relation filtering
// Source: https://github.com/glpi-project/glpi/commit/51412a89d3174cfe22967b051d527febdbceab3c

         $request = [
             'FROM'      => 'glpi_documents_items',
             'COUNT'     => 'cpt',
-            'LEFT JOIN' => [
+            'INNER JOIN' => [
                 'glpi_knowbaseitems' => [
                     'FKEY' => [
                         'glpi_knowbaseitems'   => 'id',

The fix changes the LEFT JOIN to an INNER JOIN, ensuring that documents are only returned when a valid relationship exists with the knowledge base item, preventing unauthorized document enumeration and access.

Detection Methods for CVE-2025-64516

Indicators of Compromise

  • Unusual access patterns to document endpoints from unauthenticated sessions
  • High volume of document retrieval requests from single IP addresses
  • Access attempts to documents associated with items the user should not have access to
  • Anomalous API calls to /front/document.send.php or similar document serving endpoints

Detection Strategies

  • Monitor web server access logs for unusual patterns in document download requests
  • Implement alerting on document access attempts from anonymous or low-privilege sessions
  • Review GLPI audit logs for document access events that do not correspond to legitimate user activity
  • Deploy Web Application Firewall (WAF) rules to detect enumeration attempts against document endpoints

Monitoring Recommendations

  • Enable detailed logging for all document access events in GLPI
  • Configure SIEM correlation rules to detect bulk document access from single sources
  • Monitor for requests to document endpoints without proper session authentication
  • Track failed authorization attempts that may indicate probing activity

How to Mitigate CVE-2025-64516

Immediate Actions Required

  • Upgrade GLPI to version 10.0.21 or 11.0.3 immediately
  • Disable the public FAQ feature until the patch is applied if upgrading is not immediately possible
  • Review access logs for any signs of exploitation
  • Audit recently accessed documents to identify potential data exposure

Patch Information

The GLPI project has released security patches that address this vulnerability by correcting the SQL JOIN logic in document retrieval functions. The fix ensures proper authorization validation before returning document references.

  • Version 10.0.21: GitHub Release 10.0.21
  • Version 11.0.3: GitHub Release 11.0.3
  • Security Advisory: GitHub Security Advisory GHSA-487h-7mxm-7r46

Workarounds

  • Disable the public FAQ feature to prevent anonymous exploitation
  • Implement network-level access controls to restrict GLPI access to trusted networks
  • Configure reverse proxy rules to require authentication for document endpoints
  • Consider temporarily restricting document attachment functionality for sensitive items
bash
# Configuration example - Disable public FAQ in GLPI config
# Edit /etc/glpi/config.php or navigate to Setup > General > Helpdesk
# Set "Allow anonymous access to FAQ" to "No"

# Alternatively, restrict access at the web server level (Apache example)
<Location /glpi/front/document.send.php>
    Require valid-user
</Location>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGlpi

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Release 10.0.21

  • GitHub Release 11.0.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Security Advisory GHSA-487h-7mxm-7r46
  • Related CVEs
  • CVE-2026-25932: GLPI Asset Management XSS Vulnerability

  • CVE-2026-26026: Glpi-project GLPI RCE Vulnerability

  • CVE-2026-26027: GLPI Asset Management XSS Vulnerability

  • CVE-2026-26263: GLPI Search Engine SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English