AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-21388

HIGH · CVSS 8.9 EPSS 1.85% Public Exploit

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

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-21388
Severity
HIGH
CVSS
8.9
EPSS
1.85%

Original NVD Description

systeminformation is an open source system and OS information library for node.js. A command injection vulnerability has been discovered in versions of systeminformation prior to 5.6.4. The issue has been fixed with a parameter check on user input. Please upgrade to version >= 5.6.4. If you cannot upgrade, be sure to check or sanitize service parameters that are passed to si.inetLatency(), si.inetChecksite(), si.services(), si.processLoad() and other commands. Only allow strings, reject any arrays. String sanitation works as expected.