CVE-2026-26280 | Systeminformation has a Command Injection via unsanitized interface parameter in wifi.js retry path

Exp

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.

Published: 2026-02-19 Last update: 2026-02-20 Assigner: [email protected] Source: [email protected]

Conclusion & alert: CVE-2026-26280 is rated Exploit Available (51.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.03%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.

Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.

Public exploit references (Exploit-DB) for CVE-2026-26280

EDB-ID Source Kind Published Link
nvd_ref exploit_tag Exploit-DB ↗

Exploit prediction scoring system (EPSS) score for CVE-2026-26280

EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).

# Date Old EPSS score New EPSS score Delta (New - Old)
1 2026-03-21 0.08% 0.03% -0.06%
2 2026-02-20 0.08%

Full EPSS history (2 records total)

Common vulnerability scoring system (CVSS) metrics for CVE-2026-26280

CVSS metrics for this CVE.

Base score Version Severity Vector Exploitability Impact Score source
8.4 3.1 HIGH
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Click to expand
Attack vector (AV:L)
They already need access on the box, or another person has to do something wrong; it’s not a remote drive-by.
Attack complexity (AC:L)
Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
Privileges required (PR:N)
No account or special rights needed—anonymous or random user is enough.
User interaction (UI:N)
Nobody has to click “OK” or open a trap file; it can work without a victim helping.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:H)
Serious risk that confidential data gets exposed in a big way.
Integrity (I:H)
They could widely tamper with or forge data—trust in the data is badly hurt.
Availability (A:H)
Could take the service down hard or make it unusable for people who depend on it.
2.5 5.9 [email protected]
7.8 3.1 HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Click to expand
Attack vector (AV:L)
They already need access on the box, or another person has to do something wrong; it’s not a remote drive-by.
Attack complexity (AC:L)
Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
Privileges required (PR:L)
A normal user session is enough; they don’t have to be admin.
User interaction (UI:N)
Nobody has to click “OK” or open a trap file; it can work without a victim helping.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:H)
Serious risk that confidential data gets exposed in a big way.
Integrity (I:H)
They could widely tamper with or forge data—trust in the data is badly hurt.
Availability (A:H)
Could take the service down hard or make it unusable for people who depend on it.
1.8 5.9 [email protected]

Weakness enumeration for CVE-2026-26280

GitHub Security Advisory for CVE-2026-26280

GHSA-9c88-49p5-5ggf · Severity: high · Ecosystem: npm — Systeminformation has a Command Injection via unsanitized interface parameter in wifi.js retry path

OS Trackers for CVE-2026-26280

vendor priority summary link
debian unimportant CVE-2026-26280 unimportant priority: Debian including 2 source packages (jupyterlab, node-systeminformation), 5 status rows across 3 suites (forky, sid, trixie): resolved 4, open 1. https://security-tracker.debian.org/tracker/CVE-2026-26280
redhat high https://access.redhat.com/security/cve/CVE-2026-26280
ubuntu medium CVE-2026-26280 medium priority: Ubuntu including 2 source packages (jupyterlab, node-systeminformation), 10 status rows across 5 suites (jammy, noble, questing, resolute, upstream): DNE 6, needs-triage 2, not-affected 1, released 1. https://ubuntu.com/security/CVE-2026-26280

Affected software / configurations for CVE-2026-26280

Vendor Product Version Raw CPE
systeminformation systeminformation < 5.30.8 cpe:2.3:a:systeminformation:systeminformation:*:*:*:*:*:node.js:*:*

References for CVE-2026-26280

cvelogic Threat Intelligence