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

CVE-2026-22248: GLPI RCE Vulnerability

CVE-2026-22248 is a remote code execution vulnerability in GLPI that allows authenticated technicians to upload and execute malicious files. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-22248 Overview

CVE-2026-22248 is a high-severity insecure deserialization vulnerability affecting GLPI, an open-source asset and IT management software package that provides ITIL Service Desk features, licenses tracking, and software auditing. This vulnerability exists in GLPI versions from 11.0.0 to before 11.0.5, where an authenticated technician user can upload a malicious file and trigger its execution through an unsafe PHP instantiation mechanism.

Critical Impact

Authenticated attackers with technician-level privileges can achieve remote code execution on vulnerable GLPI instances by uploading and executing malicious PHP files, potentially leading to complete system compromise.

Affected Products

  • GLPI versions 11.0.0 through 11.0.4
  • GLPI installations with authenticated technician-level user accounts
  • Systems running PHP with unsafe object instantiation configurations

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-22248 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-22248

Vulnerability Analysis

This vulnerability is classified under CWE-502 (Deserialization of Untrusted Data) and allows authenticated technician users to upload malicious files that can subsequently be executed through an unsafe PHP instantiation process. The attack requires network access and elevated privileges (technician account), but can result in a complete compromise of confidentiality, integrity, and availability with scope change implications affecting resources beyond the vulnerable component.

The vulnerability's network-based attack vector combined with the requirement for authenticated access and high attack complexity indicates that while exploitation requires specific conditions to be met, successful attacks can have devastating consequences for affected organizations.

Root Cause

The root cause of CVE-2026-22248 lies in improper handling of file uploads combined with unsafe PHP object instantiation. GLPI fails to properly validate and sanitize uploaded files before allowing them to be processed by PHP, enabling attackers to upload malicious payloads that exploit the unsafe instantiation mechanism. The application does not adequately restrict what types of objects can be instantiated, allowing attackers to leverage this weakness for arbitrary code execution.

Attack Vector

The attack vector for this vulnerability involves the following sequence:

  1. An attacker authenticates to the GLPI application with technician-level privileges
  2. The attacker crafts a malicious file containing PHP code or serialized object payloads
  3. The malicious file is uploaded through a vulnerable file upload functionality
  4. The attacker triggers the unsafe PHP instantiation mechanism, causing the malicious code to execute
  5. Upon successful exploitation, the attacker gains code execution capabilities on the underlying server

The vulnerability exploits the trust relationship between the file upload mechanism and the PHP instantiation process. When the uploaded file is processed, the unsafe instantiation allows the attacker-controlled content to be deserialized and executed, bypassing intended security controls. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-22248

Indicators of Compromise

  • Unusual file uploads to GLPI directories, particularly files with PHP extensions or serialized object content
  • Unexpected process execution spawned by the GLPI web server process
  • Web server logs showing suspicious POST requests to file upload endpoints from technician accounts
  • Presence of unfamiliar files in upload directories or temporary storage locations

Detection Strategies

  • Monitor file upload activities within GLPI for suspicious file types or content patterns
  • Implement web application firewall (WAF) rules to detect serialized PHP object patterns in upload requests
  • Enable detailed logging on GLPI application servers and review for anomalous instantiation activities
  • Deploy endpoint detection and response (EDR) solutions to monitor for unauthorized code execution from web server processes

Monitoring Recommendations

  • Configure SIEM alerts for unusual file upload patterns from technician accounts
  • Monitor PHP process execution chains for signs of malicious activity originating from uploaded content
  • Implement file integrity monitoring on GLPI installation directories
  • Review authentication logs for suspicious technician account activity or privilege abuse

How to Mitigate CVE-2026-22248

Immediate Actions Required

  • Upgrade GLPI to version 11.0.5 or later immediately
  • Review and audit technician-level user accounts for unauthorized access or suspicious activity
  • Temporarily restrict file upload capabilities until patching is complete
  • Implement network segmentation to limit the impact of potential compromise

Patch Information

The GLPI development team has addressed this vulnerability in version 11.0.5. Organizations running affected versions (11.0.0 through 11.0.4) should upgrade immediately. The security patch addresses the unsafe PHP instantiation mechanism by implementing proper input validation and object instantiation controls.

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

Workarounds

  • Implement strict file upload restrictions at the web server level to block potentially malicious file types
  • Apply network-level access controls to limit GLPI access to trusted networks only
  • Disable or restrict technician account capabilities where possible until patching is complete
  • Deploy web application firewalls with rules to detect and block serialized PHP object payloads
bash
# Example: Restrict file upload types in Apache .htaccess
# Add to GLPI installation directory
<FilesMatch "\.(php|phtml|php3|php4|php5|phps)$">
    Require all denied
</FilesMatch>

# Example: Nginx configuration to restrict PHP execution in upload directories
location ~* /files/.*\.php$ {
    deny all;
}

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 Score8.0

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26026: Glpi-project 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