CVE-2026-44724: systeminformation: Linux command injection in networkInterfaces() via unsanitized NetworkManager connection profile name
systeminformation is a System and OS information library for node.js. From 4.17.0 to 5.31.5, on Linux, systeminformation is vulnerable to command injection in networkInterfaces() when an active NetworkManager connection profile name contains shell metacharacters. The vulnerable value is obtained internally from real nmcli device status output. The library sanitizes the network interface name before using it in shell commands, but it does not apply equivalent sanitization to the parsed NetworkManager connection profile name. That unsanitized connectionName is then interpolated into three shell command strings executed through execSync(). This vulnerability is fixed in 5.31.6.
Security readout for executives and security teams
Plain-English summary
A Node.js dependency can run unintended Linux shell commands if a local user can activate a specially named NetworkManager connection profile and the application calls networkInterfaces(). Impact is potentially full confidentiality, integrity, and availability loss on the affected host. The issue is fixed in systeminformation 5.31.6.
Executive priority
Treat as high priority where affected software runs on Linux with local user access. Patch dependency use promptly, but prioritize internet-facing services only if they also expose local code execution paths or shared-host access.
Technical view
CVE-2026-44724 is CWE-78 command injection in systeminformation versions 4.17.0 through 5.31.5 on Linux. networkInterfaces() parses nmcli device status, sanitizes interface names, but not the NetworkManager connection profile name before interpolating it into execSync() command strings.
Likely exposure
Exposure is most likely in Linux Node.js applications or bundled products using systeminformation and calling networkInterfaces(), especially where local users or administrators can create or activate NetworkManager profiles.
Exploitation context
The CVSS vector is local, low complexity, low privileges, and no user interaction. The provided sources do not show CISA KEV listing or active exploitation evidence, so active exploitation should not be claimed from this bundle.
Researcher notes
The vulnerable value is sourced internally from nmcli output, not directly from a network request. Validation should focus on dependency reachability, Linux runtime conditions, and whether attackers can influence active NetworkManager profile names.
Mitigation direction
Upgrade systeminformation to version 5.31.6 or later.
Check vendor advisories for downstream packages, including Red Hat guidance.
Restrict who can create or activate NetworkManager connection profiles.
Prioritize Linux hosts running applications that call networkInterfaces().
Review dependency lockfiles and rebuild affected applications after upgrading.
Validation and detection
Inventory applications and products that include systeminformation.
Confirm installed systeminformation versions are outside 4.17.0 through 5.31.5.
Identify Linux services that invoke networkInterfaces().
Review NetworkManager profile management permissions on affected hosts.
Check Red Hat errata applicability for managed distributions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.