Junglewise Threat Intelligence

CVE-2026-26280: sebhildebrandt systeminformation command injection in wifiNetworks

CVE-2026-26280 · Severity: high · CVSS 8.4 · Published 2026-02-19

Technologies: Sebhildebrandt Systeminformation, Red Hat Developer Hub. Vendors: Red Hat, npm.

Executive brief

systeminformation is a popular Node.js library used to retrieve system and hardware details. A security flaw in how it handles Wi-Fi network scanning allows an attacker to execute unauthorized commands on the underlying operating system. This could lead to a full system compromise, data theft, or service disruption, depending on the permissions of the application using the library.

Technical details

A command injection vulnerability (CWE-78) exists in the `wifiNetworks()` function within `lib/wifi.js`. While the library attempts to sanitize the `iface` parameter on the initial call, a `setTimeout` retry logic path fails to use the sanitized value if the initial scan returns empty results. This unsanitized input is passed directly to `execSync` via the `iwlist` command on Linux systems. An attacker who can control the interface name passed to this function can achieve arbitrary code execution with the privileges of the Node.js process. The issue is resolved in version 5.30.8.

Affected products

  • sebhildebrandt systeminformation < 5.30.8
  • Red Hat Red Hat Developer Hub 1

Timeline

  • 2026-02-17: advisory: GitHub Security Advisory published
  • 2026-02-19: disclosed: CVE published to NVD
  • 2026-02-19: patched: Fix committed in version 5.30.8

References

Related threats