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
    • 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-2025-23046

CVE-2025-23046: GLPI Auth Bypass Vulnerability

CVE-2025-23046 is an authentication bypass flaw in GLPI affecting versions 9.5.0 to 10.0.17 when using OauthIMAP plugin. Attackers can access accounts with existing OAuth authorizations. This article covers affected versions, impact, and mitigation steps.

Published: April 29, 2026

CVE-2025-23046 Overview

CVE-2025-23046 is an authentication bypass vulnerability affecting GLPI, a widely-used free asset and IT management software package. The vulnerability exists in versions starting from 9.5.0 up to (but not including) version 10.0.18 when a "Mail servers" authentication provider is configured to use an OAuth connection provided by the OauthIMAP plugin.

This flaw allows unauthorized users to connect to GLPI using any username for which an OAuth authorization has already been established, effectively bypassing the authentication mechanism entirely.

Critical Impact

Attackers can gain unauthorized access to GLPI instances by exploiting the OAuth authentication flow, potentially compromising sensitive IT asset management data and system configurations.

Affected Products

  • GLPI versions 9.5.0 through 10.0.17
  • GLPI installations using OauthIMAP plugin for Mail server authentication
  • Any GLPI deployment with OAuth-enabled Mail servers authentication provider

Discovery Timeline

  • 2025-02-25 - CVE-2025-23046 published to NVD
  • 2025-02-28 - Last updated in NVD database

Technical Details for CVE-2025-23046

Vulnerability Analysis

The vulnerability stems from improper authentication validation when using the OauthIMAP plugin with GLPI's Mail servers authentication provider. When OAuth-based authentication is configured, the system fails to properly verify whether the connecting user actually owns or has authorized access to the OAuth credentials being used.

The flaw allows an attacker to authenticate to GLPI by simply providing a username that has previously completed OAuth authorization. The system incorrectly trusts the username without validating that the current session belongs to the legitimate owner of those OAuth credentials.

This authentication bypass is classified under CWE-303 (Incorrect Implementation of Authentication Algorithm), highlighting the fundamental flaw in how the authentication logic validates user identity in OAuth scenarios.

Root Cause

The root cause is an incorrect implementation of the authentication algorithm within the OauthIMAP plugin integration. Specifically, the authentication flow does not properly bind OAuth tokens to specific user sessions or verify token ownership before granting access. When a user presents a username with existing OAuth authorization, the system assumes the request is legitimate without performing adequate verification of the requester's identity.

Attack Vector

The attack is network-based, requiring the attacker to have network access to the GLPI instance. The exploitation scenario involves:

  1. The attacker identifies a GLPI instance configured with OauthIMAP plugin for Mail server authentication
  2. The attacker discovers or guesses a valid username that has previously authorized OAuth access
  3. The attacker initiates an authentication request using that username
  4. Due to the flawed validation logic, GLPI grants access to the attacker without proper credential verification

The vulnerability requires that the target environment has the specific OAuth configuration in place, adding some complexity to successful exploitation. However, once these preconditions are met, the attack can be executed remotely without user interaction.

Detection Methods for CVE-2025-23046

Indicators of Compromise

  • Unexpected successful login events for accounts that should require OAuth re-authentication
  • Multiple login attempts from different source IPs using the same OAuth-enabled username
  • Authentication logs showing successful access without corresponding OAuth token generation events
  • Anomalous access patterns to GLPI administrative functions or sensitive asset data

Detection Strategies

  • Review GLPI authentication logs for accounts using OAuth Mail server authentication that show successful logins without legitimate user activity
  • Monitor for authentication patterns where users appear to access GLPI from unusual geographic locations or IP addresses
  • Implement alerting for multiple concurrent sessions using the same OAuth-enabled credentials
  • Cross-reference GLPI access logs with OAuth provider logs to identify mismatched authentication events

Monitoring Recommendations

  • Enable verbose logging for all authentication events in GLPI, particularly for Mail server authentication providers
  • Deploy network monitoring to detect unusual traffic patterns targeting GLPI authentication endpoints
  • Implement user behavior analytics to identify anomalous access patterns that may indicate credential abuse
  • Regularly audit the list of users with OAuth authorization to identify potentially compromised accounts

How to Mitigate CVE-2025-23046

Immediate Actions Required

  • Upgrade GLPI to version 10.0.18 or later immediately
  • If immediate upgrade is not possible, disable any Mail servers authentication provider configured to use OAuth connections via the OauthIMAP plugin
  • Review authentication logs for signs of unauthorized access to accounts using OAuth authentication
  • Force re-authentication for all users that were using OAuth-based Mail server authentication

Patch Information

GLPI has released version 10.0.18 which contains a patch for this vulnerability. Organizations should upgrade to this version as soon as possible. For detailed information about the fix, refer to the GitHub Release Notes for version 10.0.18 and the GitHub Security Advisory GHSA-vfxc-qg3v-j2r5.

Workarounds

  • Disable any "Mail servers" authentication provider that is configured to use an OAuth connection provided by the OauthIMAP plugin until the patch can be applied
  • Temporarily switch to alternative authentication methods that do not rely on the vulnerable OAuth flow
  • Implement network-level access controls to restrict GLPI access to trusted IP ranges
  • Enable multi-factor authentication as an additional security layer if available
bash
# Verify GLPI version to confirm patch status
grep -i "version" /path/to/glpi/inc/define.php

# Review authentication provider configuration
# Navigate to Setup > Authentication in GLPI admin panel
# Disable OAuth-configured Mail servers until patched

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 Score6.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-303

  • NVD-CWE-Other
  • Technical References
  • GitHub Release Notes 10.0.18

  • GitHub Security Advisory GHSA-vfxc-qg3v-j2r5
  • Related CVEs
  • CVE-2026-25937: GLPI MFA Bypass Vulnerability

  • CVE-2026-23624: GLPI Authentication Bypass Vulnerability

  • CVE-2020-11060: GLPI Auth Bypass Vulnerability

  • CVE-2025-32786: GLPI Inventory Plugin SQLi 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