CVE-2026-49143

BrowserStack Runner through 0.9.5 contains a remote code execution vulnerability in the /_log HTTP handler that allows unauthenticated network-adjacent attackers to execute arbitrary code by submitting crafted JSON request bodies to the handler, which passes user-supplied data to vm.runInNewContext() combined with eval(). Attackers can escape the Node.js vm sandbox by leveraging a host-context Function reference through util.format to access the host process via this.constructor.constructor, achieving full remote code execution on the underlying system without any authentication.
Configurations

No configuration.

History

22 Jul 2026, 19:10

Type Values Removed Values Added
Summary
  • (es) BrowserStack Runner hasta la versión 0.9.5 contiene una vulnerabilidad de ejecución remota de código en el gestor HTTP /_log que permite a atacantes adyacentes a la red sin autenticación ejecutar código arbitrario al enviar cuerpos de solicitud JSON manipulados al gestor, el cual pasa datos proporcionados por el usuario a vm.runInNewContext() combinado con eval(). Los atacantes pueden escapar del sandbox vm de Node.js aprovechando una referencia de función de contexto de host a través de util.format para acceder al proceso del host a través de this.constructor.constructor, logrando una ejecución remota de código completa en el sistema subyacente sin autenticación alguna.

03 Jun 2026, 14:16

Type Values Removed Values Added
References () https://github.com/browserstack/browserstack-runner/security/advisories/GHSA-6vr3-7wcx-v5g5 - () https://github.com/browserstack/browserstack-runner/security/advisories/GHSA-6vr3-7wcx-v5g5 -

02 Jun 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-02 21:16

Updated : 2026-07-22 19:10


NVD link : CVE-2026-49143

Mitre link : CVE-2026-49143

CVE.ORG link : CVE-2026-49143


JSON object : View

Products Affected

No product.

CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')