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

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

CVE-2026-26026 is a remote code execution vulnerability in Glpi-project GLPI caused by template injection. Administrators can exploit this flaw to execute arbitrary code. Learn about affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-26026 Overview

CVE-2026-26026 is a template injection vulnerability affecting GLPI, a widely-used free asset and IT management software package. This vulnerability allows an authenticated administrator to exploit template injection flaws to achieve Remote Code Execution (RCE) on the affected system. The vulnerability exists in GLPI versions from 11.0.0 to before 11.0.6.

Critical Impact

Authenticated administrators can exploit template injection to execute arbitrary code on the server, potentially leading to complete system compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • GLPI versions 11.0.0 through 11.0.5
  • glpi-project glpi

Discovery Timeline

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

Technical Details for CVE-2026-26026

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code), commonly known as Code Injection. The flaw resides in GLPI's template processing functionality where user-controlled input is insufficiently sanitized before being interpreted by the template engine. When an administrator with access to template configuration features injects malicious template directives, these are processed by the server-side template engine without proper validation, resulting in arbitrary code execution.

The attack requires high privileges (administrator access) but can be exploited remotely over the network without user interaction. Successful exploitation grants the attacker the same privileges as the GLPI web application process, typically allowing read/write access to the application's data and configuration, as well as potential access to underlying system resources.

Root Cause

The root cause of CVE-2026-26026 lies in improper handling of template syntax within GLPI's template engine. The application fails to adequately sanitize or restrict template expressions that administrators can input, allowing the injection of code that the template engine interprets and executes. This is a Server-Side Template Injection (SSTI) vulnerability where the template engine processes attacker-controlled data as code rather than as plain text content.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an attacker to have authenticated administrator-level access to the GLPI application. The exploitation flow involves:

  1. The attacker authenticates to the GLPI instance with administrator credentials
  2. The attacker navigates to a functionality that processes templates
  3. Malicious template injection payloads are crafted and submitted
  4. The template engine processes the malicious input, executing arbitrary code on the server
  5. The attacker gains code execution in the context of the web application

Server-Side Template Injection attacks typically involve injecting template syntax specific to the underlying template engine. The exact payload depends on which template engine GLPI uses, but common techniques include accessing internal objects, invoking methods, and breaking out of sandbox restrictions to execute system commands.

For detailed technical information about the exploitation mechanism, refer to the GLPI Security Advisory.

Detection Methods for CVE-2026-26026

Indicators of Compromise

  • Unusual template modifications or configurations in GLPI administrative logs
  • Unexpected outbound network connections from the GLPI server
  • New or modified files in GLPI's web directories or temporary folders
  • Anomalous process spawning from the web server process (e.g., www-data or apache)
  • Evidence of command execution in web server error logs

Detection Strategies

  • Monitor GLPI administrative actions for template-related configuration changes
  • Implement web application firewall (WAF) rules to detect common SSTI payloads
  • Review authentication logs for unusual administrator login patterns or access from unexpected IP addresses
  • Deploy file integrity monitoring on critical GLPI directories to detect unauthorized modifications

Monitoring Recommendations

  • Enable comprehensive audit logging within GLPI for all administrative actions
  • Configure SIEM rules to alert on template injection signature patterns in web server logs
  • Monitor process creation events on the GLPI server for anomalous child processes of the web server
  • Implement network monitoring to detect unusual outbound connections from the GLPI infrastructure

How to Mitigate CVE-2026-26026

Immediate Actions Required

  • Upgrade GLPI to version 11.0.6 or later immediately
  • Audit administrator accounts and remove unnecessary privileged access
  • Review recent administrative activity logs for suspicious template modifications
  • Implement network segmentation to limit the impact of potential compromise
  • Consider temporarily restricting access to administrative template functionality until patching is complete

Patch Information

The GLPI project has released version 11.0.6 which addresses this vulnerability. Organizations should prioritize upgrading to this version to remediate CVE-2026-26026. Detailed patch information and release notes are available in the GitHub Security Advisory.

Workarounds

  • Restrict administrator access to only trusted personnel with verified need
  • Implement strict network access controls limiting who can reach the GLPI administrative interface
  • Deploy a Web Application Firewall (WAF) with rules to detect and block template injection attempts
  • Monitor and alert on any template-related configuration changes until patching is completed
bash
# Example: Restrict access to GLPI admin panel via Apache configuration
<Location /glpi/front/config.php>
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGlpi

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

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

  • CVE-2022-35914: Glpi-project Glpi RCE Vulnerability

  • CVE-2025-24801: GLPI File Upload RCE Vulnerability

  • CVE-2023-42802: Glpi-project Glpi RCE 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