CVE-2026-9776
Analyzed Analyzed - Analysis Complete

Directory Traversal in ATEN Unizon Information Disclosure

Vulnerability report for CVE-2026-9776, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-24

Last updated on: 2026-06-27

Assigner: Zero Day Initiative

Description

ATEN Unizon writeFileToHttpServletResponse Directory Traversal Information Disclosure Vulnerability. This vulnerability allows remote attackers to disclose sensitive information on affected installations of ATEN Unizon. Authentication is not required to exploit this vulnerability. The specific flaw exists within the writeFileToHttpServletResponse 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 disclose information in the context of SYSTEM. Was ZDI-CAN-28505.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-27
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aten unizon to 2.7.264 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the ATEN Unizon software, specifically in the writeFileToHttpServletResponse method. It is a directory traversal information disclosure flaw that allows remote attackers to access sensitive information without needing to authenticate. The root cause is the lack of proper validation of user-supplied file paths before they are used in file operations, which enables attackers to read files on the system with SYSTEM-level privileges.

Compliance Impact

This vulnerability allows remote attackers to disclose sensitive information without authentication by exploiting a directory traversal flaw in the writeFileToHttpServletResponse method of ATEN Unizon. Such unauthorized disclosure of sensitive information could potentially lead to non-compliance with data protection regulations like GDPR and HIPAA, which require the protection of personal and sensitive data against unauthorized access.

However, specific impacts on compliance with these standards depend on the nature of the disclosed information and the affected environment, which is not detailed in the provided information.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive information on affected systems. Since it can be exploited remotely without authentication and runs with SYSTEM privileges, an attacker could access critical files and data, potentially compromising the confidentiality of the system and its information.

Detection Guidance

This vulnerability exists in the `/rest/history/report/getFile` endpoint of ATEN Unizon and allows unauthenticated directory traversal attacks to read arbitrary files.

To detect exploitation attempts or test for this vulnerability, you can try sending crafted HTTP requests targeting the vulnerable endpoint with directory traversal payloads.

  • Use curl or similar tools to send requests like: curl -v "http://<target-ip>/rest/history/report/getFile?file=../../../../etc/passwd"
  • Monitor web server logs for suspicious requests containing directory traversal patterns such as '../' or encoded variants.
  • Use network intrusion detection systems (NIDS) with rules to detect directory traversal attempts targeting the `/rest/history/report/getFile` endpoint.
Mitigation Strategies

The primary mitigation step is to apply the security update released by ATEN, which fixes this vulnerability.

  • Update ATEN Unizon firmware to version FW V2.7.264.001 or later.
  • Restrict access to the vulnerable endpoint `/rest/history/report/getFile` by implementing network-level controls such as firewalls or access control lists.
  • Monitor logs for suspicious activity and consider temporarily disabling or restricting the affected service if an immediate update is not possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9776. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart