OS Command Injection in systeminformation - CVE-2026-44724
Published: May 11, 2026
systeminformation
Detailed vulnerability description
The vulnerability allows a local user to execute arbitrary commands.
The vulnerability exists due to command injection in networkInterfaces() in lib/network.js when processing an active NetworkManager connection profile name obtained from nmcli output. A local user can create or rename an active NetworkManager connection profile with shell metacharacters to execute arbitrary commands.
The injected command runs with the privileges of the calling Node.js process.