🛡️ CVE-2025-48948 — navidrome

🟠 CVSS 8.0 — High ✅ No Known Exploit CWE-863 NVD
8.0
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Navidrome Transcoding Permission Bypass Vulnerability Report

Summary

A permission verification flaw in Navidrome allows any authenticated regular user to bypass authorization checks and perform administrator-only transcoding configuration operations, including creating, modifying, and deleting transcoding settings.

Details

Navidrome supports transcoding functionality which, although disabled by default, should restrict configuration operations to administrators only. However, the application fails to properly validate whether a user has administrative privileges when handling transcoding configuration requests.

The vulnerability exists in the API endpoints that manage transcoding settings. When a regular user sends requests to these endpoints, the application processes them without verifying if the user has administrative privileges, despite the JWT token clearly indicating the user is not an administrator ("adm":false).

The affected endpoints include:

  • POST /api/transcoding (Create transcoding configuration)
  • PUT /api/transcoding/:id (Update transcoding configuration)
  • DELETE /api/transcoding/:id (Delete transcoding configuration)
  • GET /api/transcoding (List transcoding configurations)

PoC

1. Set up Navidrome with transcoding enabled

2. Log in as a regular user (non-administrator)

3. Send the following HTTP request:

```

POST /api/transcoding HTTP/1.1

Host: 192.168.199.134:4533

Content-Length: 81

x-nd-client-unique-id: e559d130-4295-401e-b65f-be7fdd564e

accept: application/json

x-nd-authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhZG0iOmZhbHNlLCJleHAiOjE3NDY2MzIyNDEsImlhdCI6MTc0NjQ1ODk5NiwiaXNzIjoiTkQiLCJzdWIiOiJ1c2VyMSIsInVpZCI6InV3THJGcWxXNHhnNEt4QjNxMk85eTYifQ.jqv2eESY8QTAHY-oLbBmO0v8IyDXrofvXqQgXSrJ6SM

User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.125 Safari/537.36

content-type: application/json

Origin: http://192.168.199.134:4533

Referer: http://192.168.199.134:4533/app/

Accept-Encoding: gzip, deflate

Accept-Language: zh-CN,zh;q=0.9

{"defaultBitRate":192,"name":"trans6","command":"tran6","targetFormat":"tran6"}

```

4. The request will succeed despite the JWT token clearly indicating the user is not an administrator ("adm":false)

5. The same operation can be performed with administrator credentials, confirming that no authorization check is being performed

Impact

This vulnerability allows regular users to modify critical system configurations that should be restricted to administrators only. While Navidrome does not recommend enabling transcoding in production environments, when it is enabled, proper authorization checks should still be enforced.

The security impact includes:

1. Privilege Escalation: Regular users can perform administrator-only actions

2. System Configuration Tampering: Unauthorized users can modify transcoding settings, potentially affecting system performance or functionality

3. Potential Command Injection: Since transcoding settings include command parameters, this could potentially lead to command injection if not properly sanitized

In the threat model where administrators are trusted but regular users are not, this vulnerability represents a significant security risk when transcoding is enabled.

How this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality none, integrity high, availability none.

Weakness class

CVE-2025-48948 is classified as CWE-863: Incorrect Authorization. An authorisation check runs but reaches the wrong conclusion, permitting actions it should refuse.

Affected software

CVE-2025-48948 is recorded against 2 packages.

  • github.com/navidrome/navidrome
  • navidrome (fixed in 0.56.0)

Timeline and source

Published on 29 May 2025 and last revised on 3 March 2026. No public exploit is currently recorded for this entry. A vendor advisory or fix has been published. Record sourced from NVD.

References

github.com (Web)
nvd.nist.gov (Advisory)
github.com (Web)
github.com (Web)
github.com (Package)

Details

Severity HIGH
CVSS Score 8.0
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CWE CWE-863
Public Exploit ✅ No
Source NVD
Published 2025-05-29
Updated 2026-08-12
Modified 2026-03-03

Affected Packages

Software From version Fixed in
github.com/navidrome/navidrome
navidrome 0.56.0

Similar Threats

Site Security Check

Is navidrome part of your stack?

CVE-2025-48948 is rated CVSS 8.0 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.