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

CVE-2026-4913: Ivanti N-ITSM Auth Bypass Vulnerability

CVE-2026-4913 is an authentication bypass flaw in Ivanti N-ITSM allowing disabled accounts to retain access. This article covers the technical details, affected versions, security impact, and mitigation steps.

Published: April 17, 2026

CVE-2026-4913 Overview

CVE-2026-4913 is an improper protection of an alternate path vulnerability (CWE-424) affecting Ivanti Neurons for ITSM (N-ITSM) before version 2025.4. This authentication bypass flaw allows a remote authenticated attacker to retain access to the system even after their account has been disabled by administrators.

Critical Impact

Disabled user accounts can maintain persistent unauthorized access to Ivanti N-ITSM systems through alternate authentication paths, potentially allowing continued data exfiltration or malicious activity despite administrative deprovisioning efforts.

Affected Products

  • Ivanti Neurons for ITSM versions prior to 2025.4

Discovery Timeline

  • April 14, 2026 - CVE-2026-4913 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4913

Vulnerability Analysis

This vulnerability stems from improper protection of an alternate authentication path within Ivanti Neurons for ITSM. When an administrator disables a user account through the standard administrative interface, the system fails to properly invalidate all authentication mechanisms associated with that account.

The flaw allows previously authenticated users to bypass account status checks by leveraging alternative authentication endpoints or session mechanisms that do not properly verify the account's disabled status. This creates a significant security gap in the account lifecycle management process, particularly concerning for organizations that need to immediately revoke access for terminated employees or compromised accounts.

From an exploitation perspective, the vulnerability requires network access and prior authentication to the system, meaning an attacker must have had legitimate access at some point. However, no user interaction is required from victims once the attacker has established their persistence mechanism.

Root Cause

The root cause is classified as CWE-424 (Improper Protection of Alternate Path). The application fails to properly implement account status checks across all authentication and session validation pathways. While the primary authentication flow may correctly reject disabled accounts, alternate code paths—potentially including API endpoints, session renewal mechanisms, or legacy authentication handlers—do not perform adequate verification of the account's current status.

Attack Vector

The attack is network-based and requires the attacker to have previously authenticated to the Ivanti N-ITSM instance. The exploitation scenario involves:

  1. An attacker with legitimate credentials authenticates to the system and establishes a persistent session or discovers an alternate authentication endpoint
  2. An administrator subsequently disables the attacker's account through normal administrative procedures
  3. The attacker continues accessing the system through the alternate path that does not properly validate account status
  4. The attacker retains read access to sensitive information despite their account being disabled

The vulnerability specifically impacts confidentiality, allowing unauthorized access to sensitive ITSM data including potentially service tickets, configuration data, and organizational information. For detailed technical information, refer to the Ivanti Security Advisory.

Detection Methods for CVE-2026-4913

Indicators of Compromise

  • Successful authentication or session activity from user accounts that have been disabled in the administrative console
  • API access logs showing requests from accounts that should no longer have access
  • Unusual session longevity for accounts that were recently deprovisioned
  • Authentication events occurring through non-standard endpoints after account disable operations

Detection Strategies

  • Implement logging correlation between account disable events and subsequent access attempts from those accounts
  • Monitor for API endpoint usage patterns that differ from standard user authentication flows
  • Configure alerts for any successful authentication events from accounts in disabled state
  • Review session management logs for sessions that persist beyond account deprovisioning actions

Monitoring Recommendations

  • Enable comprehensive audit logging for all authentication pathways including API endpoints
  • Implement real-time correlation rules to detect access from recently disabled accounts
  • Configure SIEM rules to alert on authentication anomalies within 24-48 hours of account status changes
  • Regularly audit active sessions against current account status in the directory

How to Mitigate CVE-2026-4913

Immediate Actions Required

  • Upgrade Ivanti Neurons for ITSM to version 2025.4 or later immediately
  • Audit all disabled user accounts and terminate any active sessions associated with them
  • Review access logs for evidence of exploitation on disabled accounts
  • Implement network segmentation to limit exposure of Ivanti N-ITSM to untrusted networks

Patch Information

Ivanti has released version 2025.4 of Neurons for ITSM which addresses this vulnerability. Organizations should apply this update as soon as possible following their change management procedures. Consult the Ivanti Security Advisory for CVE-2026-4913 for complete patch details and upgrade instructions.

Workarounds

  • Implement additional authentication controls at the network layer to restrict access to the ITSM platform
  • Configure web application firewall rules to monitor and potentially block suspicious authentication patterns
  • When disabling accounts, also manually invalidate all associated sessions and API tokens
  • Consider implementing additional identity verification for sensitive ITSM operations 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
  • TypeAuth Bypass

  • Vendor/TechIvanti

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-424
  • Technical References
  • Ivanti Security Advisory CVE-2026-4913 CVE-2026-4914
  • Related CVEs
  • CVE-2024-11639: Ivanti CSA Auth Bypass Vulnerability

  • CVE-2026-4914: Ivanti N-ITSM Stored XSS Vulnerability

  • CVE-2026-3483: Ivanti DSM Privilege Escalation Flaw

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