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-2025-32786

CVE-2025-32786: GLPI Inventory Plugin SQLi Vulnerability

CVE-2025-32786 is a SQL injection vulnerability in GLPI Inventory Plugin that affects versions 1.5.0 and below. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: April 22, 2026

CVE-2025-32786 Overview

CVE-2025-32786 is a SQL Injection vulnerability affecting the GLPI Inventory Plugin, a component that handles network discovery, inventory, software deployment, and data collection for GLPI agents. Versions 1.5.0 and below are vulnerable to this SQL Injection flaw, which has been addressed in version 1.5.1.

Critical Impact

This SQL Injection vulnerability allows unauthenticated attackers to extract sensitive data from the GLPI database over the network, potentially exposing confidential inventory data, credentials, and other sensitive information managed by the GLPI system.

Affected Products

  • GLPI Inventory Plugin versions 1.5.0 and earlier
  • GLPI deployments utilizing the vulnerable inventory plugin
  • Organizations relying on GLPI for IT asset management and network discovery

Discovery Timeline

  • 2025-11-04 - CVE-2025-32786 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-32786

Vulnerability Analysis

This vulnerability is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The GLPI Inventory Plugin fails to properly sanitize user-supplied input before incorporating it into SQL queries, allowing attackers to manipulate database operations.

The vulnerability can be exploited remotely without authentication and does not require user interaction, making it particularly dangerous for internet-exposed GLPI installations. Successful exploitation could lead to unauthorized access to sensitive data stored in the GLPI database, including inventory records, network topology information, software deployment configurations, and potentially user credentials.

Root Cause

The root cause of CVE-2025-32786 stems from inadequate input validation and improper parameterization of SQL queries within the GLPI Inventory Plugin. When processing data from GLPI agents or user inputs related to network discovery and inventory functions, the plugin directly concatenates untrusted input into SQL statements rather than using prepared statements or parameterized queries. This fundamental coding error allows malicious SQL syntax to be interpreted and executed by the database engine.

Attack Vector

The attack vector for this vulnerability is network-based, allowing remote exploitation. An attacker can craft malicious input containing SQL syntax and submit it through the plugin's network discovery, inventory, or data collection interfaces. Since no authentication is required and the attack complexity is low, threat actors can leverage this vulnerability to:

  1. Extract sensitive data from the GLPI database using UNION-based or blind SQL injection techniques
  2. Enumerate database structure, table names, and column information
  3. Access confidential inventory data, agent configurations, and potentially stored credentials
  4. Map internal network topology through exposed inventory records

The vulnerability primarily impacts confidentiality, as attackers can read arbitrary data from the database. For detailed technical information, refer to the GitHub Security Advisory GHSA-w2cp-r675-6xpq.

Detection Methods for CVE-2025-32786

Indicators of Compromise

  • Unusual SQL error messages in GLPI application logs indicating syntax errors or injection attempts
  • Abnormal database query patterns, particularly queries with UNION SELECT statements or time-based delays
  • Unexpected outbound connections from the database server to external hosts
  • Evidence of data exfiltration through DNS queries or HTTP requests containing encoded database content

Detection Strategies

  • Deploy Web Application Firewalls (WAF) with SQL injection detection rulesets to identify and block malicious payloads
  • Enable detailed logging on the GLPI application and database to capture query patterns and error conditions
  • Implement database activity monitoring to detect unusual query structures or access patterns
  • Use SentinelOne Singularity to monitor for post-exploitation behaviors and lateral movement attempts

Monitoring Recommendations

  • Monitor GLPI web server logs for requests containing SQL keywords such as UNION, SELECT, DROP, or encoded equivalents
  • Set up alerts for database errors that may indicate SQL injection probing attempts
  • Track database user activity for unauthorized data access patterns
  • Review network traffic for large data transfers from the GLPI database server

How to Mitigate CVE-2025-32786

Immediate Actions Required

  • Upgrade the GLPI Inventory Plugin to version 1.5.1 or later immediately
  • Restrict network access to GLPI installations, limiting exposure to trusted networks only
  • Review database logs for evidence of exploitation and conduct forensic analysis if suspicious activity is detected
  • Implement Web Application Firewall rules to block common SQL injection attack patterns

Patch Information

The GLPI development team has released version 1.5.1 of the Inventory Plugin which addresses this SQL Injection vulnerability. Administrators should download and apply this update as soon as possible. The fix is documented in the GLPI Plugin Changelog and the update is available from the GLPI Plugin Release 1.5.1 page.

Workarounds

  • Place GLPI behind a reverse proxy with SQL injection filtering capabilities until patching is possible
  • Implement network segmentation to limit database server exposure and restrict connections to authorized application servers only
  • Apply database user permission hardening to limit the scope of potential data access
  • Consider temporarily disabling vulnerable plugin functionality if the update cannot be immediately applied
bash
# Verify GLPI Inventory Plugin version
grep -r "version" /path/to/glpi/plugins/inventory/setup.php

# Update plugin to patched version 1.5.1
cd /path/to/glpi/plugins
rm -rf inventory
wget https://github.com/glpi-project/glpi-inventory-plugin/releases/download/1.5.1/glpi-inventory-1.5.1.tar.gz
tar -xzf glpi-inventory-1.5.1.tar.gz

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechGlpi

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GLPI Plugin Changelog

  • GLPI Plugin Release 1.5.1

  • GitHub Security Advisory GHSA-w2cp-r675-6xpq
  • Related CVEs
  • CVE-2026-26263: GLPI Search Engine SQLi Vulnerability

  • CVE-2026-29047: Glpi-project Glpi SQLi Vulnerability

  • CVE-2026-25936: Teclib GLPI SQL Injection Vulnerability

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