A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-5385

CVE-2026-5385: GLPI Knowledge Base XSS Vulnerability

CVE-2026-5385 is a stored XSS vulnerability in GLPI that allows unauthenticated users with write access to inject malicious scripts into knowledge base items. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-5385 Overview

CVE-2026-5385 is a stored Cross-Site Scripting (XSS) vulnerability [CWE-79] affecting GLPI, an open-source IT asset and service management platform. A user with write access to the knowledge base can store a malicious JavaScript payload inside a knowledge base item. When other users view the affected item, the payload executes in their browser session under the GLPI application origin.

The issue affects GLPI versions before 11.0.7 and is resolved in release 11.0.7. The vulnerability is tracked under GitHub Security Advisory GHSA-2fg5-jg72-h338.

Critical Impact

Stored XSS in shared knowledge base content lets an attacker hijack sessions, perform actions on behalf of administrators, and pivot to broader compromise of the GLPI instance.

Affected Products

  • GLPI versions prior to 11.0.7
  • GLPI knowledge base module
  • GLPI deployments exposing knowledge base write permissions to non-administrative users

Discovery Timeline

  • 2026-06-02 - CVE-2026-5385 published to the National Vulnerability Database
  • 2026-06-03 - Last updated in the NVD database

Technical Details for CVE-2026-5385

Vulnerability Analysis

The flaw is a stored XSS in the GLPI knowledge base. Content submitted to a knowledge base item is persisted and later rendered to other users without sufficient output encoding or sanitization. An attacker who can create or edit a knowledge base entry can inject HTML or JavaScript that executes when victims load the article.

Because knowledge base content is shared across operators, technicians, and administrators, the payload reaches privileged accounts. Exploitation requires user interaction: a victim must view the booby-trapped article. The injected script runs with the victim's session context, enabling actions such as ticket manipulation, data exfiltration, or account takeover when an administrator is targeted. See the GitHub Security Advisory GHSA-2fg5-jg72-h338 for technical details.

Root Cause

The root cause is improper neutralization of input during web page generation in knowledge base item rendering. GLPI stores user-supplied content and renders it back to other users without fully escaping active HTML constructs, allowing script execution in the browser.

Attack Vector

The attack is network-based and requires an authenticated account with knowledge base write privileges. The attacker authors a knowledge base item containing a crafted payload, then waits for another user to open the article. Upon rendering, the script executes within the GLPI origin and inherits the victim's permissions.

No verified public exploit code is available. Refer to the Fluid Attacks Security Advisory and the upstream advisory for additional context.

Detection Methods for CVE-2026-5385

Indicators of Compromise

  • Knowledge base items containing <script> tags, javascript: URIs, or HTML event handlers such as onerror=, onload=, or onmouseover=
  • Unexpected outbound HTTP requests from administrator browsers to attacker-controlled hosts shortly after viewing knowledge base content
  • New or modified GLPI accounts, API tokens, or permission grants created from administrator sessions without operator awareness

Detection Strategies

  • Query the GLPI database tables backing knowledge base items for HTML or script patterns indicative of injection attempts
  • Review web server access logs for suspicious POST requests to knowledge base endpoints by non-administrative accounts
  • Correlate browser-side Content Security Policy (CSP) violation reports with knowledge base page loads

Monitoring Recommendations

  • Audit which accounts hold knowledge base write permissions and flag any unusual additions
  • Monitor GLPI application logs for edits to knowledge base entries followed by privileged actions from viewer accounts
  • Track outbound traffic from workstations used by GLPI administrators for anomalous destinations

How to Mitigate CVE-2026-5385

Immediate Actions Required

  • Upgrade GLPI to version 11.0.7 or later as published in the GLPI 11.0.7 release
  • Inventory existing knowledge base content and remove or sanitize entries containing script tags or inline event handlers
  • Restrict knowledge base write permissions to trusted accounts and revoke unnecessary editor roles

Patch Information

The vendor addressed the vulnerability in GLPI 11.0.7. Source code, release notes, and the fix commit are available in the GLPI project repository. Operators running self-hosted GLPI instances should plan an upgrade window and validate database migrations before promoting to production.

Workarounds

  • Temporarily revoke write access to the knowledge base for non-administrative profiles until the upgrade is applied
  • Deploy a strict Content Security Policy at the web server or reverse proxy layer to limit inline script execution
  • Place GLPI behind a web application firewall with rules to block common XSS payload patterns in knowledge base POST requests
bash
# Example: enforce a restrictive CSP header at an Nginx reverse proxy
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'; frame-ancestors 'self'" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGlpi

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Fluid Attacks Security Advisory

  • GitHub GLPI Project Repository

  • GitHub GLPI Release 11.0.7

  • GitHub Security Advisory GHSA-2fg5-jg72-h338
  • Related CVEs
  • CVE-2026-42321: GLPI Asset Management XSS Vulnerability

  • CVE-2026-40108: GLPI XSS Vulnerability in ITIL Costs

  • CVE-2026-25932: GLPI Asset Management XSS Vulnerability

  • CVE-2026-26027: GLPI Asset Management XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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