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

CVE-2026-23624: GLPI Authentication Bypass Vulnerability

CVE-2026-23624 is an authentication bypass vulnerability in GLPI that allows users to hijack sessions when remote authentication is enabled. This article covers technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2026-23624 Overview

GLPI, a widely-used free asset and IT management software package, contains a session fixation vulnerability that allows authenticated users to hijack sessions of other users on shared systems. When remote authentication is used based on SSO (Single Sign-On) variables, an attacker can steal a GLPI session previously opened by another user on the same machine. This vulnerability affects versions starting from 0.71 up to versions prior to 10.0.23 and 11.0.5.

Critical Impact

Authenticated users on shared systems can hijack other users' GLPI sessions when SSO authentication is enabled, potentially gaining access to sensitive IT asset management data and administrative functions.

Affected Products

  • GLPI versions 0.71 through 10.0.22
  • GLPI versions 11.0.0 through 11.0.4
  • Systems using SSO-based remote authentication

Discovery Timeline

  • 2026-02-04 - CVE CVE-2026-23624 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-23624

Vulnerability Analysis

This vulnerability is classified as CWE-384 (Session Fixation), which occurs when a web application does not properly invalidate or regenerate session identifiers during the authentication process. In GLPI's case, the flaw manifests specifically when SSO-based remote authentication is configured.

The session fixation issue allows an attacker who has authenticated to GLPI on a shared machine to gain unauthorized access to sessions that were previously established by other users on that same system. This is particularly concerning in environments where multiple users access GLPI from shared workstations or terminal servers.

The physical access requirement means the attacker must have direct access to the same machine where a victim has an active or cached session. Combined with the requirement for low privileges, this indicates the attacker needs at least basic authentication to GLPI before exploiting the session hijacking mechanism.

Root Cause

The root cause lies in improper session management within GLPI's SSO authentication flow. When users authenticate via SSO variables, the application fails to properly isolate or regenerate session tokens, allowing session data from one user to be accessible by subsequent users on the same physical machine. This violates the security principle that each authentication event should generate a completely new, unique session identifier.

Attack Vector

The attack requires physical access to a shared machine where GLPI is accessed. An attacker with basic GLPI privileges can exploit the SSO authentication mechanism to access session data belonging to other users who previously authenticated on the same system.

The exploitation scenario typically involves:

  1. A legitimate user authenticates to GLPI via SSO on a shared workstation
  2. The user finishes their work but the session or session artifacts persist
  3. An attacker with physical access to the same machine authenticates
  4. The attacker can access or hijack the previous user's session data
  5. This grants the attacker the permissions and access of the victim user

For detailed technical information, refer to the GitHub Security Advisory GHSA-5j4j-vx46-r477.

Detection Methods for CVE-2026-23624

Indicators of Compromise

  • Multiple user activities occurring within the same session identifier across different authentication events
  • Unusual session reuse patterns in GLPI access logs
  • Users reporting unauthorized actions taken under their accounts on shared workstations

Detection Strategies

  • Monitor GLPI authentication logs for session ID anomalies, particularly where the same session is associated with multiple user accounts
  • Implement alerting for rapid user switching on the same session from shared workstation IP addresses
  • Review SSO authentication flow logs for improper session handling events

Monitoring Recommendations

  • Enable comprehensive session logging in GLPI to track session creation, usage, and termination
  • Deploy endpoint monitoring on shared workstations to detect potential session hijacking attempts
  • Implement user behavior analytics to identify anomalous session patterns indicative of session fixation exploitation

How to Mitigate CVE-2026-23624

Immediate Actions Required

  • Upgrade GLPI to version 10.0.23 or 11.0.5 immediately to patch this vulnerability
  • Review and audit all systems using SSO-based authentication for signs of exploitation
  • Implement strict logout policies on shared workstations to ensure complete session termination

Patch Information

The GLPI development team has released patched versions that address this session fixation vulnerability. Organizations should upgrade to one of the following versions:

  • GLPI 10.0.23 for the 10.x branch
  • GLPI 11.0.5 for the 11.x branch

For complete patch details, refer to the GitHub Security Advisory GHSA-5j4j-vx46-r477.

Workarounds

  • Disable SSO-based authentication and use local GLPI authentication until patching is complete
  • Implement strict workstation policies that prevent shared usage of systems accessing GLPI
  • Configure browsers on shared workstations to clear all session data on close
  • Deploy session timeout policies to minimize the window of exposure for active sessions
bash
# Example: Configure Apache to add security headers for session protection
# Add to GLPI virtual host configuration
<VirtualHost *:443>
    # Force session cookie security attributes
    Header always edit Set-Cookie ^(.*)$ "$1; HttpOnly; Secure; SameSite=Strict"
    
    # Implement strict cache control for authenticated pages
    Header always set Cache-Control "no-store, no-cache, must-revalidate, private"
    Header always set Pragma "no-cache"
</VirtualHost>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGlpi

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-384
  • Technical References
  • GitHub GLPI Release 10.0.23

  • GitHub GLPI Release 11.0.5

  • GitHub Security Advisory GHSA-5j4j-vx46-r477
  • Related CVEs
  • CVE-2026-25937: GLPI MFA Bypass Vulnerability

  • CVE-2020-11060: GLPI Auth Bypass Vulnerability

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

  • CVE-2026-25932: GLPI Asset Management XSS 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