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

CVE-2024-8191: Ivanti Endpoint Manager RCE Vulnerability

CVE-2024-8191 is a SQL injection vulnerability in Ivanti Endpoint Manager that enables remote code execution without authentication. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 15, 2026

CVE-2024-8191 Overview

CVE-2024-8191 is a critical SQL injection vulnerability in the management console of Ivanti Endpoint Manager (EPM). This vulnerability allows a remote unauthenticated attacker to execute arbitrary SQL queries against the backend database, ultimately leading to remote code execution (RCE) on affected systems. Organizations using Ivanti EPM for endpoint management and security are at significant risk if they have not applied the necessary security updates.

Critical Impact

Unauthenticated remote attackers can exploit this SQL injection vulnerability to achieve full remote code execution on Ivanti EPM servers, potentially compromising the entire endpoint management infrastructure and all managed devices.

Affected Products

  • Ivanti Endpoint Manager 2024 (prior to September 2024 update)
  • Ivanti Endpoint Manager 2022 (prior to SU6)
  • Ivanti Endpoint Manager 2022 SU1 through SU5

Discovery Timeline

  • 2024-09-10 - CVE-2024-8191 published to NVD
  • 2024-09-12 - Last updated in NVD database

Technical Details for CVE-2024-8191

Vulnerability Analysis

This vulnerability is classified as CWE-89: SQL Injection, one of the most dangerous web application security flaws. The management console of Ivanti EPM fails to properly sanitize user-supplied input before incorporating it into SQL queries. This oversight allows attackers to inject malicious SQL statements that are executed by the database engine with the privileges of the application.

The attack requires no authentication, meaning any attacker with network access to the management console can exploit this flaw. Given that Ivanti EPM is used to manage and deploy software across enterprise endpoints, successful exploitation could provide attackers with a foothold to compromise the entire endpoint fleet managed by the vulnerable server.

Root Cause

The root cause of CVE-2024-8191 lies in improper input validation within the Ivanti EPM management console. User-controlled input is directly concatenated or interpolated into SQL queries without proper parameterization or sanitization. This allows attackers to break out of the intended query context and execute arbitrary SQL commands. The lack of prepared statements or stored procedures with proper parameter binding enables this classic but devastating attack vector.

Attack Vector

The attack vector is network-based and requires no user interaction or prior authentication. An attacker can craft malicious HTTP requests containing SQL injection payloads targeting vulnerable endpoints in the management console. The injection can be used to:

  1. Extract sensitive data from the EPM database including credentials and configuration
  2. Modify or delete critical data within the database
  3. Escalate to operating system command execution through database-specific features (such as xp_cmdshell in SQL Server or user-defined functions)
  4. Establish persistent access to the compromised system

The vulnerability is particularly dangerous because the Ivanti EPM management console typically has elevated privileges on the underlying system to perform endpoint management tasks.

Detection Methods for CVE-2024-8191

Indicators of Compromise

  • Unusual SQL error messages in web server or application logs indicating malformed queries
  • Unexpected database queries containing SQL keywords in user input fields such as UNION, SELECT, DROP, or xp_cmdshell
  • Anomalous outbound network connections from the EPM server to unknown external hosts
  • Evidence of new user accounts or privilege changes in the EPM database
  • Suspicious process execution on the EPM server, particularly command interpreters spawned by database processes

Detection Strategies

  • Deploy web application firewalls (WAF) with SQL injection detection rules targeting the EPM management console
  • Implement database activity monitoring to detect unusual query patterns and out-of-band data exfiltration attempts
  • Enable verbose logging on the Ivanti EPM management console and correlate with SIEM for anomaly detection
  • Monitor for signs of lateral movement from the EPM server to managed endpoints

Monitoring Recommendations

  • Configure alerting for authentication failures followed by successful access patterns on the management console
  • Monitor database server performance metrics for unusual spikes that may indicate data extraction
  • Track all administrative actions on the EPM server with enhanced audit logging
  • Implement network segmentation monitoring to detect unauthorized connections from the EPM infrastructure

How to Mitigate CVE-2024-8191

Immediate Actions Required

  • Apply the Ivanti EPM September 2024 security update for EPM 2024 immediately
  • Update Ivanti EPM 2022 installations to SU6 or later
  • Restrict network access to the management console to trusted administrative networks only
  • Review EPM server and database logs for signs of prior exploitation
  • Consider taking vulnerable systems offline until patches can be applied in high-risk environments

Patch Information

Ivanti has released security updates to address this vulnerability. For EPM 2024, apply the September 2024 security update. For EPM 2022, upgrade to Service Update 6 (SU6) or later. Detailed patch information and download links are available in the Ivanti Security Advisory EPM September 2024.

Workarounds

  • Implement strict network access controls to limit management console access to authorized IP addresses only
  • Deploy a web application firewall (WAF) with SQL injection signatures in front of the EPM management console
  • Enable enhanced monitoring and logging on database servers to detect exploitation attempts
  • Consider temporarily disabling external network access to the management console until patching is complete

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIvanti Endpoint Manager

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability32.88%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • Ivanti Security Advisory EPM September 2024
  • Related CVEs
  • CVE-2025-13659: Ivanti Endpoint Manager RCE Vulnerability

  • CVE-2025-9713: Ivanti Endpoint Manager RCE Vulnerability

  • CVE-2025-9712: Ivanti Endpoint Manager RCE Vulnerability

  • CVE-2025-9872: Ivanti Endpoint Manager RCE 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