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
    • 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-26975

CVE-2026-26975: Music Assistant RCE Vulnerability

CVE-2026-26975 is a remote code execution flaw in Music Assistant that allows unauthenticated attackers to execute arbitrary code via path traversal. This article covers the technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-26975 Overview

CVE-2026-26975 is a path traversal vulnerability (CWE-22) in Music Assistant, an open-source media library manager that integrates streaming services with connected speakers. This vulnerability allows unauthenticated network-adjacent attackers to execute arbitrary code on affected installations by exploiting insufficient file path validation in the playlist update API.

Critical Impact

Unauthenticated attackers on the adjacent network can achieve Remote Code Execution by writing malicious files to arbitrary filesystem locations, with the attack surface amplified by the container running with root privileges.

Affected Products

  • Music Assistant versions 2.6.3 and below
  • Music Assistant server deployments running in containerized environments
  • Systems with the music/playlists/update API endpoint accessible on the network

Discovery Timeline

  • 2026-02-20 - CVE-2026-26975 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-26975

Vulnerability Analysis

This vulnerability resides in the music/playlists/update API endpoint within Music Assistant. The core issue stems from improper input validation that allows attackers to bypass the intended .m3u file extension enforcement mechanism. By manipulating the file path parameter, attackers can write files to arbitrary locations on the filesystem rather than being confined to the designated playlist directory.

The severity of this vulnerability is significantly amplified by an architectural decision: the Music Assistant container runs with root privileges. This means that when an attacker exploits the path traversal flaw, they have write access to virtually any location on the filesystem, including sensitive system directories.

Root Cause

The root cause is a classic path traversal vulnerability (CWE-22) resulting from insufficient sanitization of user-supplied file paths. The API fails to properly validate and canonicalize the file path before performing write operations, allowing directory traversal sequences to escape the intended directory structure. The .m3u extension check can be bypassed, enabling attackers to write files with arbitrary extensions to arbitrary locations.

Attack Vector

The attack requires network adjacency—meaning the attacker must be on the same local network segment as the vulnerable Music Assistant installation. No authentication is required to exploit this vulnerability.

The exploitation chain involves:

  1. Identifying a Music Assistant instance on the adjacent network
  2. Crafting a malicious request to the music/playlists/update API endpoint with path traversal sequences
  3. Writing a malicious .pth file to the Python site-packages directory
  4. The .pth file executes arbitrary Python code when the Python interpreter loads, achieving Remote Code Execution

Python .pth files are automatically processed by the Python interpreter during startup. When placed in the site-packages directory, any import statement or code execution directive within the file will run with the privileges of the Python process—in this case, root privileges due to the container configuration.

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory GHSA-7jcc-p6xr-835j.

Detection Methods for CVE-2026-26975

Indicators of Compromise

  • Unexpected .pth files appearing in Python site-packages directories
  • Unusual file writes outside of the designated Music Assistant data directories
  • API requests to music/playlists/update containing path traversal sequences such as ../ or encoded variants
  • New or modified files in system directories that should be read-only

Detection Strategies

  • Monitor HTTP/API logs for requests to the music/playlists/update endpoint containing suspicious path characters or encoding
  • Implement file integrity monitoring on Python installation directories, particularly site-packages
  • Deploy network traffic analysis to detect exploitation attempts from adjacent network segments
  • Review container logs for file operations outside expected directories

Monitoring Recommendations

  • Configure alerting for any file creation events in Python site-packages directories
  • Enable verbose logging for the Music Assistant API to capture full request parameters
  • Implement network segmentation monitoring to detect lateral movement attempts
  • Set up anomaly detection for API request patterns targeting playlist functionality

How to Mitigate CVE-2026-26975

Immediate Actions Required

  • Upgrade Music Assistant to version 2.7.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to the Music Assistant instance
  • Audit Python site-packages directories for any unauthorized .pth files
  • Consider running Music Assistant containers with reduced privileges (non-root user)

Patch Information

The vulnerability has been addressed in Music Assistant version 2.7.0. The fix implements proper path validation to prevent directory traversal attacks through the playlist update API.

  • Fixed Version:2.7.0
  • Patch Reference:GitHub Pull Request #2684
  • Release Notes:GitHub Release 2.7.0
  • Security Advisory:GHSA-7jcc-p6xr-835j

Workarounds

  • Isolate Music Assistant instances on a dedicated network segment with restricted access
  • Implement firewall rules to limit which hosts can communicate with the Music Assistant API
  • Deploy a reverse proxy with request filtering to block path traversal patterns in API requests
  • Run the Music Assistant container with a non-root user to limit the impact of filesystem writes
bash
# Network isolation example - restrict access to Music Assistant
# Allow only trusted hosts to access the Music Assistant API port
iptables -A INPUT -p tcp --dport 8095 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 8095 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMusic Assistant

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/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
  • GitHub Pull Request

  • GitHub Release 2.7.0

  • GitHub Security Advisory GHSA-7jcc-p6xr-835j
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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