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-25579

CVE-2026-25579: Navidrome DoS Vulnerability

CVE-2026-25579 is a denial of service flaw in Navidrome that allows authenticated attackers to crash the server by supplying oversized image parameters. This article covers technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25579 Overview

Navidrome, an open source web-based music collection server and streamer, contains a critical resource exhaustion vulnerability in versions prior to 0.60.0. This vulnerability allows authenticated users to crash the Navidrome server by supplying an excessively large size parameter to the /rest/getCoverArt endpoint or to a shared-image URL (/share/img/<token>). When processing such requests, the server attempts to create an extremely large resized image, causing uncontrolled memory growth that can trigger the Linux OOM (Out-of-Memory) killer, terminate the Navidrome process, and result in a full service outage.

Critical Impact

Authenticated attackers can cause complete denial of service through memory exhaustion, potentially triggering the Linux OOM killer. If the system survives the initial memory allocation, attackers can also rapidly exhaust server disk space through cached oversized images.

Affected Products

  • Navidrome versions prior to 0.60.0
  • Self-hosted Navidrome instances with cover art functionality enabled
  • Navidrome deployments with shared-image URL feature active

Discovery Timeline

  • 2026-02-04 - CVE-2026-25579 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25579

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption). The core issue resides in the image processing functionality of Navidrome, specifically in how the application handles user-supplied size parameters for cover art image resizing operations.

When a user requests a cover art image via the /rest/getCoverArt endpoint or through a shared-image URL at /share/img/<token>, they can specify a size parameter. The vulnerability arises because Navidrome does not properly validate or limit this size parameter before attempting to allocate memory for the resized image. An authenticated attacker can supply an excessively large value, causing the server to attempt creating an image of enormous dimensions.

The attack has a dual impact: first, the immediate memory exhaustion can trigger the Linux OOM killer, which terminates the Navidrome process entirely, causing a complete service outage. Second, if the system has sufficient memory to survive the initial allocation, Navidrome writes these oversized images into its cache directory. This secondary effect enables an attacker to rapidly fill the server's disk space, creating a persistent denial of service condition even after system recovery.

Root Cause

The root cause is insufficient input validation on the size parameter accepted by the image resizing functionality. The application fails to enforce reasonable upper bounds on the dimensions of resized images, allowing arbitrary memory allocation based on user-controlled input. This lack of server-side validation enables attackers to request image processing operations that consume resources far beyond what would be expected in normal operation.

Attack Vector

The attack is network-based and requires authentication to the Navidrome instance. An attacker with valid credentials can craft malicious HTTP requests to either the /rest/getCoverArt endpoint or the shared-image URL endpoint, specifying an extremely large size parameter. The attack does not require any special privileges beyond basic authenticated access.

The vulnerability can be exploited through simple HTTP GET requests with manipulated query parameters. For the REST API endpoint, the attacker targets /rest/getCoverArt with an oversized dimension value. For shared images, the attack targets /share/img/<token> URLs that are typically used for sharing cover art with external users.

The exploitation mechanics involve sending repeated requests with extremely large size values to exhaust either memory (causing OOM termination) or disk space (through cache filling), or both simultaneously. Since the attack requires authentication, the threat is primarily from malicious insiders, compromised accounts, or in scenarios where user registration is open.

Detection Methods for CVE-2026-25579

Indicators of Compromise

  • Unusually large HTTP requests to /rest/getCoverArt or /share/img/ endpoints with extreme size parameter values
  • Sudden spikes in memory usage by the Navidrome process followed by process termination
  • Rapid growth of the Navidrome cache directory containing oversized image files
  • Linux kernel OOM killer logs showing Navidrome process termination
  • Abnormal disk space consumption in the Navidrome installation directory

Detection Strategies

  • Monitor Navidrome access logs for requests to /rest/getCoverArt and /share/img/ endpoints with unusually large size parameters (values exceeding typical display resolutions such as 4096x4096)
  • Configure system monitoring to alert on rapid memory growth associated with the Navidrome process
  • Implement log analysis to correlate Navidrome process crashes with preceding cover art requests
  • Set up disk space monitoring alerts for the Navidrome cache directory

Monitoring Recommendations

  • Enable verbose logging for Navidrome and centralize logs for analysis
  • Configure resource usage monitoring (memory, disk) with automated alerting thresholds
  • Monitor for repeated authentication attempts followed by resource-intensive operations
  • Implement rate limiting monitoring on the affected endpoints to detect potential abuse patterns

How to Mitigate CVE-2026-25579

Immediate Actions Required

  • Upgrade Navidrome to version 0.60.0 or later immediately
  • Review Navidrome access logs for evidence of exploitation attempts
  • Monitor system resources for unusual memory or disk space consumption
  • Consider temporarily restricting access to the Navidrome instance until patching is complete
  • Clear the Navidrome cache directory if abnormally large files are present

Patch Information

This vulnerability has been patched in Navidrome version 0.60.0. The fix implements proper validation and limits on the size parameter accepted by the cover art and shared-image endpoints, preventing the allocation of excessive memory for image resizing operations.

For detailed patch information, refer to the Navidrome Release v0.60.0 and the GitHub Security Advisory GHSA-hrr4-3wgr-68x3.

Workarounds

  • Implement a reverse proxy (nginx, Apache) in front of Navidrome that validates and limits the size parameter on incoming requests to the affected endpoints
  • Configure system-level resource limits (cgroups, ulimits) to constrain Navidrome's maximum memory usage
  • Set up disk quotas for the Navidrome cache directory to prevent complete disk exhaustion
  • Temporarily disable or restrict access to the cover art and shared-image functionality if upgrading is not immediately possible
bash
# Example nginx configuration to limit size parameter
# Add to nginx server block handling Navidrome proxy
location ~ ^/rest/getCoverArt {
    # Reject requests with size parameter exceeding 2048
    if ($arg_size ~* "^[3-9][0-9]{3,}|[0-9]{5,}$") {
        return 403;
    }
    proxy_pass http://navidrome_backend;
}

location ~ ^/share/img/ {
    # Apply similar restrictions for shared images
    if ($arg_size ~* "^[3-9][0-9]{3,}|[0-9]{5,}$") {
        return 403;
    }
    proxy_pass http://navidrome_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNavidrome

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Navidrome Release v0.60.0

  • GitHub Security Advisory GHSA-hrr4-3wgr-68x3
  • Related CVEs
  • CVE-2026-25578: Navidrome XSS Vulnerability

  • CVE-2025-48949: Navidrome SQL Injection Vulnerability

  • CVE-2025-27112: Navidrome Auth Bypass 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