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
    • 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-2026-26001

CVE-2026-26001: GLPI Inventory Plugin SQLi Vulnerability

CVE-2026-26001 is an SQL injection flaw in GLPI Inventory Plugin that allows authenticated attackers to execute malicious SQL queries through reports. This article covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-26001 Overview

CVE-2026-26001 is an SQL Injection vulnerability affecting the GLPI Inventory Plugin, which is responsible for network discovery, inventory management, software deployment, and data collection for GLPI agents. The vulnerability stems from improper sanitization of user input in the reports functionality, allowing authenticated attackers with adequate privileges to execute arbitrary SQL commands against the backend database.

Critical Impact

Authenticated attackers can exploit unsanitized input in the reports feature to perform SQL injection attacks, potentially leading to unauthorized data access and database manipulation.

Affected Products

  • GLPI Inventory Plugin versions prior to 1.6.6

Discovery Timeline

  • 2026-03-18 - CVE-2026-26001 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-26001

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in the GLPI Inventory Plugin's reports functionality. The flaw occurs when user-supplied input is incorporated into SQL queries without proper sanitization or parameterization. An authenticated attacker with adequate reporting privileges can craft malicious input that modifies the intended SQL query logic, enabling unauthorized database operations.

The attack requires network access and valid authentication credentials with sufficient privileges to access the reporting feature. While this reduces the attack surface compared to unauthenticated vulnerabilities, the potential impact remains significant as successful exploitation could expose sensitive inventory data, network discovery information, and other confidential details stored in the GLPI database.

Root Cause

The root cause of this vulnerability is improper input validation and the lack of parameterized queries in the reports module. User-controlled input is directly concatenated into SQL query strings instead of being properly escaped or bound as parameters, creating a classic SQL injection attack surface.

Attack Vector

The attack is network-based and requires an authenticated session with appropriate privileges to access the reports functionality. An attacker can inject malicious SQL syntax through report parameters, potentially allowing them to:

  • Extract sensitive data from the database
  • Modify or delete database records
  • Bypass authorization controls
  • Enumerate database schema and structure

The vulnerability manifests in the reports processing logic where user input is not adequately sanitized before being used in database queries. For technical details and specific affected code paths, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-26001

Indicators of Compromise

  • Unusual or malformed SQL syntax appearing in web server access logs related to GLPI report endpoints
  • Database error messages or exceptions triggered by malformed queries in application logs
  • Unexpected database queries containing UNION, SELECT, INSERT, UPDATE, or DELETE statements from the reports feature
  • Anomalous data access patterns or bulk data extraction from the GLPI database

Detection Strategies

  • Monitor web application firewall (WAF) logs for SQL injection patterns targeting GLPI endpoints
  • Implement database activity monitoring to detect anomalous query patterns from the GLPI application
  • Review GLPI application logs for error messages indicating SQL syntax errors or unexpected query behavior
  • Deploy intrusion detection signatures that identify common SQL injection payloads in HTTP requests

Monitoring Recommendations

  • Enable detailed logging on the GLPI web server and database server to capture suspicious activity
  • Configure alerting for database errors originating from the GLPI Inventory Plugin reports module
  • Monitor for unusual authentication patterns or privilege escalation attempts in GLPI
  • Implement real-time log analysis to correlate potential exploitation attempts across web and database tiers

How to Mitigate CVE-2026-26001

Immediate Actions Required

  • Upgrade the GLPI Inventory Plugin to version 1.6.6 or later immediately
  • Review access controls and limit reporting privileges to essential personnel only
  • Audit recent report activity logs for signs of exploitation
  • Consider temporarily disabling the reports feature if immediate patching is not possible

Patch Information

The vulnerability has been addressed in GLPI Inventory Plugin version 1.6.6. Organizations should upgrade to this version or later to remediate the SQL injection vulnerability. The fix implements proper input sanitization and parameterized queries in the reports functionality.

For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict access to the reports functionality to trusted administrators only until patching is complete
  • Implement a web application firewall (WAF) with SQL injection detection rules as a temporary mitigation layer
  • Monitor and audit all report-related database queries for suspicious patterns
  • Consider network segmentation to limit database access from untrusted network segments
bash
# Verify GLPI Inventory Plugin version
# Check the plugin version in GLPI administration panel
# Navigate to: Setup > Plugins > GLPI Inventory
# Ensure version is 1.6.6 or higher

# Alternative: Check version file directly
cat /var/www/html/glpi/plugins/glpiinventory/setup.php | grep -i version

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechGlpi

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26263: GLPI Search Engine SQLi Vulnerability

  • CVE-2026-29047: Glpi-project Glpi SQLi Vulnerability

  • CVE-2026-25936: Teclib GLPI SQL Injection Vulnerability

  • CVE-2026-22821: GLPI mreporting Plugin 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