Executive Summary
A critical privilege escalation vulnerability (CVE-2026-47369) has been disclosed in Ubiquiti UniFi OS, the operating system powering Ubiquiti's UniFi Dream Machine, UniFi Protect, and related network appliances. With a CVSS score of 9.9 (Critical), this flaw allows a malicious actor with low-privilege network access to escalate their privileges within affected UniFi OS devices or instances through improper input validation.
CVSS Score: 9.9 (Critical) Published: 2026-06-12 Affected Devices: UniFi OS-based devices including Dream Machine series, Cloud Gateways, and self-hosted UniFi instances
This vulnerability is particularly significant given the widespread deployment of UniFi hardware in enterprise, SMB, and home network environments — as well as the management plane access that full privilege escalation would grant.
Vulnerability Overview
| Attribute | Value |
|---|---|
| CVE ID | CVE-2026-47369 |
| CVSS Score | 9.9 (Critical) |
| Type | Privilege Escalation (Improper Input Validation) |
| Attack Vector | Network |
| Privileges Required | Low |
| User Interaction | None |
| Affected Platform | UniFi OS (Ubiquiti devices and instances) |
| Published | 2026-06-12 |
Affected Products
| Product | Component | Status |
|---|---|---|
| UniFi Dream Machine (all models) | UniFi OS | Vulnerable — apply latest firmware |
| UniFi Dream Router | UniFi OS | Vulnerable — apply latest firmware |
| UniFi Cloud Gateway | UniFi OS | Vulnerable — apply latest firmware |
| UniFi OS Instances (self-hosted) | UniFi OS | Vulnerable — apply latest update |
Technical Details
Privilege Escalation via Improper Input Validation
In the context of CVE-2026-47369, improper input validation in UniFi OS allows attacker-controlled data to influence privilege-sensitive operations. A user with low-level authenticated access to the UniFi OS management interface can craft a malicious request that exploits the validation gap to assume a higher privilege level within the operating system environment.
Attack Flow
1. Attacker gains low-privilege access to UniFi OS (standard user account or network access)
2. Crafts a malformed or specially constructed request exploiting the input validation flaw
3. UniFi OS processes the request without correctly enforcing privilege boundaries
4. Attacker's session is escalated to a higher privilege tier within UniFi OS
5. Full administrative control of the UniFi device or instance is achievedWhy CVSS 9.9?
- Low privilege barrier — only a basic authenticated account is needed as a starting point
- Network exploitable — no physical access required
- No user interaction — fully automated exploitation is possible
- Complete CIA triad compromise — attacker gains full control of the UniFi device
- Management plane access — compromise of the control plane affects all network segments managed by the device
Impact Assessment
| Impact Area | Description |
|---|---|
| Full Device Takeover | Attacker achieves administrator-level control over the UniFi device |
| Network Traffic Interception | Ability to configure port mirroring, VLANs, or routing to intercept network traffic |
| Lateral Movement | Access to all network segments governed by the compromised UniFi device |
| Configuration Tampering | Modify firewall rules, VPN settings, DNS, or traffic policies |
| Persistence | Install backdoors or modify startup configurations |
| UniFi Protect Compromise | On Dream Machines with Protect, potential access to camera feeds and NVR data |
Recommendations
Immediate Actions
- Apply the latest Ubiquiti firmware update via the UniFi OS settings panel or UniFi Network controller
- Restrict management interface access — ensure UniFi OS management is not accessible from untrusted network segments or the internet
- Enable two-factor authentication (2FA) on all UniFi accounts
- Review user accounts in UniFi OS for unauthorized additions or privilege changes
Network-Level Mitigations
- Block access to UniFi OS management ports (typically TCP 443, 8080, 8443) from untrusted hosts
- Isolate management VLAN and restrict access to authorized admin workstations only
- Disable UPnP if not required (prevents automatic port forwarding to management services)
- Enable UniFi OS audit logging and forward logs to a SIEMDetection Indicators
| Indicator | Description |
|---|---|
| Unexpected privilege changes in UniFi OS audit logs | Direct evidence of exploitation |
| New admin accounts created in UniFi | Post-exploitation persistence |
| Unusual configuration changes (firewall, VLANs, routing) | Attacker modifying network policies |
| Access from unexpected source IPs to management interface | Unauthorized management access |
| UniFi Protect camera feed access from unexpected accounts | Broader compromise post-escalation |
Post-Remediation Checklist
- Confirm firmware update is applied and UniFi OS reports the patched version
- Review UniFi OS audit logs for privilege changes during the exposure window
- Audit all user accounts — remove unauthorized accounts, verify roles
- Review network configuration for unauthorized changes (VLANs, firewall, routing)
- Rotate UniFi site admin credentials and Ubiquiti SSO passwords
- Verify that management access is properly restricted at the network level
- Check UniFi Protect footage archive integrity if applicable