OneUptime is vulnerable to a sandbox escape in its Node.js environment due to the improper use of the vm module.
Description
OneUptime is vulnerable to a sandbox escape in its Node.js environment due to the improper use of the vm module.
AI Analyst Comment
Remediation
Update Unknown Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
Description Summary:
OneUptime is vulnerable to a sandbox escape in its Node.js environment due to the improper use of the vm module.
Executive Summary:
A critical sandbox escape vulnerability in OneUptime allows for remote code execution by bypassing the Node.js vm module isolation.
Vulnerability Details
CVE-ID: CVE-2026-45102
Affected Software: OneUptime OneUptime
Affected Versions: Prior to 10.0.98
Vulnerability: The application utilizes the Node.js
vmmodule for code isolation, which is not designed for security; attackers can escape this sandbox via error objects and recursion.Business Impact
With a CVSS score of 9.9, this vulnerability permits an attacker to escape the intended execution environment and perform arbitrary code execution on the host. This poses a critical threat to the security and stability of the OneUptime platform.
Remediation Plan
Immediate Action: Upgrade OneUptime to version 10.0.98 or later to remediate the sandbox escape vulnerability.
Proactive Monitoring: Monitor for abnormal system calls or unauthorized filesystem access originating from the OneUptime application process.
Compensating Controls: Run the application with restricted OS-level permissions (e.g., using containers or sandboxing technologies) to mitigate the impact of a potential escape.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of May 27, 2026, there is no public information indicating active exploitation of this vulnerability. However, due to the nature of the flaw, the potential for exploitation is high.
Analyst Recommendation
The use of the
vmmodule for security isolation is inherently flawed. Administrators must update to the latest version immediately to ensure that more robust security primitives are in place.