VYPR

Systeminformation

by Sebhildebrandt

npm: systeminformation

Source repositories

CVEs (12)

  • CVE-2021-21315HigKEVFeb 16, 2021
    risk 0.58cvss 7.1epss 0.91

    The System Information Library for Node.JS (npm package "systeminformation") is an open source collection of functions to retrieve detailed hardware, system and OS information. In systeminformation before version 5.3.1 there is a command injection vulnerability. Problem was…

  • CVE-2023-42810CriSep 21, 2023
    risk 0.57cvss 9.8epss 0.02

    systeminformation is a System Information Library for Node.JS. Versions 5.0.0 through 5.21.6 have a SSID Command Injection Vulnerability. The problem was fixed with a parameter check in version 5.21.7. As a workaround, check or sanitize parameter strings that are passed to…

  • CVE-2021-21388HigApr 29, 2021
    risk 0.51cvss 8.9epss 0.02

    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 >=…

  • CVE-2026-50289HigJul 17, 2026
    risk 0.50cvss 8.8epss 0.02

    systeminformation is a System and OS information library for node.js. Prior to 5.31.7, networkInterfaces() on Linux is vulnerable to OS command injection through the Debian/Ubuntu interfaces(5) source directive because lib/network.js checkLinuxDCHPInterfaces() reads…

  • CVE-2026-26318HigFeb 19, 2026
    risk 0.50cvss 8.8epss 0.01

    systeminformation is a System and OS information library for node.js. Versions prior to 5.31.0 are vulnerable to command injection via unsanitized `locate` output in `versions()`. Version 5.31.0 fixes the issue.

  • CVE-2026-26280HigFeb 19, 2026
    risk 0.48cvss 8.4epss 0.01

    systeminformation is a System and OS information library for node.js. In versions prior to 5.30.8, a command injection vulnerability in the `wifiNetworks()` function allows an attacker to execute arbitrary OS commands via an unsanitized network interface parameter in the retry…

  • CVE-2025-68154HigDec 16, 2025
    risk 0.47cvss 8.1epss 0.13

    systeminformation is a System and OS information library for node.js. In versions prior to 5.27.14, the `fsSize()` function in systeminformation is vulnerable to OS command injection on Windows systems. The optional `drive` parameter is directly concatenated into a PowerShell…

  • CVE-2020-26245HigNov 27, 2020
    risk 0.46cvss 8.1epss 0.02

    npm package systeminformation before version 4.30.5 is vulnerable to Prototype Pollution leading to Command Injection. The issue was fixed with a rewrite of shell sanitations to avoid prototyper pollution problems. The issue is fixed in version 4.30.5. If you cannot upgrade, be…

  • CVE-2026-44724HigMay 27, 2026
    risk 0.44cvss 7.8epss 0.01

    systeminformation is a System and OS information library for node.js. From 4.17.0 to 5.31.5, on Linux, systeminformation is vulnerable to command injection in networkInterfaces() when an active NetworkManager connection profile name contains shell metacharacters. The vulnerable…

  • CVE-2024-56334HigDec 20, 2024
    risk 0.44cvss 7.8epss 0.01

    systeminformation is a System and OS information library for node.js. In affected versions SSIDs are not sanitized when before they are passed as a parameter to cmd.exe in the `getWindowsIEEE8021x` function. This means that malicious content in the SSID can be executed as OS…

  • CVE-2020-26274MedDec 16, 2020
    risk 0.35cvss 6.4epss 0.03

    In systeminformation (npm package) before version 4.31.1 there is a command injection vulnerability. The problem was fixed in version 4.31.1 with a shell string sanitation fix.

  • CVE-2020-26300MedSep 9, 2021
    risk 0.31cvss 5.9epss 0.01

    systeminformation is an npm package that provides system and OS information library for node.js. In systeminformation before version 4.26.2 there is a command injection vulnerability. Problem was fixed in version 4.26.2 with a shell string sanitation fix.