CVE-2026-30921

OneUptime is a solution for monitoring and managing online services. Prior to 10.0.20, OneUptime Synthetic Monitors allow low-privileged project users to submit custom Playwright code that is executed on the oneuptime-probe service. In the current implementation, this untrusted code is run inside Node's vm and is given live host Playwright objects such as browser and page. This creates a distinct server-side RCE primitive: the attacker does not need the classic this.constructor.constructor(...) sandbox escape. Instead, the attacker can directly use the injected Playwright browser object to reach browser.browserType().launch(...) and spawn an arbitrary executable on the probe host/container. This vulnerability is fixed in 10.0.20.
Configurations

Configuration 1 (hide)

cpe:2.3:a:hackerbay:oneuptime:*:*:*:*:*:*:*:*

History

17 Jun 2026, 10:33

Type Values Removed Values Added
Summary
  • (es) OneUptime es una solución para monitorear y gestionar servicios en línea. Antes de la versión 10.0.20, los Monitores Sintéticos de OneUptime permiten a usuarios de proyecto con bajos privilegios enviar código Playwright personalizado que se ejecuta en el servicio oneuptime-probe. En la implementación actual, este código no confiable se ejecuta dentro de la vm de Node y se le otorgan objetos Playwright de host en vivo como navegador y página. Esto crea una primitiva RCE del lado del servidor distinta: el atacante no necesita el clásico escape de sandbox this.constructor.constructor(...). En su lugar, el atacante puede usar directamente el objeto navegador de Playwright inyectado para alcanzar browser.browserType().launch(...) y generar un ejecutable arbitrario en el host/contenedor de la sonda. Esta vulnerabilidad se corrige en la versión 10.0.20.

12 Mar 2026, 13:44

Type Values Removed Values Added
CPE cpe:2.3:a:hackerbay:oneuptime:*:*:*:*:*:*:*:*
First Time Hackerbay oneuptime
Hackerbay
References () https://github.com/OneUptime/oneuptime/security/advisories/GHSA-4j36-39gm-8vq8 - () https://github.com/OneUptime/oneuptime/security/advisories/GHSA-4j36-39gm-8vq8 - Exploit, Vendor Advisory

10 Mar 2026, 17:40

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-10 17:40

Updated : 2026-06-17 10:33


NVD link : CVE-2026-30921

Mitre link : CVE-2026-30921

CVE.ORG link : CVE-2026-30921


JSON object : View

Products Affected

hackerbay

  • oneuptime
CWE
CWE-749

Exposed Dangerous Method or Function