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-56404

CVE-2024-56404: Identity Manager IDOR Privilege Escalation

CVE-2024-56404 is an insecure direct object reference vulnerability in One Identity Identity Manager 9.x that enables privilege escalation in on-premise deployments. This article covers technical details, affected versions, and mitigations.

Published: May 26, 2026

CVE-2024-56404 Overview

CVE-2024-56404 is an insecure direct object reference (IDOR) vulnerability in One Identity Identity Manager 9.x before version 9.3. The flaw allows an authenticated low-privileged user to escalate privileges by manipulating object references that are not properly validated by the application. Only On-Premise installations are affected by this issue. The vulnerability is tracked under CWE-302: Authentication Bypass by Assumed-Immutable Data and was disclosed in the One Identity product notification.

Critical Impact

An attacker with low-privileged access to an affected On-Premise deployment can escalate privileges and compromise confidentiality, integrity, and availability across the identity management environment.

Affected Products

  • One Identity Identity Manager 9.0 (On-Premise)
  • One Identity Identity Manager 9.1 and 9.2 (On-Premise)
  • All 9.x versions prior to 9.3

Discovery Timeline

  • 2025-01-24 - CVE-2024-56404 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-56404

Vulnerability Analysis

The vulnerability is an insecure direct object reference (IDOR) flaw in the On-Premise deployment of One Identity Identity Manager. IDOR issues occur when an application exposes internal object identifiers, such as database keys or entity references, without enforcing access control checks on the requesting user. In this case, the application trusts client-supplied object references to determine which records or operations a user can access. An authenticated attacker can substitute references that point to privileged objects and obtain access that the authorization model should deny.

Root Cause

The root cause maps to [CWE-302], where the application assumes that an object identifier supplied by the client is immutable or trustworthy. The Identity Manager runtime does not re-validate that the authenticated principal is authorized to act on the target object referenced in the request. Because Identity Manager governs accounts, roles, and entitlements, manipulating these references translates directly into a privilege escalation path.

Attack Vector

The attack is delivered over the network and requires only low-privileged credentials with no user interaction. The scope is changed, meaning the impact can extend beyond the initially authorized security context to managed downstream systems. A successful exploit grants the attacker the ability to read, modify, or revoke identity objects belonging to higher-privileged accounts, including administrative roles.

No public proof-of-concept code is available for this issue. Refer to the One Identity release notes for version 9.3 for vendor-supplied technical context.

Detection Methods for CVE-2024-56404

Indicators of Compromise

  • Unexpected modifications to high-privilege roles, group memberships, or entitlement assignments in the Identity Manager database
  • Web application or API requests from low-privileged accounts that reference object identifiers belonging to administrative entities
  • Audit log entries showing privilege grants, password resets, or account enables that do not correlate to an approved workflow request

Detection Strategies

  • Review Identity Manager web service and API access logs for sequential or manipulated object identifiers issued by the same session
  • Correlate authentication events with subsequent privileged object operations to identify users acting outside their assigned role scope
  • Baseline normal request patterns per role and alert on deviations such as standard users invoking administrative endpoints

Monitoring Recommendations

  • Forward Identity Manager application, IIS, and database audit logs to a centralized SIEM with retention sufficient for forensic review
  • Enable verbose auditing on role assignment, account creation, and permission change operations within Identity Manager
  • Monitor for changes to Active Directory and downstream connected systems originating from Identity Manager service accounts outside maintenance windows

How to Mitigate CVE-2024-56404

Immediate Actions Required

  • Upgrade On-Premise deployments of One Identity Identity Manager to version 9.3 or later as documented in the vendor advisory
  • Inventory all 9.x On-Premise installations and prioritize internet-exposed or business-critical instances for immediate patching
  • Rotate credentials and review recent privileged role assignments for any unauthorized changes prior to patching

Patch Information

One Identity addressed CVE-2024-56404 in Identity Manager 9.3. Administrators should consult the One Identity Identity Manager 9.3 release notes and the official product notification for upgrade procedures and compatibility guidance. SaaS deployments are not affected.

Workarounds

  • Restrict network access to the Identity Manager web front end and API endpoints to trusted administrative networks until the patch is applied
  • Enforce least-privilege provisioning so that standard user accounts cannot enumerate or modify administrative objects through the API
  • Increase the frequency of attestation and recertification campaigns to detect unauthorized entitlement changes between patch cycles
bash
# Verify installed Identity Manager version on the application server
Get-ItemProperty "HKLM:\SOFTWARE\One Identity\Identity Manager" | Select-Object ProductVersion

# Confirm upgrade target
# ProductVersion must be 9.3.0 or later to remediate CVE-2024-56404

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOne Identity

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-302
  • Technical References
  • One Identity Product Notification

  • One Identity Release Notes

  • One Identity Community Discussion
  • Related CVEs
  • CVE-2024-45488: Safeguard Auth Bypass 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