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-2026-8109

CVE-2026-8109: Ivanti Endpoint Manager Information Leak

CVE-2026-8109 is an information disclosure flaw in Ivanti Endpoint Manager that allows authenticated attackers to leak access credentials. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-8109 Overview

CVE-2026-8109 affects the Core Server component of Ivanti Endpoint Manager (EPM) prior to version 2024 SU6. The vulnerability stems from an exposed dangerous method [CWE-749] that authenticated remote attackers can invoke to leak access credentials. An attacker with valid low-privilege credentials on the network can call the exposed method and retrieve sensitive authentication material from the Core Server. Ivanti addressed the issue in the May 2026 security advisory cycle.

Critical Impact

A remote authenticated attacker can extract access credentials from the Ivanti EPM Core Server, enabling lateral movement and unauthorized access to managed endpoints and connected systems.

Affected Products

  • Ivanti Endpoint Manager 2024 (base release)
  • Ivanti Endpoint Manager 2024 SU1 through SU5 (including SU3 Security Release 1 and SU4 Security Release 1)
  • All Ivanti Endpoint Manager versions prior to 2024 SU6

Discovery Timeline

  • 2026-05-12 - CVE-2026-8109 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-8109

Vulnerability Analysis

The vulnerability resides in the Core Server component of Ivanti Endpoint Manager, the central management service that coordinates agent communication, policy distribution, and software deployment across managed endpoints. The Core Server exposes a method that should be restricted to internal or privileged callers but is reachable over the network by any authenticated user.

When an authenticated attacker invokes this method, the Core Server returns access credentials stored or processed by the component. These credentials may include service account passwords, agent communication tokens, or integration credentials used by EPM to connect with databases, directory services, or remote endpoints. The disclosure compromises confidentiality without altering integrity or availability on the affected host.

The weakness is classified as Exposed Dangerous Method or Function [CWE-749]. The Common Weakness Enumeration category covers cases where a class, module, or service exposes functionality that should be access-restricted but is not.

Root Cause

The Core Server fails to enforce proper authorization on a method that returns credential data. Authentication alone is treated as sufficient, with no additional role check, capability check, or caller validation gating the sensitive operation. Any authenticated principal can therefore reach functionality intended for privileged consumers.

Attack Vector

Exploitation requires network access to the Core Server and a valid authenticated session with low privileges. The attacker sends a crafted request to the exposed method endpoint and parses credentials from the response. No user interaction is required, and the attack complexity is low. Public proof-of-concept code is not currently available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Technical specifics for the exposed method signature are not disclosed in the Ivanti advisory. Refer to the Ivanti Security Advisory for vendor-supplied details.

Detection Methods for CVE-2026-8109

Indicators of Compromise

  • Unexpected authenticated requests to Core Server management endpoints originating from low-privilege user accounts or non-administrative workstations.
  • Anomalous outbound use of EPM service account credentials shortly after Core Server access, suggesting credential reuse following extraction.
  • Authentication events for EPM-managed service accounts from hosts that do not normally interact with those identities.

Detection Strategies

  • Audit Core Server access logs for authenticated calls to administrative or credential-related methods made by accounts without administrative roles.
  • Correlate EPM authentication telemetry with subsequent use of recovered service accounts across Active Directory, SQL Server, and remote agents.
  • Baseline normal API and RPC call patterns to the Core Server and alert on deviations in caller identity, request volume, or method invocation frequency.

Monitoring Recommendations

  • Forward Ivanti EPM Core Server logs and Windows Security events to a centralized analytics platform for correlation with endpoint and identity telemetry.
  • Monitor service account logon patterns for credential reuse from unexpected source hosts following EPM access.
  • Track configuration and credential read operations on the Core Server database and flag access by non-administrative principals.

How to Mitigate CVE-2026-8109

Immediate Actions Required

  • Upgrade Ivanti Endpoint Manager to version 2024 SU6 or later on all Core Servers as the primary remediation.
  • Rotate all service accounts, integration credentials, and agent secrets managed by or stored on the Core Server after patching.
  • Restrict Core Server administrative interfaces to dedicated management networks and review the list of accounts authorized to authenticate to EPM.

Patch Information

Ivanti released the fix in Ivanti Endpoint Manager 2024 SU6. Apply the update following the guidance in the Ivanti Security Advisory - May 2026. Verify the installed version after upgrade and confirm that Core Server services restart cleanly.

Workarounds

  • Limit network reachability of the Core Server to trusted administrative hosts using firewall rules or network segmentation.
  • Reduce the number of EPM accounts and enforce least privilege so fewer principals can authenticate to the Core Server pending patch deployment.
  • Increase audit logging verbosity on the Core Server and review logs frequently for unexpected authenticated method invocations until SU6 is applied.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIvanti Endpoint Manager

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-749
  • Vendor Resources
  • Ivanti Security Advisory
  • Related CVEs
  • CVE-2025-6995: Ivanti Endpoint Manager Info Disclosure

  • CVE-2025-6996: Ivanti Endpoint Manager Info Disclosure

  • CVE-2026-8110: Ivanti Endpoint Manager Privilege Escalation

  • CVE-2026-8111: Ivanti Endpoint Manager RCE 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