Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Unauthenticated network-reachable API bypass (AV:N/AC:L/PR:N/UI:N); limited data exposure and tampering (C:L/I:L) with high service-disruption impact (A:H), no scope change.
Primary rating from Vendor (hackerone).
CVSS VectorVendor: hackerone
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Lifecycle Timeline
2DescriptionCVE.org
A malicious actor with access to the network could exploit an Improper Access Control vulnerability found in UniFi Protect Application to bypass authentication in certain UniFi Protect Application API endpoints.
AnalysisAI
Authentication bypass in Ubiquiti UniFi Protect Application lets a network-adjacent attacker reach certain API endpoints without valid credentials due to improper access control (CWE-284). Rated CVSS 8.6, the flaw combines low confidentiality and integrity impact with high availability impact, meaning an unauthenticated actor on the network could interact with protected surveillance-management functions. No public exploit identified at time of analysis, and it is not listed in CISA KEV, but the network vector with no privileges required (AV:N/PR:N) makes it a meaningful exposure for internet- or LAN-reachable deployments.
Technical ContextAI
UniFi Protect is Ubiquiti's video surveillance and NVR platform, running as an application on UniFi consoles (e.g., UDM/UNVR appliances) and exposing a REST-style API for camera, recording, and system management. The root cause is CWE-284 Improper Access Control: one or more API endpoints fail to correctly enforce authentication/authorization checks, so requests that should require a valid session are served anyway. Rather than a memory-safety or injection issue, this is a logic/access-control defect where the endpoint's guard is missing, misordered, or improperly scoped. The single CPE affected is cpe:2.3:a:ubiquiti_inc:unifi_protect_application, confirming the vulnerable component is the Protect application itself rather than firmware or a specific camera model.
RemediationAI
Patch available per vendor advisory: upgrade the UniFi Protect Application to the fixed version identified in Ubiquiti Security Advisory Bulletin 066 (https://community.ui.com/releases/Security-Advisory-Bulletin-066-066/984eceb3-49c8-4227-942d-671c289b3afc); an exact fix version was not included in the provided data, so confirm the target build from that advisory before updating. Because Protect runs on UniFi consoles, apply the update through the console/UniFi OS update mechanism and reboot if prompted. Until patched, restrict network reachability of the Protect management interface and its API: do not expose the console to the internet, place it on a management VLAN, require VPN for remote administration, and firewall the API ports to trusted admin hosts only - the trade-off is reduced convenience for remote camera access, but it directly removes the AV:N exposure that this bypass depends on. Avoid relying on remote access features or port-forwarding to the console while unpatched.
More in Unifi Protect Application
View allCommand injection in Ubiquiti's UniFi Protect Application lets a low-privileged, network-adjacent user run arbitrary ope
Command injection in Ubiquiti UniFi Protect Application lets a network-positioned, unauthenticated attacker run arbitrar
Privilege escalation via Server-Side Request Forgery in Ubiquiti's UniFi Protect Application allows a low-privileged, ne
Command injection in Ubiquiti's UniFi Protect Application lets a network-adjacent attacker holding only low-privileged c
Authentication bypass in Ubiquiti's UniFi Protect Application (versions before 7.1.83) allows a network-adjacent attacke
Privilege escalation in Ubiquiti's UniFi Protect Application is possible through an authenticated SQL injection (CWE-89)
Authentication bypass in Ubiquiti UniFi Protect Application (versions prior to 7.1.83) allows a network-adjacent attacke
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41379
GHSA-x7fp-rqc2-wmg4