CVE Catalog

CVE-2026-26280

HighCVSS 8.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.23%

66th percentile - higher than 66% of all known CVEs

Summary

The systeminformation library for Node.js contains a command injection vulnerability in the `wifiNetworks()` function. In the retry code path, the `iface` parameter is not sanitized, allowing an attacker to execute arbitrary OS commands.

Risk Assessment

The organization is at risk of remote code execution with Node.js process privileges, potentially leading to server compromise, data theft, or further attack escalation.

Recommendation

Immediately update the systeminformation library to version 5.30.8 or later. Additionally, avoid passing unsanitized user input to the `wifiNetworks()` function.

Other vulnerabilities in systeminformation

See all
Original NVD description (English source)

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 code path. In `lib/wifi.js`, the `wifiNetworks()` function sanitizes the `iface` parameter on the initial call (line 437). However, when the initial scan returns empty results, a `setTimeout` retry (lines 440-441) calls `getWifiNetworkListIw(iface)` with the **original unsanitized** `iface` value, which is passed directly to `execSync('iwlist ${iface} scan')`. Any application passing user-controlled input to `si.wifiNetworks()` is vulnerable to arbitrary command execution with the privileges of the Node.js process. Version 5.30.8 fixes the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS