CVE-2024-47062
Last modified
CVE-2024-47062 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Navidrome is an open source web-based music collection server and streamer. Navidrome automatically adds parameters in the URL to SQL queries. EPSS estimates a 4.49% chance of exploitation in the next 30 days.
Description
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 are automatically included in an SQL `LIKE` statement (depending on the parameter's name). This allows attackers to potentially retrieve arbitrary information. For example, attackers can use the following request to test whether some encrypted passwords start with `AAA`. This results in an SQL query like `password LIKE 'AAA%'`, allowing attackers to slowly brute-force passwords. When adding parameters to the URL, they are automatically added to an SQL query. The names of the parameters are not properly escaped. This behavior can be used to inject arbitrary SQL code (SQL Injection). These vulnerabilities can be used to leak information and dump the contents of the database and have been addressed in release version 0.53.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Navidrome | Navidrome | < 0.53.0 |
References
- https://github.com/navidrome/navidrome/security/advisories/GHSA-58vj-cv5w-v4v6Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-47062?
How severe is CVE-2024-47062?
How do I fix CVE-2024-47062?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-47057SummaryThis advisory addresses a security vulnerability in M…5.3
- CVE-2024-47058With access to edit a Mautic form, the attacker can add Cros…4.8
- CVE-2024-47059When logging in with the correct username and incorrect weak…4.3
- CVE-2024-4706The WordPress + Microsoft Office 365 / Azure AD | LOGIN plug…6.4
- CVE-2024-47060Zitadel is an open source identity management platform. In Z…6.5
- CVE-2024-47061Plate is a javascript toolkit that makes it easier for you t…8.3
- CVE-2024-47063Computer Vision Annotation Tool (CVAT) is an interactive vid…6.1
- CVE-2024-47064Computer Vision Annotation Tool (CVAT) is an interactive vid…6.1
- CVE-2024-47065Meshtastic is an open source mesh networking solution. Prior…6.5
- CVE-2024-47066Lobe Chat is an open-source artificial intelligence chat fra…8.8
- CVE-2024-47067AList is a file list program that supports multiple storages…6.1
- CVE-2024-47068Rollup is a module bundler for JavaScript. Versions prior to…6.1
Are you affected by CVE-2024-47062?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
