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

CVE-2026-30957: Hackerbay OneUptime RCE Vulnerability

CVE-2026-30957 is a remote code execution vulnerability in Hackerbay OneUptime that allows low-privileged users to execute arbitrary commands on probe servers. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30957 Overview

CVE-2026-30957 is a Remote Code Execution (RCE) vulnerability affecting OneUptime, an open-source solution for monitoring and managing online services. Prior to version 10.0.21, the OneUptime Synthetic Monitors feature allows a low-privileged authenticated project user to execute arbitrary commands on the oneuptime-probe server or container.

The vulnerability stems from the execution of untrusted Synthetic Monitor code inside Node.js's vm module while live host-realm Playwright browser and page objects remain exposed to the sandboxed code. A malicious user can leverage Playwright APIs on the injected browser object to spawn an attacker-controlled executable, achieving server-side remote code execution without requiring a separate vm sandbox escape.

Critical Impact

Authenticated attackers with low privileges can achieve full remote code execution on OneUptime probe servers, potentially compromising the entire monitoring infrastructure and any systems accessible from the probe container.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.21

Discovery Timeline

  • 2026-03-10 - CVE-2026-30957 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-30957

Vulnerability Analysis

This vulnerability represents a critical flaw in the security isolation model of OneUptime's Synthetic Monitor feature. The core issue lies in how the application handles user-provided monitoring scripts. While Node.js's vm module provides a degree of code isolation, it was never designed as a security sandbox. When live Playwright browser and page objects from the host realm are injected into this pseudo-sandbox, they become conduits for escaping the intended execution context.

The impact is severe because the Playwright browser automation library provides extensive system interaction capabilities, including the ability to launch processes. An attacker doesn't need to discover a novel vm escape technique; they simply need to call standard Playwright APIs that were inadvertently exposed within the synthetic monitor execution context.

Root Cause

The root cause is the exposure of privileged host-realm Playwright objects (browser and page instances) to untrusted Synthetic Monitor code executed within Node.js's vm module. This architectural decision creates a direct pathway from user-controlled code to system-level operations, as Playwright's APIs include functionality that can spawn arbitrary executables on the underlying system.

Attack Vector

The attack vector involves an authenticated user with low privileges creating a malicious Synthetic Monitor within their project. The attacker crafts monitor code that abuses the exposed Playwright browser object to execute system commands on the oneuptime-probe server.

The exploitation path does not require any additional sandbox escape techniques. By calling legitimate Playwright APIs on the injected browser object, an attacker can instruct the probe to spawn arbitrary executables. This could include reverse shells, cryptocurrency miners, or any other malicious payload, effectively granting the attacker command execution on the probe infrastructure.

For detailed technical analysis of the exploitation mechanism, refer to the GitHub Security Advisory GHSA-jw8q-gjvg-8w4q.

Detection Methods for CVE-2026-30957

Indicators of Compromise

  • Unexpected process spawning from the oneuptime-probe container or server
  • Unusual network connections originating from probe infrastructure to unknown external hosts
  • Synthetic Monitor configurations containing suspicious Playwright API calls or encoded payloads
  • Abnormal resource utilization on probe servers indicating malicious activity

Detection Strategies

  • Monitor process execution logs on oneuptime-probe servers for unauthorized child processes
  • Implement audit logging for Synthetic Monitor creation and modification events
  • Review Synthetic Monitor code submissions for suspicious patterns targeting browser object manipulation
  • Deploy endpoint detection and response (EDR) solutions on probe infrastructure to detect anomalous behavior

Monitoring Recommendations

  • Enable comprehensive logging for all Synthetic Monitor executions including input parameters
  • Configure alerts for unusual API call patterns within the monitoring infrastructure
  • Implement network segmentation to limit the blast radius if probe servers are compromised
  • Regularly audit user permissions to ensure principle of least privilege for project access

How to Mitigate CVE-2026-30957

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.21 or later immediately
  • Audit existing Synthetic Monitor configurations for potentially malicious code
  • Review access logs for suspicious activity from low-privileged users
  • Consider temporarily disabling Synthetic Monitor functionality until the patch is applied

Patch Information

The vulnerability is fixed in OneUptime version 10.0.21. The patch addresses the insecure exposure of Playwright objects to user-controlled code within the Synthetic Monitor feature. Organizations should upgrade to this version or later to remediate the vulnerability. Detailed release information is available in the OneUptime Release 10.0.21.

Workarounds

  • Restrict access to the Synthetic Monitor feature to only trusted administrative users
  • Implement network isolation for oneuptime-probe containers to limit potential lateral movement
  • Deploy container runtime security to monitor and block suspicious process execution
  • Apply strict firewall rules to limit outbound connectivity from probe infrastructure
bash
# Example: Restrict Synthetic Monitor access by limiting project user permissions
# Review and remove untrusted users from projects with Synthetic Monitor capabilities
# Implement network policies if running in Kubernetes

# Example Kubernetes NetworkPolicy to restrict probe egress
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-probe-egress
spec:
  podSelector:
    matchLabels:
      app: oneuptime-probe
  policyTypes:
  - Egress
  egress:
  - to:
    - ipBlock:
        cidr: 10.0.0.0/8  # Internal network only
EOF

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHackerbay Oneuptime

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.27%

  • 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-749
  • Technical References
  • OneUptime Release 10.0.21
  • Vendor Resources
  • GitHub Security Advisory GHSA-jw8q-gjvg-8w4q
  • Related CVEs
  • CVE-2026-33396: Hackerbay Oneuptime RCE Vulnerability

  • CVE-2026-30921: Hackerbay OneUptime RCE Vulnerability

  • CVE-2026-30887: Hackerbay Oneuptime RCE Vulnerability

  • CVE-2026-27574: Hackerbay OneUptime RCE Vulnerability
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