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

CVE-2026-5378: runZero Platform Auth Bypass Vulnerability

CVE-2026-5378 is an authorization bypass flaw in runZero Platform that allowed administrators to create and update users outside their authorized scope. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5378 Overview

A significant authorization vulnerability has been identified in the runZero Platform that allowed administrators to create and update users outside of their authorized organization scope. This vulnerability represents an instance of CWE-863: Incorrect Authorization, enabling privilege escalation across organizational boundaries within multi-tenant deployments.

Critical Impact

Administrators can create and update users outside their authorized organization scope, potentially compromising the multi-tenant isolation model and enabling unauthorized cross-organizational access.

Affected Products

  • runZero Platform versions prior to 4.0.260203.0

Discovery Timeline

  • April 7, 2026 - CVE-2026-5378 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5378

Vulnerability Analysis

This authorization bypass vulnerability stems from improper validation of organizational boundaries during user management operations. In multi-tenant environments, the runZero Platform should enforce strict isolation between organizations, ensuring administrators can only manage users within their authorized scope. However, due to insufficient authorization checks in the user creation and update workflows, administrators could perform these operations on users belonging to other organizations.

The vulnerability requires high privileges (administrator access) to exploit and involves high attack complexity, as the attacker must already possess administrative credentials within the platform. However, successful exploitation has a changed scope impact, meaning the vulnerability affects resources beyond the vulnerable component's security scope—specifically, other organizations within the same runZero deployment.

The integrity impact is rated as high because an attacker could create rogue accounts or modify existing users in organizations they should not have access to, potentially enabling further lateral movement or persistent access across organizational boundaries.

Root Cause

The root cause of this vulnerability is CWE-863: Incorrect Authorization. The runZero Platform failed to properly validate organizational scope during user management API calls, allowing authenticated administrators to reference organization identifiers outside their authorized domain when creating or updating user accounts.

Attack Vector

The attack vector is network-based, requiring the attacker to have authenticated administrator-level access to the runZero Platform. An attacker with administrative privileges in one organization could craft API requests that target users in other organizations within the same multi-tenant deployment.

The exploitation scenario involves:

  1. An attacker obtaining administrator credentials for Organization A
  2. Identifying the organization identifiers or user IDs associated with Organization B
  3. Submitting user creation or modification requests that cross organizational boundaries
  4. Successfully creating or modifying users in Organization B despite lacking authorization

Since no verified code examples are available, readers should refer to the runZero Security Advisory for detailed technical information about the vulnerability mechanism.

Detection Methods for CVE-2026-5378

Indicators of Compromise

  • Unexpected user accounts appearing in organizations without corresponding legitimate creation events
  • Audit log entries showing user modifications by administrators from different organizations
  • API requests containing organization identifiers that do not match the authenticated administrator's scope
  • Unusual patterns of user account creation or modification across organizational boundaries

Detection Strategies

  • Review audit logs for user creation and modification events where the acting administrator's organization differs from the target user's organization
  • Monitor API calls to user management endpoints for organization identifier mismatches
  • Implement alerting on any cross-organizational user management operations
  • Correlate administrator authentication events with subsequent user management actions to identify scope violations

Monitoring Recommendations

  • Enable comprehensive audit logging for all user management operations within the runZero Platform
  • Configure alerts for user creation or modification events that reference organization identifiers outside expected values
  • Establish baseline patterns for administrative user management activities and alert on deviations
  • Periodically audit user accounts across organizations to identify any unauthorized accounts

How to Mitigate CVE-2026-5378

Immediate Actions Required

  • Upgrade to runZero Platform version 4.0.260203.0 or later immediately
  • Conduct a comprehensive audit of all user accounts across organizations to identify any unauthorized accounts
  • Review audit logs for evidence of cross-organizational user management activity
  • Rotate administrator credentials as a precautionary measure if exploitation is suspected

Patch Information

runZero has released version 4.0.260203.0 of the runZero Platform which addresses this authorization vulnerability. Organizations should upgrade to this version or later to remediate the issue. Detailed release notes are available in the runZero Release Notes.

For additional information about this vulnerability, refer to the official runZero Security Advisory for CVE-2026-5378.

Workarounds

  • Limit administrator privileges to essential personnel only until the patch can be applied
  • Implement network segmentation to restrict access to the runZero Platform management interface
  • Enable enhanced audit logging and implement real-time monitoring for user management operations
  • Consider temporarily disabling user self-provisioning features if available until the upgrade 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/TechRunzero

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • RunZero Release Notes

  • RunZero Security Advisory CVE-2026-5378
  • Related CVEs
  • CVE-2026-5379: runZero Platform Auth Bypass Vulnerability

  • CVE-2026-5376: runZero Platform Auth Bypass Vulnerability

  • CVE-2026-5382: runZero Platform Auth Bypass Vulnerability

  • CVE-2026-5384: runZero Platform 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