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
    • 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-37381

CVE-2024-37381: Ivanti Endpoint Manager SQLi Vulnerability

CVE-2024-37381 is a SQL injection flaw in Ivanti Endpoint Manager Core server that enables authenticated attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-37381 Overview

CVE-2024-37381 is an SQL Injection vulnerability affecting the Core server component of Ivanti Endpoint Manager (EPM) 2024 flat. This security flaw allows an authenticated attacker positioned within the same network to inject malicious SQL queries, potentially leading to arbitrary code execution on the affected system.

Critical Impact

Authenticated attackers on an adjacent network can leverage this SQL Injection vulnerability to execute arbitrary code, potentially compromising the entire endpoint management infrastructure and all managed endpoints.

Affected Products

  • Ivanti Endpoint Manager 2024 (flat release)

Discovery Timeline

  • 2024-07-29 - CVE-2024-37381 published to NVD
  • 2025-07-10 - Last updated in NVD database

Technical Details for CVE-2024-37381

Vulnerability Analysis

This vulnerability falls under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The Core server component of Ivanti EPM 2024 fails to properly sanitize user-supplied input before incorporating it into SQL queries. When an authenticated attacker submits specially crafted input containing SQL metacharacters, the application constructs and executes unintended database commands.

The attack requires the adversary to have valid credentials and network adjacency to the target system. Once these prerequisites are met, successful exploitation can result in unauthorized data access, modification of database contents, and ultimately arbitrary code execution on the underlying server. Given that Ivanti EPM manages endpoints across an organization, compromise of this system could provide attackers with a strategic foothold for lateral movement and broader network compromise.

Root Cause

The root cause of CVE-2024-37381 stems from insufficient input validation and improper parameterization of SQL queries within the Ivanti EPM Core server. User-controlled data is concatenated directly into SQL statements without adequate sanitization or the use of prepared statements with parameterized queries, allowing attackers to break out of the intended query context and inject their own SQL commands.

Attack Vector

The attack vector for this vulnerability is classified as Adjacent Network, meaning the attacker must have access to the same network segment as the vulnerable Ivanti EPM Core server. The exploitation process involves:

  1. An attacker first authenticates to the Ivanti EPM system using valid credentials (low privilege level required)
  2. The attacker identifies input fields or API endpoints that interact with the database
  3. Malicious SQL payloads are crafted and submitted through these entry points
  4. The unsanitized input is incorporated into SQL queries executed by the Core server
  5. Successful injection allows the attacker to manipulate database operations and potentially achieve code execution

The vulnerability does not require user interaction and can be exploited with low attack complexity once the authentication and network positioning requirements are met.

Detection Methods for CVE-2024-37381

Indicators of Compromise

  • Unusual SQL error messages or database exceptions in Ivanti EPM Core server logs
  • Unexpected database queries containing SQL injection patterns such as UNION SELECT, '; DROP, or encoded SQL metacharacters
  • Anomalous authentication patterns followed by database-intensive operations
  • New or modified stored procedures, functions, or database objects that were not administratively created

Detection Strategies

  • Deploy database activity monitoring (DAM) solutions to identify suspicious query patterns targeting the Ivanti EPM database
  • Implement network intrusion detection signatures to identify SQL injection payloads in traffic destined for the EPM Core server
  • Enable detailed logging on the Ivanti EPM Core server and correlate with database audit logs to identify injection attempts
  • Monitor for process spawning from database service accounts that may indicate successful code execution

Monitoring Recommendations

  • Establish baseline database query patterns for the Ivanti EPM Core server and alert on statistical anomalies
  • Configure SIEM rules to correlate authentication events with subsequent database errors or unusual query volumes
  • Implement web application firewall (WAF) rules to filter common SQL injection attack patterns if the Core server exposes web interfaces
  • Regularly review database user permissions and audit trails for evidence of privilege escalation or unauthorized data access

How to Mitigate CVE-2024-37381

Immediate Actions Required

  • Apply the security patch provided by Ivanti as documented in the July 2024 Security Advisory for EPM 2024
  • Restrict network access to the Ivanti EPM Core server to only authorized administrative workstations and systems
  • Review authentication logs for any suspicious access attempts and rotate credentials for all EPM administrator accounts
  • Implement network segmentation to isolate the EPM infrastructure from general user networks

Patch Information

Ivanti has released a security update addressing CVE-2024-37381 as part of their July 2024 security advisory for EPM 2024. Organizations should consult the Ivanti Security Advisory EPM July 2024 for detailed patch instructions and download the appropriate hotfix for their environment. It is critical to apply this patch promptly given the potential for arbitrary code execution.

Workarounds

  • Implement strict network access controls using firewalls or VLANs to limit adjacent network access to the EPM Core server
  • Apply the principle of least privilege to all EPM user accounts to minimize the impact of credential compromise
  • Deploy a web application firewall (WAF) or database firewall with SQL injection detection capabilities as an additional defensive layer
  • Consider temporarily disabling non-essential features or interfaces of the EPM Core server until patching can be completed
bash
# Network segmentation example - restrict access to EPM Core server
# Example iptables rules to limit adjacent network access
iptables -A INPUT -s 10.0.0.0/24 -d <EPM_SERVER_IP> -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -s 10.0.0.0/24 -d <EPM_SERVER_IP> -p tcp --dport 1433 -j DROP
iptables -A INPUT -d <EPM_SERVER_IP> -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechIvanti Endpoint Manager

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.19%

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

  • CVE-2024-29824: Ivanti Endpoint Manager SQLi Vulnerability

  • CVE-2023-39336: Ivanti Endpoint Manager SQLi Vulnerability

  • CVE-2026-1603: Ivanti Endpoint Manager Auth Bypass Flaw
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