Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-2026-26027

CVE-2026-26027: GLPI Asset Management XSS Vulnerability

CVE-2026-26027 is a stored cross-site scripting flaw in GLPI asset management software allowing unauthenticated attackers to inject malicious payloads. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-26027 Overview

CVE-2026-26027 is a stored Cross-Site Scripting (XSS) vulnerability affecting GLPI, a popular free and open-source IT asset and service management software package. The vulnerability allows unauthenticated attackers to inject malicious JavaScript payloads through the inventory endpoint. These payloads are then stored and executed when other users, including administrators, view the affected data within the GLPI interface.

Critical Impact

Unauthenticated attackers can inject persistent XSS payloads that execute in the context of authenticated users, potentially leading to session hijacking, credential theft, or administrative account compromise.

Affected Products

  • GLPI versions 11.0.0 through 11.0.5
  • glpi-project glpi (all installations within the vulnerable version range)

Discovery Timeline

  • April 6, 2026 - CVE-2026-26027 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26027

Vulnerability Analysis

This stored XSS vulnerability exists in GLPI's inventory endpoint, which accepts and processes asset data without proper sanitization of user-supplied input. The flaw is particularly severe because it does not require authentication, meaning any external attacker with network access to the GLPI instance can inject malicious scripts.

When a legitimate user (such as an IT administrator) accesses the GLPI dashboard or views inventory data, the stored malicious payload executes in their browser session. This can lead to session token theft, unauthorized actions performed on behalf of the victim, or further exploitation of the GLPI system. The vulnerability has a changed scope impact, meaning the XSS payload execution can affect security contexts beyond the vulnerable component itself.

Root Cause

The root cause of CVE-2026-26027 is improper input validation and output encoding in the GLPI inventory endpoint (CWE-79). The application fails to properly sanitize user-controlled data before storing it in the database and subsequently fails to encode this data when rendering it in HTML responses. This allows attackers to inject script tags or event handlers that persist in the system and execute when rendered in a user's browser.

Attack Vector

The attack is conducted over the network and requires user interaction for successful exploitation. An attacker sends a crafted HTTP request to the inventory endpoint containing an XSS payload embedded within inventory data fields. Since no authentication is required to access this endpoint, the attack can be performed by any external actor. Once stored, the payload awaits execution when an authenticated user views the compromised inventory record.

The vulnerability mechanism involves the inventory endpoint accepting untrusted data that is stored without sanitization. When this data is later rendered in the web interface, the malicious script executes in the victim's browser context, potentially allowing the attacker to steal session cookies, redirect users to malicious sites, or perform actions on behalf of the authenticated user. For complete technical details, refer to the GLPI Security Advisory.

Detection Methods for CVE-2026-26027

Indicators of Compromise

  • Unusual or malformed entries in GLPI inventory records containing script tags, event handlers (e.g., onerror, onload), or JavaScript URIs
  • HTTP access logs showing suspicious POST requests to the inventory endpoint from external or unexpected IP addresses
  • Browser console errors or unexpected script execution when viewing GLPI inventory pages
  • User reports of unusual behavior or redirects when accessing GLPI

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in requests to GLPI endpoints
  • Enable detailed logging on the GLPI application and web server to capture all requests to the inventory endpoint
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Monitor GLPI database tables storing inventory data for entries containing suspicious HTML or JavaScript patterns

Monitoring Recommendations

  • Configure real-time alerting for requests to the inventory endpoint containing potentially malicious characters or patterns
  • Regularly audit stored inventory data for signs of XSS payload injection
  • Monitor user session activity for anomalies that could indicate session hijacking following XSS exploitation
  • Review access logs for repeated or automated requests to inventory submission endpoints

How to Mitigate CVE-2026-26027

Immediate Actions Required

  • Upgrade GLPI to version 11.0.6 or later immediately, as this version contains the official fix for CVE-2026-26027
  • If immediate upgrade is not possible, consider restricting network access to the GLPI inventory endpoint using firewall rules
  • Review existing inventory records for signs of malicious payload injection and sanitize affected data
  • Enable Web Application Firewall protection to filter XSS payloads targeting GLPI

Patch Information

The GLPI development team has addressed this vulnerability in version 11.0.6. The fix implements proper input validation and output encoding for data processed through the inventory endpoint. Organizations should update to this patched version as soon as possible.

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

Workarounds

  • Restrict access to the GLPI inventory endpoint at the network level using firewall rules or reverse proxy configurations to allow only trusted IP addresses
  • Implement Content Security Policy (CSP) headers to mitigate the impact of XSS by preventing inline script execution
  • Deploy a Web Application Firewall (WAF) with rules configured to detect and block XSS payloads
  • Consider temporarily disabling the inventory endpoint if it is not critical for operations until the patch can be applied
bash
# Example: Restrict access to inventory endpoint using Apache configuration
<Location "/front/inventory.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
  • TypeXSS

  • Vendor/TechGlpi

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25932: GLPI Asset Management XSS Vulnerability

  • CVE-2026-25590: GLPI Inventory Plugin XSS Vulnerability

  • CVE-2025-32786: GLPI Inventory Plugin SQLi Vulnerability

  • CVE-2026-26026: 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