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-26263

CVE-2026-26263: GLPI Search Engine SQLi Vulnerability

CVE-2026-26263 is a time-based blind SQL injection flaw in GLPI's search engine that affects versions 11.0.0 to 11.0.5. This article covers the technical details, affected versions, security impact, and mitigation steps.

Published: April 10, 2026

CVE-2026-26263 Overview

CVE-2026-26263 is a critical SQL Injection vulnerability affecting GLPI, a widely-used free asset and IT management software package. The vulnerability exists as an unauthenticated time-based blind SQL injection in GLPI's Search engine, present in versions from 11.0.0 to before 11.0.6. This flaw allows remote attackers to execute arbitrary SQL queries against the underlying database without requiring authentication, potentially leading to complete database compromise, data exfiltration, and unauthorized system access.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability to extract sensitive data from the GLPI database, modify records, or potentially gain control over the underlying server infrastructure.

Affected Products

  • GLPI versions 11.0.0 through 11.0.5
  • glpi-project GLPI (all installations running vulnerable versions)

Discovery Timeline

  • 2026-04-06 - CVE-2026-26263 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-26263

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw resides in GLPI's Search engine component, where user-supplied input is improperly sanitized before being incorporated into SQL queries.

The time-based blind SQL injection technique allows attackers to infer database information by observing response time delays. When a malicious SQL query causes the database to pause execution (using functions like SLEEP() in MySQL), the attacker can deduce whether conditions are true or false based on how long the server takes to respond. This method is particularly dangerous because it can extract sensitive data character by character, even when the application does not directly return database error messages or query results.

The attack can be executed over the network without any authentication, significantly increasing the risk surface for organizations running vulnerable GLPI instances exposed to the internet or untrusted networks.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the GLPI Search engine component. User-controlled parameters are concatenated or interpolated directly into SQL queries without proper parameterization or escaping, allowing attackers to inject malicious SQL syntax that alters the intended query logic.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft malicious HTTP requests targeting the GLPI Search engine endpoint, embedding time-based SQL injection payloads within search parameters. The time-based blind technique works by injecting conditional SQL statements that cause measurable delays when specific conditions evaluate to true.

For example, an attacker could systematically extract database credentials, user information, or other sensitive data stored within GLPI's database by iterating through possible characters and observing response timing patterns. This vulnerability is particularly severe in environments where GLPI manages critical IT assets, tickets, and user credentials.

Detection Methods for CVE-2026-26263

Indicators of Compromise

  • Unusually slow response times from the GLPI Search engine endpoint that may indicate time-based SQL injection attempts
  • High volume of requests to search-related endpoints with malformed or suspicious parameter values
  • Database logs showing unusual SLEEP(), BENCHMARK(), or WAITFOR function calls
  • Access logs containing SQL syntax characters (', ", --, ;, UNION, SELECT) in URL parameters

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns targeting GLPI
  • Monitor application logs for repeated search requests with anomalous timing patterns
  • Implement database query logging to identify queries containing injection indicators
  • Use intrusion detection systems (IDS) with signatures for time-based SQL injection attacks

Monitoring Recommendations

  • Enable verbose logging on GLPI's web server and database to capture suspicious query patterns
  • Configure alerting for requests to the Search engine with response times significantly exceeding normal baselines
  • Regularly audit database access logs for unauthorized data extraction attempts
  • Monitor network traffic for high-frequency requests to search endpoints that may indicate automated exploitation

How to Mitigate CVE-2026-26263

Immediate Actions Required

  • Upgrade GLPI to version 11.0.6 or later immediately to remediate this vulnerability
  • If immediate patching is not possible, restrict network access to GLPI instances to trusted networks only
  • Implement Web Application Firewall (WAF) rules to filter SQL injection attempts targeting the Search engine
  • Review database logs for evidence of prior exploitation and consider credential rotation if compromise is suspected

Patch Information

The GLPI development team has addressed this vulnerability in version 11.0.6. Organizations should upgrade to this version or later as the primary remediation action. For detailed patch information and security guidance, refer to the GLPI Security Advisory on GitHub.

Workarounds

  • Restrict access to GLPI instances using network-level controls such as firewalls or VPNs to limit exposure to untrusted networks
  • Disable or restrict access to the Search engine functionality if not critically required until patching is complete
  • Deploy a reverse proxy with SQL injection filtering capabilities in front of the GLPI application
  • Implement database connection user permissions with least-privilege principles to minimize potential damage from SQL injection
bash
# Example: Restrict GLPI access using iptables (Linux)
# Allow access only from trusted internal network
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechGlpi

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29047: Glpi-project Glpi SQLi Vulnerability

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

  • CVE-2026-26001: GLPI Inventory Plugin SQLi 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