Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/navidrome/navidrome
  4. ›
  5. GHSA-58vj-cv5w-v4v6

GHSA-58vj-cv5w-v4v6: Navidrome has Multiple SQL Injections and ORM Leak

September 20, 2024

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.

References

  • github.com/advisories/GHSA-58vj-cv5w-v4v6
  • github.com/navidrome/navidrome
  • github.com/navidrome/navidrome/commit/3107170afd9f557a10f7031f23cb3c9e975a71f9
  • github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6

Code Behaviors & Features

Detect and mitigate GHSA-58vj-cv5w-v4v6 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.53.0

Fixed versions

  • 0.53.0

Solution

Upgrade to version 0.53.0 or above.

Impact 8.8 HIGH

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

Learn more about CVSS

Weakness

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Source file

go/github.com/navidrome/navidrome/GHSA-58vj-cv5w-v4v6.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Wed, 14 May 2025 12:15:47 +0000.