CVE-2026-2670
Published: 18 February 2026
Summary
CVE-2026-2670 is a high-severity Command Injection (CWE-77) vulnerability in Advantech WISE-6610 (inferred from references). Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.1th 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 AC-3 (Access Enforcement).
Deeper analysis
CVE-2026-2670 is an OS command injection vulnerability (CWE-77, CWE-78) in Advantech WISE-6610 version 1.2.1_20251110. It affects an unknown function within the file /cgi-bin/luci/admin/openvpn_apply of the Background Management component, where manipulation of the delete_file argument enables command injection.
The vulnerability is remotely exploitable over the network with low attack complexity but requires high privileges (PR:H) and no user interaction, carrying 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). Attackers with sufficient access can achieve high impacts on confidentiality, integrity, and availability, and a public exploit is available for potential use.
Advisories from VulDB and a GitHub issue indicate that Advantech was contacted early regarding disclosure but provided no response. No patches or mitigations are detailed in the references.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-7633
Vulnerability details
A vulnerability was identified in Advantech WISE-6610 1.2.1_20251110. Affected is an unknown function of the file /cgi-bin/luci/admin/openvpn_apply of the component Background Management. Such manipulation of the argument delete_file leads to os command injection. The attack can be executed remotely. The…
more
exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in the exposed Luci web management interface (/cgi-bin/luci/admin/openvpn_apply) directly enables remote exploitation of a public-facing application (T1190) and arbitrary Unix shell command execution (T1059.004).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the delete_file argument in /cgi-bin/luci/admin/openvpn_apply to block OS command injection.
Limits the high-privilege accounts that can reach the vulnerable openvpn_apply endpoint, reducing the attack surface.
Enforces access-control decisions on the Background Management component so only authorized subjects may invoke the delete_file function.