Security readout for executives and security teams
Plain-English summary
CVE-2020-7710 is a sandbox escape in the npm package safe-eval. If an application uses it to process attacker-controlled input, an attacker may bypass the sandbox and run commands on the host. That creates a credible risk of system compromise.
Executive priority
Prioritize review of internet-facing or customer-input systems first. The business risk is host command execution, but the available evidence does not confirm active exploitation. Removal or replacement is the clearest path when safe-eval handles untrusted input.
Technical view
safe-eval is reported vulnerable across all versions. The issue permits sandbox escape and arbitrary command execution on the host. CVSS 3.1 is 8.1 high: network attack vector, high complexity, no privileges, no user interaction, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most likely in Node.js applications that include safe-eval and evaluate user-controlled expressions, rules, templates, configuration, or API-supplied code. Installed but unused packages present less direct exposure.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. CVSS exploit maturity is proof-of-concept, and public references describe the sandbox escape risk. Treat internet-facing use with untrusted input as urgent.
Researcher notes
Evidence is limited to the CVE record, CVE List data, Snyk advisory, and upstream GitHub issue. No CWE is provided in the bundle. No fixed version is identified here, so remediation should be validated against vendor or advisory guidance.
Mitigation direction
- Inventory applications for the safe-eval npm package.
- Remove or replace safe-eval where untrusted input can reach it.
- Avoid evaluating user-controlled strings as code.
- Check Snyk and upstream guidance for current remediation options.
- Add dependency scanning to block reintroduction.
Validation and detection
- Search dependency manifests and lockfiles for safe-eval.
- Trace whether safe-eval receives user-controlled input.
- Review exposed routes, workers, and jobs using evaluation logic.
- Confirm dependency scanners flag CVE-2020-7710.
- Document any compensating controls or removal evidence.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
Privilege behavior lookup
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2020-7710 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:U/RC:C
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:U/RC:C2.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.1HighVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:U/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-SAFEEVAL-608076CVE reference · x_refsource_MISC
- https://github.com/hacksparrow/safe-eval/issues/19CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
