Vulnerabilities (CVE)

Filtered by vendor Navidrome
Filtered by product Navidrome
Angry Yack Logo
Total 11 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2026-25578 1 Navidrome 1 Navidrome 2026-02-18 N/A 6.1 MEDIUM
Navidrome is an open source web-based music collection server and streamer. Prior to version 0.60.0, a cross-site scripting vulnerability in the frontend allows a malicious attacker to inject code through the comment metadata of a song to exfiltrate user credentials. This issue has been patched in version 0.60.0.
CVE-2026-25579 1 Navidrome 1 Navidrome 2026-02-18 N/A 6.5 MEDIUM
Navidrome is an open source web-based music collection server and streamer. Prior to version 0.60.0, 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 ...

Show More

CVE-2024-32963 1 Navidrome 1 Navidrome 2025-08-26 N/A 4.2 MEDIUM
Navidrome is an open source web-based music collection server and streamer. In affected versions of Navidrome are subject to a parameter tampering vulnerability where an attacker has the ability to manipulate parameter values in the HTTP requests. The attacker is able to change the parameter values in the body and successfully impersonate another user. In this case, the attacker created a playlist, added song, posted arbitrary comment, set the playlist to be public, and put the admin as the owne ...

Show More

CVE-2024-47062 1 Navidrome 1 Navidrome 2025-08-26 N/A 8.8 HIGH
Navidrome is an open source web-based music collection server and streamer. Navidrome automatically adds parameters in the URL to SQL queries. This can be exploited to access information by adding parameters like `password=...` in the URL (ORM Leak). Furthermore, the names of the parameters are not properly escaped, leading to SQL Injections. Finally, the username is used in a `LIKE` statement, allowing people to log in with `%` instead of their username. When adding parameters to the URL, they ...

Show More

CVE-2025-48948 1 Navidrome 1 Navidrome 2025-08-26 N/A 6.5 MEDIUM
Navidrome is an open source web-based music collection server and streamer. A permission verification flaw in versions prior to 0.56.0 allows any authenticated regular user to bypass authorization checks and perform administrator-only transcoding configuration operations, including creating, modifying, and deleting transcoding settings. In the threat model where administrators are trusted but regular users are not, this vulnerability represents a significant security risk when transcoding is ena ...

Show More

CVE-2025-48949 1 Navidrome 1 Navidrome 2025-08-26 N/A 9.8 CRITICAL
Navidrome is an open source web-based music collection server and streamer. Versions 0.55.0 through 0.55.2 have a vulnerability due to improper input validation on the `role` parameter within the API endpoint `/api/artist`. Attackers can exploit this flaw to inject arbitrary SQL queries, potentially gaining unauthorized access to the backend database and compromising sensitive user information. Version 0.56.0 contains a patch for the issue.
CVE-2024-56362 1 Navidrome 1 Navidrome 2025-08-26 N/A 7.1 HIGH
Navidrome is an open source web-based music collection server and streamer. Navidrome stores the JWT secret in plaintext in the navidrome.db database file under the property table. This practice introduces a security risk because anyone with access to the database file can retrieve the secret. This vulnerability is fixed in 0.54.1.
CVE-2024-41259 1 Navidrome 1 Navidrome 2025-08-26 N/A 9.1 CRITICAL
Use of insecure hashing algorithm in the Gravatar's service in Navidrome v0.52.3 allows attackers to manipulate a user's account information.
CVE-2025-27112 1 Navidrome 1 Navidrome 2025-02-27 N/A 6.5 MEDIUM
Navidrome is an open source web-based music collection server and streamer. Starting in version 0.52.0 and prior to version 0.54.5, in certain Subsonic API endpoints, a flaw in the authentication check process allows an attacker to specify any arbitrary username that does not exist on the system, along with a salted hash of an empty password. Under these conditions, Navidrome treats the request as authenticated, granting access to various Subsonic endpoints without requiring valid credentials. A ...

Show More

CVE-2023-51442 1 Navidrome 1 Navidrome 2024-11-21 N/A 8.6 HIGH
Navidrome is an open source web-based music collection server and streamer. A security vulnerability has been identified in navidrome's subsonic endpoint, allowing for authentication bypass. This exploit enables unauthorized access to any known account by utilizing a JSON Web Token (JWT) signed with the key "not so secret". The vulnerability can only be exploited on instances that have never been restarted. Navidrome supports an extension to the subsonic authentication scheme, where a JWT can be ...

Show More

CVE-2022-23857 1 Navidrome 1 Navidrome 2024-11-21 4.0 MEDIUM 6.5 MEDIUM
model/criteria/criteria.go in Navidrome before 0.47.5 is vulnerable to SQL injection attacks when processing crafted Smart Playlists. An authenticated user could abuse this to extract arbitrary data from the database, including the user table (which contains sensitive information such as the users' encrypted passwords).