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

CVE-2026-5379: runZero Platform Auth Bypass Vulnerability

CVE-2026-5379 is an authentication bypass flaw in runZero Platform allowing MCP agents to access certificate data outside their authorized scope. This article covers the technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-5379 Overview

An authorization bypass vulnerability has been identified in the runZero Platform that allowed MCP (Management Control Protocol) agents to access certificate information from outside of their authorized organization scope. This vulnerability represents an incorrect authorization issue (CWE-863) where access control mechanisms failed to properly restrict certificate data access to the appropriate organizational boundaries.

Critical Impact

MCP agents could potentially access sensitive certificate information belonging to other organizations, leading to unauthorized disclosure of security-related data across organizational boundaries.

Affected Products

  • runZero Platform versions prior to 4.0.260203.0

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-5379 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-5379

Vulnerability Analysis

This vulnerability stems from improper authorization controls within the runZero Platform's MCP agent certificate handling functionality. The flaw allowed authenticated MCP agents operating within one organization's scope to query and retrieve certificate information that should have been restricted to other organizations. This cross-organizational data exposure represents a breach of the platform's multi-tenant security model.

The attack requires network access and high privileges (authenticated MCP agent access), combined with high attack complexity to successfully exploit. While the scope is changed (meaning the vulnerable component can affect resources beyond its security scope), the confidentiality impact is limited and there is no impact to integrity or availability of the affected systems.

Root Cause

The root cause is classified as CWE-863: Incorrect Authorization. The runZero Platform's authorization logic failed to properly validate organization scope boundaries when MCP agents requested certificate information. This allowed agents to bypass intended access restrictions and retrieve certificate data belonging to organizations outside their authorized scope.

Attack Vector

The vulnerability is exploitable over the network by an authenticated attacker with high privileges (MCP agent access). The attack complexity is high, indicating that successful exploitation requires specific conditions or additional information gathering. No user interaction is required for exploitation.

The attack scenario involves an MCP agent that has been authenticated to the runZero Platform making requests for certificate information while manipulating or bypassing the organization scope validation. Due to the incorrect authorization controls, the platform would return certificate data from organizations the agent was not authorized to access.

Detection Methods for CVE-2026-5379

Indicators of Compromise

  • Unusual MCP agent queries for certificate information across multiple organization scopes
  • Audit log entries showing certificate access requests from agents for organizations outside their assigned scope
  • Anomalous patterns in certificate retrieval API calls from individual MCP agents

Detection Strategies

  • Monitor runZero Platform audit logs for cross-organizational certificate access attempts
  • Implement alerting on MCP agent activity that spans multiple organization boundaries
  • Review historical logs for certificate information requests that resulted in data from unexpected organizations

Monitoring Recommendations

  • Enable comprehensive audit logging for all MCP agent certificate-related operations
  • Configure alerts for any certificate access attempts that cross organizational boundaries
  • Regularly review MCP agent permissions and organization scope assignments

How to Mitigate CVE-2026-5379

Immediate Actions Required

  • Upgrade the runZero Platform to version 4.0.260203.0 or later immediately
  • Review audit logs for any evidence of exploitation prior to patching
  • Verify MCP agent organization scope assignments are correctly configured
  • Consider temporarily restricting MCP agent certificate access until patching is complete

Patch Information

runZero has addressed this vulnerability in version 4.0.260203.0 of the runZero Platform. Organizations should upgrade to this version or later to remediate the issue. Detailed patch information is available in the runZero Release Notes and the runZero Security Advisory for CVE-2026-5379.

Workarounds

  • Restrict network access to MCP agent endpoints to trusted networks only
  • Implement additional network segmentation between organizational boundaries
  • Monitor and audit all MCP agent certificate access requests until patching can be completed
  • Consider disabling MCP agent certificate access functionality if not business-critical
bash
# Verify runZero Platform version after upgrade
runzero --version
# Expected output: 4.0.260203.0 or higher

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

  • SeverityLOW

  • CVSS Score3.0

  • EPSS Probability0.01%

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

  • RunZero Security Advisory CVE-2026-5379
  • Related CVEs
  • CVE-2026-5378: 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