Command injection in systeminformation - CVE-2026-26280
Published: May 11, 2026
systeminformation
Detailed vulnerability description
The vulnerability allows a remote attacker to execute arbitrary OS commands.
The vulnerability exists due to command injection in the wifiNetworks() retry path in lib/wifi.js when processing a user-supplied network interface parameter after an initial scan returns empty results. A remote attacker can supply a crafted interface value to execute arbitrary OS commands.
The issue occurs because the retry path passes the original unsanitized iface value to getWifiNetworkListIw(), which invokes execSync with an iwlist command.