CVE-2026-50289

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 /etc/network/interfaces, extracts a source <path> token from file content, and interpolates it unquoted into cat ${file} 2> /dev/null | grep 'iface\|source' executed by execSync(cmd, util.execOptsLinux), allowing a path containing shell metacharacters to execute commands in any process that calls networkInterfaces(), including via getStaticData() and getAllData(). This issue is fixed in version 5.31.7.
CVSS

No CVSS.

Configurations

No configuration.

History

20 Jul 2026, 17:17

Type Values Removed Values Added
References () https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-5xpp-75jx-m839 - () https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-5xpp-75jx-m839 -

17 Jul 2026, 20:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-17 20:17

Updated : 2026-07-20 17:17


NVD link : CVE-2026-50289

Mitre link : CVE-2026-50289

CVE.ORG link : CVE-2026-50289


JSON object : View

Products Affected

No product.

CWE
CWE-78

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