---
id: CVE-2024-32963
aliases:
  - GHSA-4jrx-5w4h-3gpm
  - GO-2024-2803
title: Navidrome Parameter Tampering vulnerability
summary: Navidrome Parameter Tampering vulnerability
severity: medium
cvss: 4.2
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N'
vendor: navidrome
product: github.com/navidrome/navidrome
ecosystem: go
affected:
  - github.com/navidrome/navidrome < 0.52.0
patched:
  - github.com/navidrome/navidrome 0.52.0
published: '2024-05-01'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:13.171521821Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4jrx-5w4h-3gpm'
references:
  - url: >-
      https://github.com/navidrome/navidrome/security/advisories/GHSA-4jrx-5w4h-3gpm
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-32963'
  - url: 'https://github.com/navidrome/navidrome'
tags:
  - osv
  - go
epss: 0.00413
epssPercentile: 0.353
ingestedAt: '2026-09-12T03:13:01.753Z'
---

## Overview

### Summary
Parameter tampering is a vulnerability where an attacker has the ability to manipulate parameter values in the HTTP requests.

### Details
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 owner of the playlist.

### Impact
Each known user is impacted. An attacker can obtain the ownerId from shared playlist information, meaning every user who has shared a playlist is also impacted, as they can be impersonated.

## Affected packages

- `github.com/navidrome/navidrome < 0.52.0`

## Remediation

Upgrade to a patched release:

- `github.com/navidrome/navidrome 0.52.0`
