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-2024-56801

CVE-2024-56801: Infotel Tasklists SQL Injection Vulnerability

CVE-2024-56801 is a blind SQL injection flaw in Infotel Tasklists plugin for GLPI that allows attackers to execute unauthorized database queries. This article covers the technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2024-56801 Overview

CVE-2024-56801 is a blind SQL injection vulnerability in the Tasklists plugin for GLPI (Gestionnaire Libre de Parc Informatique), developed by Infotel. The flaw affects all versions of the plugin prior to 2.0.4. Unauthenticated attackers can inject malicious SQL statements over the network without user interaction. Because the injection is blind, attackers infer data through response timing or conditional behavior rather than direct output. The maintainer released version 2.0.4 to remediate the issue, classified under CWE-89: Improper Neutralization of Special Elements used in an SQL Command.

Critical Impact

Network-accessible blind SQL injection allows unauthenticated attackers to read sensitive data from GLPI databases hosting the Tasklists plugin, with an EPSS score of 8.388% (92nd percentile).

Affected Products

  • Infotel Tasklists plugin for GLPI, all versions prior to 2.0.4
  • GLPI instances with the Tasklists plugin installed and exposed to network access
  • Deployments referenced by CPE cpe:2.3:a:infotel:tasklists:*:*:*:*:*:glpi:*:*

Discovery Timeline

  • 2024-12-30 - CVE-2024-56801 published to NVD
  • 2025-02-07 - Last updated in NVD database

Technical Details for CVE-2024-56801

Vulnerability Analysis

The Tasklists plugin extends GLPI with task list management features. Prior to version 2.0.4, the plugin constructs SQL queries by concatenating user-controlled input without proper parameterization or sanitization. This implementation allows attackers to alter the structure of database queries by injecting crafted payloads into vulnerable request parameters.

The vulnerability is blind, meaning the application does not return query results or verbose database errors directly to the attacker. Attackers extract information through inferential techniques such as boolean-based or time-based payloads. Conditional SLEEP() statements or CASE WHEN constructs reveal database contents one bit at a time based on observable response differences.

Because GLPI deployments commonly store asset inventories, ticket records, user credentials, and IT operations data, successful exploitation exposes operationally sensitive information. The fix in version 2.0.4 is published as commit 6444026e3d2b8fb22d5e5ab03fb86056e1ac9e43.

Root Cause

The root cause is improper neutralization of special characters in SQL statements [CWE-89]. The plugin places untrusted input directly into query strings rather than using prepared statements or the GLPI database abstraction layer's parameter binding functions.

Attack Vector

An attacker sends crafted HTTP requests to a vulnerable Tasklists plugin endpoint on a GLPI instance. The CVSS 4.0 vector indicates network attack vector with no privileges and no user interaction required. Exploitation requires the plugin to be installed and reachable, but the attacker does not need a GLPI account.

The vulnerability mechanism is described in prose because no verified proof-of-concept code is publicly available. Refer to the GitHub Security Advisory GHSA-c6fw-xw9x-gwjw and the upstream patch commit for technical details on the affected code paths.

Detection Methods for CVE-2024-56801

Indicators of Compromise

  • HTTP requests to Tasklists plugin endpoints containing SQL keywords such as UNION, SELECT, SLEEP, BENCHMARK, or CASE WHEN in parameter values
  • Unusually long response times from GLPI requests targeting Tasklists URLs, indicative of time-based blind injection
  • Repeated requests to the same Tasklists endpoint with incrementally modified parameters from a single source
  • Database logs showing malformed queries originating from the Tasklists plugin

Detection Strategies

  • Inspect web server access logs for Tasklists plugin URLs containing encoded SQL syntax such as %27, %20OR%20, or ;--
  • Deploy web application firewall (WAF) rules tuned for SQL injection patterns on GLPI request paths
  • Enable MySQL/MariaDB general query logging during investigation to correlate suspicious queries with plugin requests

Monitoring Recommendations

  • Alert on response-time anomalies for Tasklists endpoints exceeding baseline thresholds
  • Track outbound connections and process activity originating from the PHP worker serving GLPI for signs of post-exploitation behavior
  • Forward GLPI application logs and webserver logs into a centralized analytics platform for correlation across hosts

How to Mitigate CVE-2024-56801

Immediate Actions Required

  • Upgrade the Tasklists plugin to version 2.0.4 or later on all GLPI instances
  • Restrict network access to GLPI administrative interfaces using firewalls, VPNs, or IP allowlists until patching is complete
  • Review GLPI and database logs for evidence of prior exploitation attempts against Tasklists endpoints

Patch Information

Infotel released the fix in Tasklists version 2.0.4, published as commit 6444026e3d2b8fb22d5e5ab03fb86056e1ac9e43. Administrators should download the patched release from the InfotelGLPI/tasklists GitHub repository and follow the standard GLPI plugin update procedure. The corresponding GHSA-c6fw-xw9x-gwjw advisory provides additional remediation guidance.

Workarounds

  • Disable the Tasklists plugin in the GLPI configuration until the patched version is applied
  • Deploy WAF signatures that block SQL injection payloads targeting GLPI plugin URLs
  • Apply database account least privilege so the GLPI service user cannot read tables outside its operational scope
bash
# Example: disable the Tasklists plugin via GLPI CLI until upgrade is complete
php bin/console glpi:plugin:deactivate tasklists

# Then upgrade to 2.0.4
cd plugins/tasklists
git fetch --tags
git checkout 2.0.4

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechInfotel Tasklists

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability8.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Vendor Resources
  • GitHub Commit Overview

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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