AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-7697

CRITICAL · CVSS 9.8 EPSS 2.04%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-07-29 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.8. See the original NVD description below for full technical details.

CVE
CVE-2020-7697
Severity
CRITICAL
CVSS
9.8
EPSS
2.04%

Original NVD Description

This affects all versions of package mock2easy. a malicious user could inject commands through the _data variable: Affected Area require('../server/getJsonByCurl')(mock2easy, function (error, stdout) { if (error) { return res.json(500, error); } res.json(JSON.parse(stdout)); }, '', _data.interfaceUrl, query, _data.cookie,_data.interfaceType);