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

CVE-2026-42088: OpenC3 COSMOS Auth Bypass Vulnerability

CVE-2026-42088 is an authentication bypass flaw in OpenC3 COSMOS that allows users to execute crafted scripts and perform unauthorized administrative actions. This post covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-42088 Overview

OpenC3 COSMOS is an open-source platform for sending commands to and receiving telemetry from embedded systems. CVE-2026-42088 affects versions prior to 7.0.0-rc3, where the Script Runner widget executes Python and Ruby scripts inside the openc3-COSMOS-script-runner-api container. Because all COSMOS Docker containers share a single network, any user permitted to run scripts can reach internal services directly. This bypasses API permission checks and grants administrative access to Redis, the buckets service, and other backend components. The flaw is tracked under [CWE-250: Execution with Unnecessary Privileges].

Critical Impact

Authenticated low-privilege users can read and modify Redis data, exfiltrate secrets, alter COSMOS settings, and tamper with configuration, log, and plugin files stored in the buckets service.

Affected Products

  • OpenC3 COSMOS versions prior to 7.0.0-rc3
  • OpenC3 COSMOS Script Runner API container (openc3-COSMOS-script-runner-api)
  • COSMOS deployments using the default shared Docker network

Discovery Timeline

  • 2026-05-04 - CVE-2026-42088 published to NVD
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-42088

Vulnerability Analysis

The Script Runner widget in OpenC3 COSMOS allows authenticated users to submit Python and Ruby scripts for execution. These scripts run inside the Script Runner API container with full network reachability to every other COSMOS service container. The platform enforces administrative boundaries at the HTTP API layer rather than at the network layer.

A user with script execution rights can issue raw socket or HTTP connections from within the script. These connections bypass the API gateway entirely and reach Redis, the object storage buckets service, and other internal endpoints directly. The attacker effectively inherits the trust granted to the Script Runner container itself.

From this position, an attacker can read or modify Redis keys that store secrets and operational settings. The same path allows reading and writing arbitrary objects in the buckets service, including plugin files that COSMOS loads at runtime. Writing a malicious plugin enables persistence and broader code execution within the COSMOS deployment.

Root Cause

The root cause is a privilege boundary mismatch. COSMOS treats API permission checks as the sole authorization control, yet the Script Runner container shares a flat Docker network with privileged services that lack their own authentication. Scripts running inside that container therefore execute with implicit administrative reach, satisfying the conditions for [CWE-250].

Attack Vector

An authenticated user with permission to create and run scripts submits a script through the Script Runner widget. The script opens TCP connections to internal hostnames such as the Redis service or the buckets service over the shared Docker network. Once connected, the script issues commands to dump secrets, change settings, or upload plugin files, all without invoking any COSMOS API. See the GitHub Security Advisory GHSA-2wvh-87g2-89hr for advisory details.

Detection Methods for CVE-2026-42088

Indicators of Compromise

  • Outbound TCP connections from the openc3-COSMOS-script-runner-api container to Redis (6379) or the buckets service that did not originate from the COSMOS API gateway.
  • Unexpected Redis CONFIG, KEYS, or GET commands logged outside normal administrative windows.
  • New or modified plugin objects in the buckets service uploaded without an audit trail in the Admin Console.
  • Script Runner job history showing scripts that import socket libraries or HTTP clients targeting internal service names.

Detection Strategies

  • Audit Script Runner script content for use of socket, redis, boto3, or HTTP libraries that reference internal hostnames.
  • Monitor container-to-container network flows and alert on Script Runner reaching services other than the API gateway.
  • Compare Redis and buckets service modification timestamps against authenticated Admin Console activity logs.

Monitoring Recommendations

  • Enable Docker network flow logging and forward events to a centralized analytics platform for correlation.
  • Track changes to COSMOS settings, plugin files, and bucket contents and alert on writes that bypass the Admin Console.
  • Review Script Runner audit logs daily for low-privilege users submitting scripts that perform network operations.

How to Mitigate CVE-2026-42088

Immediate Actions Required

  • Upgrade OpenC3 COSMOS to version 7.0.0-rc3 or later, where this issue is patched. See GitHub Release v7.0.0-rc3 and GitHub Release v7.0.0.
  • Restrict Script Runner permissions to trusted operators only, and remove the capability from any role that does not require it.
  • Rotate all secrets stored in Redis, including API keys, plugin tokens, and credentials reachable from the COSMOS containers.

Patch Information

OpenC3 has fixed CVE-2026-42088 in COSMOS 7.0.0-rc3. The fix is included in the general availability release 7.0.0. Operators should pull the updated container images and redeploy the full stack so that the Script Runner API enforces the new permission boundaries against backend services.

Workarounds

  • Segment the Docker network so the Script Runner container cannot reach Redis or the buckets service directly, forcing all traffic through the authenticated API.
  • Disable the Script Runner widget or revoke script execution permissions for non-administrative users until the patch is applied.
  • Apply Redis authentication and bind the buckets service to require credentials, reducing the impact of direct in-network access.
bash
# Configuration example: pull and deploy the patched release
git fetch --tags
git checkout v7.0.0-rc3
docker compose pull
docker compose up -d

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRedis

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-250
  • Technical References
  • GitHub Release v7.0.0

  • GitHub Release v7.0.0-rc3

  • GitHub Security Advisory GHSA-2wvh-87g2-89hr
  • Related CVEs
  • CVE-2026-33233: AutoGPT Pickle Deserialization RCE Flaw

  • CVE-2026-42865: Inbox Zero Information Disclosure Flaw

  • CVE-2026-25243: Redis Redis RCE Vulnerability

  • CVE-2026-23631: Redis Redis 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