HIGH 7.2

CVE-2026-9778 ATEN Unizon Directory Traversal Remote Code Execution

A directory traversal vulnerability in ATEN Unizon's ImportDeviceList function allows authenticated attackers to execute arbitrary code with SYSTEM-level privileges. The vulnerability stems from insufficient validation of file paths before they are used in file operations, enabling an attacker to traverse the directory structure and load malicious code. While authentication is required to exploit this flaw, the ability to escalate from an authenticated user to SYSTEM-level code execution represents a significant post-authentication privilege escalation risk.

Source data · NVD / CISA · public domain

CVSS
3.0 · 7.2 HIGH · CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Weaknesses (CWE)
CWE-22
Affected products
1 configuration(s)
Published / Modified
2026-06-24 / 2026-06-27

NVD description (verbatim)

ATEN Unizon ImportDeviceList Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of ATEN Unizon. Authentication is required to exploit this vulnerability. The specific flaw exists within the ImportDeviceList method. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to execute code in the context of SYSTEM. Was ZDI-CAN-28579.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-9778 is a path traversal vulnerability (CWE-22) in ATEN Unizon's ImportDeviceList method. The flaw allows an authenticated attacker to supply an unvalidated file path that bypasses intended directory restrictions. By crafting a malicious path—typically using directory traversal sequences—an attacker can cause the application to access and execute code from arbitrary locations on the filesystem. The vulnerability executes in the context of the SYSTEM user, amplifying the impact of successful exploitation. The CVSS 3.0 score of 7.2 (HIGH) reflects high confidentiality, integrity, and availability impact, though the requirement for prior authentication limits the attack surface to internal or compromised user accounts.

Business impact

Successful exploitation enables an attacker with valid ATEN Unizon credentials to achieve remote code execution at the SYSTEM privilege level. This can lead to complete compromise of the affected system, including unauthorized access to sensitive data, lateral movement within the network, and persistent control via backdoors. For organizations relying on ATEN Unizon for device management or coordination, this vulnerability poses a critical insider threat if credentials are compromised or misused, potentially affecting downstream infrastructure managed through the platform.

Affected systems

ATEN Unizon installations are affected. Specific version information and patch availability should be verified against the official ATEN vendor advisory and security bulletins. Organizations using ATEN Unizon for device management, particularly in enterprise environments with multiple managed endpoints, should inventory their deployments and check for available patches.

Exploitability

Exploitation requires valid authentication credentials for ATEN Unizon, which raises the barrier compared to unauthenticated exploits but remains practical in scenarios involving compromised user accounts, insider threats, or environments where service credentials are accessible. Once authenticated, the attack is straightforward—submitting a crafted path to the ImportDeviceList method requires no user interaction and no special network conditions. The vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no widespread active exploitation has been publicly documented at this time.

Remediation

Apply security updates from ATEN as they become available. Until patches are available, implement strict access controls on ATEN Unizon authentication—limit user accounts to only those requiring the service, enforce strong passwords, and monitor for suspicious ImportDeviceList method calls. Consider network segmentation to restrict which systems can communicate with ATEN Unizon. Audit existing user credentials and audit logs for signs of unauthorized access or exploitation attempts.

Patch guidance

Monitor ATEN's official security advisories and product documentation for patched versions of Unizon. Patch availability, version numbers, and rollout schedules should be confirmed directly with ATEN support or through their security bulletin channels. Test patches in a controlled environment before production deployment to ensure compatibility with your device management workflows. Given the SYSTEM-level execution context, patching should be prioritized in your update cycle.

Detection guidance

Monitor ATEN Unizon logs and system activity for: (1) unusual ImportDeviceList method calls with suspicious or traversal-laden file paths (look for ../ sequences or absolute paths pointing outside expected directories); (2) unexpected child processes spawned by the ATEN Unizon service running with SYSTEM privileges; (3) unexpected file access or modifications in sensitive system directories; (4) failed authentication attempts followed by successful access with different credentials. Network-level detection should flag anomalous outbound connections from systems running ATEN Unizon.

Why prioritize this

Despite requiring authentication, this vulnerability merits high priority because it enables privilege escalation to SYSTEM level, the highest privilege context in Windows environments. The combination of high impact (confidentiality, integrity, availability all compromised), low attack complexity, and the critical nature of code execution makes this a significant insider risk and credential-compromise risk. The lack of KEV listing should not lower urgency—it simply reflects that active exploitation has not yet become widespread in the wild.

Risk score, explained

The CVSS 3.0 score of 7.2 (HIGH severity) reflects: high integrity and confidentiality impact (complete system compromise), high availability impact, network-based attack vector, low attack complexity, and elevated privileges required (PR:H accounts for the authentication requirement). The score appropriately weights the SYSTEM-level execution context as particularly severe, despite the authentication prerequisite reducing the immediate risk surface.

Frequently asked questions

Do we need to patch immediately if we restrict ATEN Unizon access to trusted users only?

No—but restrictive access controls alone do not eliminate risk. A compromised user account, insider threat, or credential leak could still enable exploitation. Patching remains the permanent fix; access controls are a temporary mitigation layer. Plan patching as urgent, not optional.

How does the authentication requirement affect our risk?

It significantly reduces the attack surface compared to unauthenticated RCE—you are primarily exposed if user credentials are compromised, shared, or misused. However, it does not lower the severity of exploitation once an attacker has valid credentials. Focus your incident response on credential security and monitoring for suspicious account activity within ATEN Unizon.

Is this actively being exploited?

As of the last update, CVE-2026-9778 is not listed on the CISA KEV catalog, indicating no widespread public exploitation has been documented. However, the vulnerability's relative newness (June 2026) means the situation could change as the threat landscape evolves. Maintain continuous monitoring and apply patches promptly once available.

What is the difference between this and a standard remote code execution vulnerability?

This vulnerability requires authentication and involves directory traversal, making it a post-authentication privilege escalation risk rather than a direct unauthenticated RCE. The SYSTEM-level execution context amplifies impact—compromised or malicious insiders pose a more direct threat than external attackers.

This analysis is based on the vulnerability disclosure and CVSS metrics published as of the modification date. Specific patched versions, detailed affected version ranges, and comprehensive remediation steps should be verified against ATEN's official security advisories and vendor documentation. Exploitation impact may vary depending on the ATEN Unizon deployment architecture and network segmentation. This information is provided for security planning and prioritization purposes and should not be treated as a substitute for vendor-supplied patch guidance or professional incident response consultation. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).