CVE-2025-37182
Published: 14 January 2026
Summary
CVE-2025-37182 is a high-severity SQL Injection (CWE-89) vulnerability in Arubanetworks Edgeconnect Sd-Wan Orchestrator. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-37182 is a set of SQL injection vulnerabilities (CWE-89) in the web-based management interface of EdgeConnect SD-WAN Orchestrator. Published on 2026-01-14, it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant confidentiality, integrity, and availability impacts. The flaws enable an authenticated remote attacker to inject and execute arbitrary SQL commands on the underlying database.
An attacker with high privileges (PR:H), such as an authenticated administrative user, can exploit these vulnerabilities remotely over the network with low complexity and no user interaction required. Successful exploitation allows execution of arbitrary SQL commands, potentially resulting in unauthorized access to sensitive data or manipulation of database contents, which could compromise the integrity of the SD-WAN orchestration environment.
The HPE security bulletin at https://support.hpe.com/hpesc/public/docDisplay?docId=hpesbnw04992en_us&docLocale=en_US provides details on affected versions and recommended mitigations, including available patches.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-2459
Vulnerability details
Vulnerabilities in the web-based management interface of EdgeConnect SD-WAN Orchestrator could allow an authenticated remote attacker to perform SQL injection attacks. Successful exploitation could allow an attacker to execute arbitrary SQL commands on the underlying database, potentially leading to unauthorized…
more
data access or data manipulation.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible web management interface directly enables exploitation of a public-facing application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of all inputs to the web management interface, directly blocking the crafted SQL payloads that constitute CVE-2025-37182.
Mandates prompt application of vendor patches that remediate the SQL-injection flaws in the EdgeConnect Orchestrator web interface.
Enables continuous monitoring and anomaly detection on database queries or interface traffic that would reveal attempted or successful SQL injection.