The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-23115

CVE-2025-23115: UniFi Protect Cameras RCE Vulnerability

CVE-2025-23115 is a use after free vulnerability in UniFi Protect Cameras enabling remote code execution for attackers with management network access. This article covers technical details, affected versions, and mitigations.

Published: April 1, 2026

CVE-2025-23115 Overview

CVE-2025-23115 is a Use After Free (UAF) vulnerability affecting UniFi Protect Cameras that enables Remote Code Execution (RCE). This critical memory corruption flaw allows malicious actors with network access to the UniFi Protect Cameras management network to execute arbitrary code on vulnerable devices.

Critical Impact

Successful exploitation enables full remote code execution on UniFi Protect Cameras, potentially compromising surveillance infrastructure and providing attackers with a foothold for lateral movement within the network.

Affected Products

  • UniFi Protect Cameras (versions prior to security patch)
  • UniFi Protect Camera firmware with vulnerable memory handling
  • Devices accessible via UniFi Protect management network

Discovery Timeline

  • 2025-03-01 - CVE-2025-23115 published to NVD
  • 2025-03-13 - Last updated in NVD database

Technical Details for CVE-2025-23115

Vulnerability Analysis

This vulnerability is classified under CWE-416 (Use After Free), a dangerous memory corruption vulnerability class. The flaw occurs when the camera firmware continues to reference memory after it has been freed, creating an exploitable condition. When memory is deallocated but pointers to that memory remain in use, an attacker can manipulate the freed memory region to inject malicious payloads.

The network-accessible nature of this vulnerability combined with the changed scope indicates that successful exploitation could impact resources beyond the vulnerable camera component itself. While exploitation requires high attack complexity, the absence of required privileges or user interaction makes this vulnerability particularly dangerous for exposed management networks.

Root Cause

The root cause of CVE-2025-23115 is improper memory management within the UniFi Protect Camera firmware. The vulnerable code path fails to properly invalidate references to deallocated memory objects, leaving dangling pointers that can be triggered through crafted network requests. This Use After Free condition allows attackers to corrupt memory structures and hijack program execution flow.

Attack Vector

The attack vector for this vulnerability is network-based, targeting the UniFi Protect Cameras management interface. An attacker positioned on the management network can send specially crafted requests that trigger the Use After Free condition. The exploitation flow typically involves:

  1. Identifying vulnerable UniFi Protect Cameras on the management network
  2. Triggering memory allocation and deallocation sequences
  3. Reclaiming freed memory with attacker-controlled data
  4. Manipulating freed memory to gain code execution

The vulnerability mechanism exploits improper memory lifecycle management in the camera firmware. When certain network operations are performed, memory is freed but references persist, allowing subsequent operations to access controlled attacker data. For detailed technical analysis, refer to the UI Community Security Advisory.

Detection Methods for CVE-2025-23115

Indicators of Compromise

  • Anomalous network traffic patterns to UniFi Protect Camera management interfaces
  • Unexpected memory allocation errors or crashes in camera firmware logs
  • Unauthorized processes or connections originating from camera devices
  • Signs of firmware tampering or unexpected configuration changes

Detection Strategies

  • Monitor network traffic for unusual request patterns targeting camera management ports
  • Implement network segmentation alerts for traffic crossing management network boundaries
  • Deploy intrusion detection signatures for Use After Free exploitation patterns
  • Review camera device logs for memory-related errors or unexpected restarts

Monitoring Recommendations

  • Enable verbose logging on UniFi Protect management systems
  • Implement network behavior analysis for IoT/camera device segments
  • Monitor for outbound connections from camera devices to unexpected destinations
  • Track firmware version compliance across all UniFi Protect Camera deployments

How to Mitigate CVE-2025-23115

Immediate Actions Required

  • Restrict network access to UniFi Protect Camera management interfaces
  • Isolate camera management networks from general network segments
  • Apply available security patches from Ubiquiti immediately
  • Audit network access controls for camera management infrastructure

Patch Information

Ubiquiti has released a security advisory addressing this vulnerability. Administrators should apply the latest firmware updates to all affected UniFi Protect Cameras as soon as possible. Refer to the UI Community Security Advisory Bulletin 046 for specific firmware versions and update instructions.

Workarounds

  • Implement strict network segmentation to isolate camera management traffic
  • Apply firewall rules limiting access to camera management interfaces to authorized systems only
  • Enable VPN requirements for remote management access
  • Consider disabling remote management features until patches can be applied
bash
# Example network segmentation - restrict management access
# Allow only authorized management hosts to access camera network
iptables -A INPUT -s 10.0.10.0/24 -d 10.0.20.0/24 -p tcp --dport 7443 -j ACCEPT
iptables -A INPUT -d 10.0.20.0/24 -p tcp --dport 7443 -j DROP
# Log attempted unauthorized access for monitoring
iptables -A INPUT -d 10.0.20.0/24 -j LOG --log-prefix "UNIFI-CAM-BLOCK: "

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechUnifi

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability2.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • UI Community Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English