Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/vulndb: potential Go vuln in github.com/navidrome/navidrome: CVE-2023-51442 #2417

Closed
GoVulnBot opened this issue Dec 21, 2023 · 1 comment
Assignees

Comments

@GoVulnBot
Copy link

CVE-2023-51442 references github.com/navidrome/navidrome, which may be a Go module.

Description:
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 provided using a jwt query parameter instead of the traditional password or token and salt (corresponding to resp. the p or t and s query parameters). This authentication bypass vulnerability potentially affects all instances that don't protect the subsonic endpoint /rest/, which is expected to be most instances in a standard deployment, and most instances in the reverse proxy setup too (as the documentation mentions to leave that endpoint unprotected). This issue has been patched in version 0.50.2.

References:

Cross references:

See doc/triage.md for instructions on how to triage this report.

id: GO-ID-PENDING
modules:
    - module: github.com/navidrome/navidrome
      vulnerable_at: 0.50.2
      packages:
        - package: navidrome
cves:
    - CVE-2023-51442
references:
    - advisory: https://github.com/navidrome/navidrome/security/advisories/GHSA-wq59-4q6r-635r
    - fix: https://github.com/navidrome/navidrome/commit/1132abb0135d1ecaebc41ed97a1e908a4ae02f7c

@jba jba self-assigned this Dec 21, 2023
@jba jba added the duplicate label Jan 3, 2024
@jba
Copy link
Contributor

jba commented Jan 3, 2024

Duplicate of #2414

@jba jba marked this as a duplicate of #2414 Jan 3, 2024
@tatianab tatianab closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants