MEDIUM 6.5

CVE-2026-9775: ATEN Unizon Directory Traversal Arbitrary File Deletion

ATEN Unizon contains a directory traversal vulnerability in its uploadSSL method that allows authenticated attackers to delete arbitrary files from the system. By bypassing path validation checks, an attacker with valid credentials can manipulate file paths to target and remove critical files, potentially disrupting system operations or triggering a denial-of-service condition.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/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 uploadSSL Directory Traversal Arbitrary File Deletion Vulnerability. This vulnerability allows remote attackers to delete arbitrary files on affected installations of ATEN Unizon. Authentication is required to exploit this vulnerability. The specific flaw exists within the uploadSSL 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 delete files or create a denial-of-service condition on the system. Was ZDI-CAN-28503.

2 reference(s) · View on NVD →

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

Technical summary

The vulnerability exists in ATEN Unizon's uploadSSL method, which fails to properly validate user-supplied file paths before performing file operations. This path traversal flaw (CWE-22) enables authenticated users to construct malicious path arguments using directory traversal sequences (such as '../' patterns) to access and delete files outside the intended directory scope. The lack of input sanitization allows an attacker to specify arbitrary locations on the filesystem for file deletion.

Business impact

Organizations deploying ATEN Unizon may experience service disruption if critical system or application files are deleted by an authenticated attacker. While the vulnerability requires valid credentials, a compromised user account or insider threat could weaponize this to sabotage operations, corrupt configurations, or trigger unplanned downtime. For environments relying on Unizon for device management or switching, file deletion could impact availability of essential functions.

Affected systems

ATEN Unizon is affected. Users should verify the exact version deployed in their environment against ATEN's official advisory to determine exposure. The vulnerability requires authentication, limiting attack surface to users or accounts with legitimate access to the system.

Exploitability

Exploitation requires valid authentication credentials, which significantly raises the barrier compared to unauthenticated attacks. An attacker must already have legitimate or compromised account access to the Unizon system. Once authenticated, the uploadSSL method can be called with maliciously crafted path parameters to delete files without further interaction, making exploitation straightforward for a privileged or compromised user.

Remediation

Apply the security patch released by ATEN for Unizon—verify the specific patched version against ATEN's official security advisory. The patch should implement proper input validation and path canonicalization in the uploadSSL method to prevent directory traversal. Restrict administrative and upload privileges to trusted personnel only, and implement network segmentation to limit who can access the Unizon management interface.

Patch guidance

Check ATEN's official security advisory for the specific patched version number and deployment instructions. Apply the update to all ATEN Unizon installations in your environment. Before patching production systems, validate the update in a test environment to ensure compatibility with your configuration and dependent systems. Document the patching process and verify successful remediation by confirming the uploadSSL method rejects traversal sequences in path inputs.

Detection guidance

Monitor authentication logs for unusual account activity or failed login attempts targeting Unizon administrative functions. Log and alert on uploadSSL method calls with path parameters containing directory traversal sequences (../, ..\ or URL-encoded variants like %2e%2e%2f). Compare filesystem change logs to identify unexpected file deletions, especially in system-critical directories. Organizations with EDR or filesystem monitoring should look for deletion events originating from Unizon processes with suspicious path patterns.

Why prioritize this

While the CVSS score of 6.5 (Medium) reflects the authentication requirement, the impact is significant: an authenticated attacker can delete arbitrary files, causing denial-of-service or system instability. Organizations should prioritize patching if Unizon is critical to operations, if user account security has been compromised, or if the system is accessible to a broad set of authenticated users. The authentication barrier provides some natural protection but should not delay patching in high-trust-boundary environments.

Risk score, explained

The CVSS 3.1 score of 6.5 reflects a network-accessible vulnerability with high integrity and availability impact (file deletion and DoS potential), offset by the requirement for authenticated access (PR:H). The vector CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H indicates no confidentiality risk, but significant risks to integrity and availability. The score is 'Medium' because exploitation depends on valid credentials, limiting real-world attack likelihood compared to unauthenticated flaws.

Frequently asked questions

Does this vulnerability allow unauthenticated file deletion?

No. The vulnerability requires valid authentication credentials to exploit. An attacker must possess or compromise a legitimate user account on the ATEN Unizon system to invoke the uploadSSL method.

What types of files can be deleted?

Due to the lack of path validation, an attacker can delete arbitrary files accessible by the Unizon process, including system files, configuration files, and application data. The scope depends on the filesystem permissions of the account running Unizon.

Will this vulnerability be exploited by ransomware actors?

This vulnerability is not currently tracked in CISA's Known Exploited Vulnerabilities (KEV) catalog and is not associated with active ransomware campaigns. However, it could be used as a secondary sabotage vector in targeted attacks if an attacker has already obtained system access through other means.

Can I mitigate this without patching?

Restrict network and administrative access to ATEN Unizon to trusted users only, enforce strong authentication, and monitor file operations and authentication logs closely. However, these are temporary measures; patching is the definitive remediation.

This analysis is based on the CVE record and vendor information available as of the publication date. Security teams should consult ATEN's official security advisory for definitive patch details, affected version numbers, and remediation steps. Exploitability assessments are based on technical analysis; real-world attack likelihood depends on your deployment architecture, network segmentation, and access controls. This document does not constitute legal, compliance, or procurement advice. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).