Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/navidrome/navidrome
  4. ›
  5. CVE-2026-25579

CVE-2026-25579: Navidrome affected by Denial of Service and disk exhaustion via oversized `size` parameter in `/rest/getCoverArt` and `/share/img/<token>` endpoints

February 4, 2026 (updated February 5, 2026)

Authenticated users can crash the Navidrome server by supplying an excessively large size parameter to /rest/getCoverArt 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. This triggers the Linux OOM killer, terminates the Navidrome process, and results in a full service outage.

If the system has sufficient memory and survives the allocation, Navidrome then writes these extremely large resized images into its cache directory, allowing an attacker to rapidly exhaust server disk space as well.

References

  • github.com/advisories/GHSA-hrr4-3wgr-68x3
  • github.com/navidrome/navidrome
  • github.com/navidrome/navidrome/releases/tag/v0.60.0
  • github.com/navidrome/navidrome/security/advisories/GHSA-hrr4-3wgr-68x3
  • nvd.nist.gov/vuln/detail/CVE-2026-25579

Code Behaviors & Features

Detect and mitigate CVE-2026-25579 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.60.0

Fixed versions

  • 0.60.0

Solution

Upgrade to version 0.60.0 or above.

Impact 8.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling
  • CWE-789: Memory Allocation with Excessive Size Value

Source file

go/github.com/navidrome/navidrome/CVE-2026-25579.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 18 Feb 2026 00:17:09 +0000.