CVE-2026-0709
Published: 30 January 2026
Summary
CVE-2026-0709 is a high-severity OS Command Injection (CWE-78) vulnerability in Hikvision Wireless Access (inferred from references). 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 6.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 SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-0709 affects some Hikvision Wireless Access Points, enabling authenticated command execution due to insufficient input validation. The vulnerability, published on 2026-01-30, is classified under CWE-78 (OS Command Injection) and 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).
Attackers with valid credentials and high privileges can exploit the flaw remotely over the network with low complexity and no user interaction required. By sending crafted packets containing malicious commands to affected devices, they achieve arbitrary command execution, potentially compromising confidentiality, integrity, and availability with high impact.
Hikvision has published a security advisory on the command execution vulnerability in some Wireless Access Point products, available at https://www.hikvision.com/en/support/cybersecurity/security-advisory/command-execution-vulnerability-in-some-hikvision-wireless-access-point-products/.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-5039
Vulnerability details
Some Hikvision Wireless Access Points are vulnerable to authenticated command execution due to insufficient input validation. Attackers with valid credentials can exploit this flaw by sending crafted packets containing malicious commands to affected devices, leading to arbitrary command execution.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection on network device web/management interface directly enables remote exploitation of public-facing application (T1190) and arbitrary command execution via network device CLI (T1059.008).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of all inputs to block the crafted malicious commands that trigger OS command injection in the affected Hikvision WAPs.
Mandates timely remediation of the identified input-validation flaw (CWE-78) in Hikvision Wireless Access Point firmware.
Limits the scope of accounts granted the high privileges (PR:H) required to reach the vulnerable command-execution path.