Katalog CVE

CVE-2026-92936

ŚrednieCVSS 5.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

vm2 w wersjach od 3.11.0 do 3.11.6 ujawnia bezwzględne ścieżki systemu plików hosta do kodu w sandboxie poprzez formatowanie stosu błędów. Kod dostarczony przez atakującego może wymusić na transformatorze źródła hosta zgłoszenie SyntaxError i odczytać właściwość .stack błędu, omijając redakcję ścieżek hosta po stronie sandboxa. Domyślne konfiguracje new VM() i new NodeVM() są podatne bez specjalnych opcji.

Ocena ryzyka

Ujawnienie informacji o wewnętrznej strukturze systemu plików hosta, ścieżkach Node.js i aplikacji osadzającej może ułatwić atakującemu dalsze ataki. Ryzyko dotyczy tylko ujawnienia informacji, bez wykonania kodu.

Rekomendacja

Zaktualizuj vm2 do wersji 3.11.7 lub nowszej, aby naprawić ujawnienie ścieżek hosta przez stos błędów. Rozważ ograniczenie dostępu do właściwości .stack w środowiskach sandbox.

Inne podatności w vm2

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

vm2 versions 3.11.0 through 3.11.6 leak absolute host filesystem paths to sandboxed code through error stack formatting. Attacker-supplied code can force the host-realm source transformer to throw a SyntaxError (for example by calling eval with malformed source) and then read the error's .stack property; the bridge forwards the .stack read to the host-realm formatter, bypassing the sandbox-side host-path redaction introduced for GHSA-v27g-jcqj-v8rw. The returned stack string discloses absolute paths from vm2, Node.js internals, and the embedding application's own source tree, along with host function names. Default new VM() and new NodeVM() configurations are affected without any special options, and the issue persists when string eval is disabled because the host-side transformer throws before eval is handled. The impact is information disclosure only; no code execution results. Fixed in vm2 3.11.7.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS