Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-22562

CVE-2026-22562: UniFi Play Path Traversal Vulnerability

CVE-2026-22562 is a path traversal vulnerability in UniFi Play PowerAmp and Audio Port that enables attackers to write files and execute remote code. This article covers technical details, affected versions, and patches.

Published: April 17, 2026

CVE-2026-22562 Overview

A critical Path Traversal vulnerability has been identified in Ubiquiti UniFi Play device firmware that allows a malicious actor with network access to write arbitrary files to the system. This file write capability can be leveraged to achieve remote code execution (RCE) on affected devices, potentially compromising the entire UniFi Play network infrastructure.

Critical Impact

Attackers with access to the UniFi Play network can exploit this path traversal flaw to write malicious files and execute arbitrary code remotely, potentially gaining full control of affected audio devices.

Affected Products

  • UniFi Play PowerAmp (Version 1.0.35 and earlier)
  • UniFi Play Audio Port (Version 1.0.24 and earlier)

Discovery Timeline

  • April 13, 2026 - CVE-2026-22562 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22562

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The flaw exists within the device firmware of UniFi Play audio equipment, where user-supplied input containing path traversal sequences (such as ../) is not properly sanitized before being used in file system operations.

When an attacker exploits this vulnerability, they can escape the intended directory structure and write files to arbitrary locations on the device's file system. This arbitrary file write primitive is particularly dangerous because it can be weaponized to achieve remote code execution by overwriting critical system files, placing malicious scripts in auto-execution paths, or modifying configuration files to inject code.

The network-based attack vector means that any entity with access to the UniFi Play network segment can potentially exploit this vulnerability without requiring authentication or user interaction.

Root Cause

The root cause of CVE-2026-22562 lies in insufficient input validation within the firmware's file handling routines. The vulnerable code fails to properly sanitize path components before constructing file paths, allowing attackers to use directory traversal sequences like ../ to navigate outside the intended working directory. This lack of path canonicalization or validation enables writing files to sensitive system locations.

Attack Vector

The attack is network-based, requiring the attacker to have access to the UniFi Play network. The exploitation flow involves:

  1. The attacker crafts a malicious request containing path traversal sequences targeting the vulnerable firmware endpoint
  2. The firmware processes the request without properly validating the path components
  3. The attacker-controlled content is written to an arbitrary location on the file system
  4. By writing to strategic locations (such as startup scripts, cron directories, or web server roots), the attacker achieves code execution

The path traversal vulnerability allows an attacker to craft specially formatted requests that include directory traversal sequences (e.g., ../../) to escape the intended directory and write files to arbitrary system locations. By targeting writable system paths such as init scripts, scheduled task directories, or configuration files, the attacker can achieve persistent code execution when the system processes these malicious files. For detailed technical information, refer to the UI Community Security Advisory.

Detection Methods for CVE-2026-22562

Indicators of Compromise

  • Unexpected files appearing in system directories outside normal firmware update paths
  • Modified startup scripts, cron jobs, or configuration files with unauthorized content
  • Network traffic containing path traversal patterns (../, ..%2f, %2e%2e/) targeting UniFi Play devices
  • Anomalous outbound connections from UniFi Play devices indicating potential reverse shells

Detection Strategies

  • Monitor network traffic to/from UniFi Play devices for requests containing path traversal sequences
  • Implement file integrity monitoring on UniFi Play devices to detect unauthorized file modifications
  • Deploy network-based intrusion detection rules to identify exploitation attempts targeting path traversal patterns
  • Review device logs for unusual file write operations or error messages indicating traversal attempts

Monitoring Recommendations

  • Segment UniFi Play devices onto a dedicated VLAN with strict access controls and monitoring
  • Implement network traffic analysis to baseline normal UniFi Play communication patterns and alert on deviations
  • Configure SIEM rules to correlate path traversal indicators across multiple data sources
  • Establish periodic firmware integrity checks against known-good baselines

How to Mitigate CVE-2026-22562

Immediate Actions Required

  • Update UniFi Play PowerAmp devices to Version 1.0.38 or later immediately
  • Update UniFi Play Audio Port devices to Version 1.1.9 or later immediately
  • Restrict network access to UniFi Play devices to only authorized management systems
  • Audit UniFi Play devices for signs of compromise before and after patching

Patch Information

Ubiquiti has released firmware updates that address this path traversal vulnerability. Organizations should apply the following updates as a priority:

ProductVulnerable VersionsFixed Version
UniFi Play PowerAmpVersion 1.0.35 and earlierVersion 1.0.38 or later
UniFi Play Audio PortVersion 1.0.24 and earlierVersion 1.1.9 or later

For complete patch details and download links, refer to the UI Community Security Advisory.

Workarounds

  • Implement network segmentation to isolate UniFi Play devices from untrusted network segments
  • Deploy firewall rules to restrict access to UniFi Play management interfaces to authorized IP addresses only
  • Enable logging and monitoring on network devices to detect and alert on suspicious traffic patterns
  • Consider temporarily disabling affected devices if patching cannot be performed immediately and risk is unacceptable
bash
# Example: Network segmentation firewall rule to restrict access to UniFi Play devices
# Allow only management subnet to access UniFi Play network segment
iptables -A FORWARD -s 10.0.1.0/24 -d 10.0.10.0/24 -j ACCEPT
iptables -A FORWARD -d 10.0.10.0/24 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechUnifi Play

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • UI Community Security Advisory
  • Related CVEs
  • CVE-2026-22565: UniFi Play DoS Vulnerability

  • CVE-2026-22566: UniFi Play Auth Bypass Vulnerability

  • CVE-2026-22564: UniFi Play Auth Bypass Vulnerability

  • CVE-2026-22563: UniFi Play Command Injection 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