Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
OneUptime is an open-source monitoring and observability platform. Prior to version 10.0.35, a low-privileged authenticated user (ProjectMember) can achieve remote command execution on the Probe container/host by abusing Synthetic Monitor Playwright script execution. Synthetic monitor code is executed in VMRunner.runCodeInNodeVM with a live Playwright page object in context. The sandbox relies on a denylist of blocked properties/methods, but it is incomplete. Specifically, _browserType and launchServer are not blocked, so attacker code can traverse page.context().browser()._browserType.launchServer(...) and spawn arbitrary processes. Version 10.0.35 contains a patch.
AnalysisAI
Remote command execution can be achieved by low-privileged authenticated users (ProjectMember role) in OneUptime monitoring platform versions prior to 10.0.35 by exploiting incomplete sandbox restrictions in Synthetic Monitor Playwright script execution. Attackers can traverse the unblocked _browserType and launchServer properties via page.context().browser()._browserType.launchServer() to spawn arbitrary processes on the Probe container or host. A proof-of-concept exploit exists per SSVC framework data, and the vulnerability carries a CVSS score of 9.9 with Critical severity due to scope change and total technical impact.
Technical ContextAI
OneUptime (CPE: cpe:2.3:a:oneuptime:oneuptime:*:*:*:*:*:*:*:*) is an open-source monitoring and observability platform that executes synthetic monitor scripts using Playwright automation framework. The vulnerability stems from improper neutralization of special elements used in OS commands (CWE-78). The VMRunner.runCodeInNodeVM function executes user-supplied code with access to a live Playwright page object, relying on a denylist-based sandbox to restrict dangerous operations. However, the denylist fails to block the _browserType internal property and launchServer method, allowing attackers to escape the sandbox by traversing from the page context through the browser object hierarchy to invoke launchServer, which can spawn arbitrary system processes with the privileges of the Probe container or host.
RemediationAI
Upgrade OneUptime to version 10.0.35 or later, which contains the vendor-released patch addressing the sandbox escape vulnerability (see GitHub security advisory at https://github.com/OneUptime/oneuptime/security/advisories/GHSA-cqpg-phpp-9jjg and patch commit e8e4ee3ff0740eb131045ab3d67453141c46178a). Organizations unable to immediately upgrade should restrict ProjectMember role assignments to only highly trusted users, implement strict network segmentation to isolate Probe containers from sensitive infrastructure, and monitor Probe container process execution for suspicious launchServer invocations or unexpected child processes. Review and audit all existing synthetic monitor scripts for potentially malicious code, and consider temporarily disabling synthetic monitoring features until patching is complete if the risk tolerance permits operational impact.
An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac
Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post
Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten
Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build
Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config
Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per
Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l
Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2
Same weakness CWE-78 – OS Command Injection
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16189