Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CLI reachable over the management network so AV:N/AC:L, but requires administrative CLI privileges giving PR:H; injected OS commands yield full C:H/I:H/A:H on the same appliance (S:U).
Primary rating from Vendor (hpe).
CVSS VectorVendor: hpe
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability in the command line interface of ECOS devices could allow a highly privileged, authenticated remote attacker to perform command injection on certain CLI commands. Successful exploitation could allow an attacker to execute arbitrary commands on the underlying operating system.
AnalysisAI
Command injection in the command line interface of HPE Aruba/EdgeConnect SD-WAN Gateway (ECOS) allows a highly privileged, authenticated remote attacker to break out of certain CLI commands and run arbitrary commands on the underlying operating system. Because the flaw requires administrative-level CLI access (CVSS PR:H) it primarily enables an already-trusted operator to escalate from restricted CLI to full OS-level control, with full confidentiality, integrity, and availability impact. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV; EPSS data was not provided.
Technical ContextAI
The affected component is the management CLI of HPE EdgeConnect SD-WAN Gateways running ECOS, the operating system for HPE's (formerly Silver Peak) SD-WAN edge appliances that terminate and steer WAN traffic across enterprise branch and datacenter sites. The vulnerability is a classic command injection (aligned with CWE-78, OS Command Injection, though the NVD CWE field is marked N/A): specific CLI commands pass operator-supplied arguments to the underlying shell without adequate sanitization, so shell metacharacters embedded in an argument are interpreted by the OS rather than treated as literal data. The CPE cpe:2.3:a:hewlett_packard_enterprise_(hpe):edgeconnect_sd-wan_gateway_(ecos):*:*:*:*:*:*:*:* confirms the affected product but does not pin down specific fixed versions, which must be obtained from the HPE advisory.
RemediationAI
Patch available per vendor advisory: consult HPE security bulletin hpesbnw05013en_us at https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw05013en_us&docLocale=en_US and upgrade ECOS to the fixed release listed there - no exact fix version was included in the provided data, so do not act on an assumed version number. Because exploitation requires high-privileged CLI access, the most effective compensating controls are to tightly restrict and audit administrative accounts: enforce least privilege and remove unnecessary admin/CLI accounts, mandate strong unique credentials plus MFA on the management plane, and restrict the appliance management CLI (SSH/console) to a dedicated out-of-band or jump-host management network via ACLs so it is not reachable from general or WAN-facing segments - the trade-off is added operational friction for legitimate administrators. Additionally enable command and session logging to detect anomalous CLI usage; note this is detective, not preventive.
Same weakness CWE-77 – Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46418
GHSA-45x5-5rrf-7583