CVE-2026-26280

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:systeminformation:systeminformation:*:*:*:*:*:node.js:*:*

History

17 Jun 2026, 10:26

Type Values Removed Values Added
Summary
  • (es) systeminformation es una biblioteca de información del sistema y del SO para node.js. En versiones anteriores a la 5.30.8, una vulnerabilidad de inyección de comandos en la función wifiNetworks() permite a un atacante ejecutar comandos arbitrarios del SO a través de un parámetro de interfaz de red no saneado en la ruta de código de reintento. En lib/wifi.js, la función wifiNetworks() sanea el parámetro iface en la llamada inicial (línea 437). Sin embargo, cuando el escaneo inicial devuelve resultados vacíos, un reintento de setTimeout (líneas 440-441) llama a getWifiNetworkListIw(iface) con el valor iface original no saneado, que se pasa directamente a execSync('iwlist ${iface} scan'). Cualquier aplicación que pasa una entrada controlada por el usuario a si.wifiNetworks() es vulnerable a la ejecución arbitraria de comandos con los privilegios del proceso de Node.js. La versión 5.30.8 corrige el problema.

20 Feb 2026, 20:10

Type Values Removed Values Added
First Time Systeminformation
Systeminformation systeminformation
CPE cpe:2.3:a:systeminformation:systeminformation:*:*:*:*:*:node.js:*:*
References () https://github.com/sebhildebrandt/systeminformation/commit/22242aa56188f2bffcbd7d265a11e1ebb808b460 - () https://github.com/sebhildebrandt/systeminformation/commit/22242aa56188f2bffcbd7d265a11e1ebb808b460 - Patch
References () https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-9c88-49p5-5ggf - () https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-9c88-49p5-5ggf - Exploit, Vendor Advisory

19 Feb 2026, 20:25

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-19 20:25

Updated : 2026-06-17 10:26


NVD link : CVE-2026-26280

Mitre link : CVE-2026-26280

CVE.ORG link : CVE-2026-26280


JSON object : View

Products Affected

systeminformation

  • systeminformation
CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')