Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-48610

CVE-2026-48610: UniFi OS Auth Bypass Vulnerability

CVE-2026-48610 is an authentication bypass flaw in UniFi OS devices that allows network attackers to make unauthorized changes through improper access control. This article covers technical details, impact, and mitigation.

Published:

CVE-2026-48610 Overview

CVE-2026-48610 is an Improper Access Control vulnerability [CWE-284] affecting certain devices running UniFi OS from Ubiquiti Inc. Under specific network configurations, an attacker with network access can exploit the flaw to make unauthorized changes to affected UniFi OS devices. The vulnerability impacts confidentiality, integrity, and availability of the affected systems. Ubiquiti documented the issue in UI Security Advisory Bulletin 065. No public exploit, proof-of-concept, or CISA Known Exploited Vulnerabilities listing exists as of publication.

Critical Impact

A network-adjacent attacker can bypass access controls to modify UniFi OS device configuration, potentially altering routing, firewall, and management settings across the network.

Affected Products

  • Ubiquiti UniFi OS devices (specific models per vendor advisory)
  • Network deployments matching the configurations referenced in UI Security Advisory Bulletin 065
  • Systems where the affected UniFi OS device is reachable on the management network

Discovery Timeline

  • 2026-06-12 - CVE-2026-48610 published to NVD
  • 2026-06-17 - Last updated in NVD database

Technical Details for CVE-2026-48610

Vulnerability Analysis

The vulnerability is classified under CWE-284, Improper Access Control. The UniFi OS device does not adequately enforce access restrictions on certain administrative actions when reachable through specific network paths. An attacker on a network position that should not have administrative authority can submit requests that the device accepts and executes. Successful exploitation results in unauthorized modification of device state, with downstream effects on the network the device controls. The vendor describes the attack as requiring particular network configurations, which aligns with the high attack complexity rating in the CVSS vector.

Root Cause

The root cause is missing or insufficient authorization enforcement on management interfaces or control plane operations within UniFi OS. The device trusts the source of certain requests based on network reachability rather than authenticated identity. When a deployment exposes the management surface across network segments that the access policy assumed were isolated, an unauthenticated request reaches a privileged code path.

Attack Vector

Exploitation occurs over the network without authentication or user interaction. The attacker must reach the UniFi OS device on a network path that the vulnerable code treats as trusted. After establishing reachability, the attacker sends crafted requests to administrative endpoints to alter configuration, push state changes, or invoke privileged functions. The high attack complexity reflects the specific network configuration prerequisites rather than exploit difficulty itself.

No verified public proof-of-concept code is available. Refer to the UI Security Advisory Bulletin 065 for vendor-supplied technical context.

Detection Methods for CVE-2026-48610

Indicators of Compromise

  • Unexpected configuration changes on UniFi OS devices, including firewall rules, VLAN assignments, DNS settings, or administrative accounts
  • Administrative API or web console requests originating from network segments that should not have management access
  • New or modified SSH keys, local users, or backup exports on the device
  • Unscheduled device reboots, firmware actions, or factory-reset events recorded in system logs

Detection Strategies

  • Baseline UniFi OS configuration and alert on diffs to running config, firewall policy, and user databases
  • Inspect device syslog and audit logs for administrative actions lacking a corresponding authenticated session
  • Use network segmentation telemetry to flag traffic from non-management VLANs reaching UniFi management ports (TCP 443, 8443, 22)

Monitoring Recommendations

  • Forward UniFi OS syslog to a central log platform and retain administrative events for at least 90 days
  • Monitor for failed and successful authentication anomalies and correlate with configuration-change events
  • Track outbound connections from the device to detect attacker-controlled callback or exfiltration channels

How to Mitigate CVE-2026-48610

Immediate Actions Required

  • Apply the firmware update referenced in UI Security Advisory Bulletin 065 to all affected UniFi OS devices
  • Restrict management interface reachability to a dedicated management VLAN or jump host
  • Audit recent configuration changes and administrative account activity on UniFi OS devices
  • Rotate administrative credentials and revoke unrecognized SSH keys after patching

Patch Information

Ubiquiti has published remediation guidance and fixed firmware in UI Security Advisory Bulletin 065. Administrators should consult the advisory for the list of affected models and the corresponding fixed UniFi OS versions, then apply updates through the UniFi controller or the device web UI.

Workarounds

  • Place UniFi OS devices behind a firewall that blocks management protocols from untrusted segments until firmware is updated
  • Disable remote access features such as cloud access and SSH on devices that do not require them
  • Enforce strict access control lists on switches and routers to prevent lateral reachability to UniFi management ports
bash
# Example: restrict UniFi OS management access to a single admin subnet
# (apply on upstream firewall; adjust interface and addresses to your environment)
iptables -A FORWARD -s 10.10.50.0/24 -d 192.0.2.10 -p tcp -m multiport --dports 22,443,8443 -j ACCEPT
iptables -A FORWARD -d 192.0.2.10 -p tcp -m multiport --dports 22,443,8443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.