HIGH 8.6

CVE-2026-55117: UniFi Access Path Traversal Vulnerability – CVSS 8.6 Analysis

A network-accessible vulnerability in UniFi Access Application allows an unauthenticated attacker to read arbitrary files from the host system through path traversal. An attacker positioned on the network can craft requests that bypass directory restrictions, potentially exposing sensitive configuration files, credentials, or application data without requiring any user interaction or prior access privileges.

Source data · NVD / CISA · public domain

CVSS
3.1 · 8.6 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Weaknesses (CWE)
CWE-22
Affected products
1 configuration(s)
Published / Modified
2026-07-02 / 2026-07-09

NVD description (verbatim)

A malicious actor with access to the network could exploit a Path Traversal vulnerability found in UniFi Access Application to access files on the host device.

1 reference(s) · View on NVD →

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

Technical summary

CVE-2026-55117 is a path traversal vulnerability (CWE-22) affecting Ubiquiti's UniFi Access Application. The flaw permits an unauthenticated network-based attacker to traverse the file system and access files outside intended directories. The attack requires no authentication, involves low attack complexity, and produces a network-wide scope impact; the primary concern is unauthorized information disclosure. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N) reflects a score of 8.6 (HIGH), indicating significant confidentiality risk with no integrity or availability impact in the base case.

Business impact

Unauthorized file access on UniFi Access Application servers could expose sensitive operational data, configuration details, or credentials stored locally. In deployments where UniFi Access controls physical access, compromise could lead to intelligence gathering for social engineering, targeted lateral movement within the network, or fusion with other attack vectors. Organizations relying on UniFi Access for access control and authentication decisions face a material information disclosure risk that could undermine trust in the system's security posture.

Affected systems

Ubiquiti UniFi Access Application instances accessible over the network are affected. The vulnerability does not require authentication, so any instance reachable from an attacker's network position is at risk. Scope includes all versions until patched; consult Ubiquiti security advisories to determine which versions are vulnerable and when fixes are available.

Exploitability

This vulnerability is readily exploitable. No authentication is required, attack complexity is low, and exploitation can be performed remotely over the network. An attacker with network access can craft path traversal payloads (commonly using sequences like '../' or encoded variants) to request files outside the application's intended document root. The lack of user interaction requirements and broad attack surface make this a practical threat in most network environments.

Remediation

Patch UniFi Access Application to a version that fixes the path traversal input validation. Implement network segmentation to restrict access to the UniFi Access Application to trusted administrative networks only. Apply input validation and canonicalization of file paths before any file system operations. Monitor and log all file access attempts, particularly those containing path traversal patterns, to detect exploitation attempts.

Patch guidance

Contact Ubiquiti or visit their official security advisories page to obtain the patched version of UniFi Access Application. Verify the exact version number and compatibility with your deployment before applying updates. Test patches in a non-production environment first, as access control system changes carry operational risk. Once confirmed, apply patches with scheduled downtime if required, and validate that access control functionality remains intact post-patch.

Detection guidance

Search logs for HTTP requests containing path traversal indicators such as '../', '..\', URL-encoded variants ('%2e%2e'), or file path references pointing outside the application root. Monitor for unexpected file access patterns on the UniFi Access Application server, particularly reads from system directories (/etc, Windows\System32, etc.). Alert on any anomalous access to configuration or credential files. Web application firewalls (WAF) or intrusion detection systems (IDS) can be configured with signatures to block path traversal attempts.

Why prioritize this

This vulnerability merits immediate attention due to its high CVSS score (8.6), unauthenticated attack vector, and confidentiality impact. UniFi Access is typically deployed in critical infrastructure roles (physical access control), making it a target for reconnaissance. The ease of exploitation and potential for credential exposure make this a prime vector for subsequent attacks. Organizations should prioritize patching within days rather than weeks.

Risk score, explained

The CVSS 3.1 score of 8.6 reflects the combination of network accessibility (AV:N), minimal attack complexity (AC:L), no authentication requirement (PR:N), and no user interaction needed (UI:N). The scope change (S:C) indicates impact beyond the vulnerable component. While the vulnerability causes only confidentiality loss (C:H) with no integrity or availability impact in the base metric, the potential to expose authentication material or configuration elevates business risk significantly. This is classified as HIGH severity.

Frequently asked questions

Can this vulnerability be exploited without access to the UniFi Access Application network segment?

No, the vulnerability requires network access to reach the application (AV:N indicates the network is the attack vector). However, 'network access' means any attacker positioned on the same network or with routing access to the application. If UniFi Access is internet-facing or on a flat network, the attack surface is broad.

Does the attacker need valid credentials to exploit this vulnerability?

No. The vulnerability is unauthenticated (PR:N in the CVSS vector), meaning an attacker can trigger it without logging in or providing any credentials. This makes it particularly dangerous in environments where the application is exposed to untrusted networks.

What files are at highest risk of exposure?

Configuration files, database files, private keys, credentials, and logs are typically the highest-value targets. In a UniFi Access context, authentication tokens, user databases, or policy files could enable further attacks. Review your deployment to identify sensitive data stored locally and prioritize protection accordingly.

Is there a workaround if I cannot patch immediately?

Implement strict network-level access controls to limit who can reach the UniFi Access Application—restrict to administrative networks only. Deploy a WAF or reverse proxy in front of the application to filter requests containing path traversal patterns. Monitor logs aggressively for exploitation attempts. These are temporary mitigations; patching should remain the priority.

This analysis is based on publicly available information as of the publication date. Ubiquiti may release updated patches, additional details, or revised guidance; verify current vendor advisories before deployment. This explainer does not constitute a guarantee of exploit feasibility in all environments—actual impact depends on deployment architecture, network controls, and application configuration. Organizations should conduct internal risk assessment tailored to their use of UniFi Access. No proof-of-concept code or weaponized exploitation techniques are provided or endorsed. Source: NVD (public-domain), retrieved 2026-08-11. Analysis generated by SEC.co (claude-haiku-4-5).