SCA: security update for systeminformation (GHSA-9c88-49p5-5ggf)

high Tenable Self-Hosted Container Security Plugin ID 437856

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-26280)

See Also

https://github.com/advisories/GHSA-9c88-49p5-5ggf

Plugin Details

Severity: High

ID: 437856

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 2/19/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.96

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2026-26280

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 7

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 2/18/2026

Vulnerability Publication Date: 2/18/2026

Reference Information

CVE: CVE-2026-26280

cwe: CWE-78