Cyber Resilience

CVE-2026-35682

HighRCE

Published: 17 April 2026

Published
17 April 2026
Modified
04 May 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0179 75.5th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-35682 is a high-severity Command Injection (CWE-77) vulnerability in Anviz Cx2 Lite Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked in the top 24.5% of CVEs by exploit likelihood; 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-35682 is an authenticated command injection vulnerability in Anviz CX2 Lite, where a filename parameter allows attackers to execute arbitrary commands, such as starting telnetd, resulting in root-level access. This flaw is classified under CWE-77 (Command Injection) and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and significant impacts on confidentiality, integrity, and availability.

An authenticated attacker with low privileges (PR:L) can exploit this vulnerability over the network without user interaction. By injecting malicious commands into the filename parameter, they achieve arbitrary command execution with root privileges, enabling full system compromise, including potential persistence, data exfiltration, or further lateral movement.

CISA's ICS Advisory ICSA-26-106-03 details the vulnerability and mitigation recommendations, available at https://www.cisa.gov/news-events/ics-advisories/icsa-26-106-03 and in CSAF JSON format at https://github.com/cisagov/CSAF/blob/develop/csaf_files/OT/white/2026/icsa-26-106-03.json. Vendor guidance from Anviz is accessible via https://www.anviz.com/contact-us.html.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Anviz CX2 Lite is vulnerable to an authenticated command injection via a filename parameter that enables arbitrary command execution (e.g., starting telnetd), resulting in root‑level access.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

The vulnerability enables authenticated remote command injection (T1059.004: Unix Shell) leading to root privileges via exploitation (T1068: Exploitation for Privilege Escalation, T1210: Exploitation of Remote Services).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-40066Same product: Anviz Cx2 Lite
CVE-2026-35546Same product: Anviz Cx2 Lite
CVE-2026-40461Same product: Anviz Cx2 Lite
CVE-2026-20186Shared CWE-77
CVE-2025-67089Shared CWE-77
CVE-2025-22472Shared CWE-77
CVE-2025-33181Shared CWE-77
CVE-2025-46122Shared CWE-77
CVE-2025-33180Shared CWE-77
CVE-2026-40061Shared CWE-77

Affected Assets

anviz
cx2 lite firmware
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents command injection by validating filename parameters against malicious payloads like command separators.

prevent

Restricts filename inputs to safe characters and formats, blocking injection of arbitrary commands such as telnetd.

prevent

Remediates the specific command injection flaw through timely application of vendor patches or workarounds.

References