CVE-2024-47062

HIGH NUCLEI LAB

Navidrome - ORM Leak, SQL Injection

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2024-47062. PoCs published by saisathvik1. A Nuclei detection template is also available.

AI-analyzed exploit summary This repository contains a functional PoC for CVE-2024-47062, demonstrating a SQL injection vulnerability in an unspecified web application. The exploit includes authentication bypass, data exfiltration via SQLi, and decryption of sensitive data.

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.

Exploits (1)

nomisec WORKING POC
by saisathvik1 · poc
https://github.com/saisathvik1/CVE-2024-47062

This repository contains a functional PoC for CVE-2024-47062, demonstrating a SQL injection vulnerability in an unspecified web application. The exploit includes authentication bypass, data exfiltration via SQLi, and decryption of sensitive data.

Classification
Working Poc 95%
Attack Type
Sqli
Complexity
Moderate
Reliability
Reliable
Target: Unspecified web application (likely a custom system with JWT authentication)
Auth required
Prerequisites: Valid credentials for initial authentication · Access to the target application's login endpoint
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Nuclei Templates (1)

Navidrome < 0.53.0 - Authenticated SQL Injection
CRITICALVERIFIEDby iamnoooob,rootxharsh,pdresearch
Shodan: html:"content="Navidrome""

References (1)

Core 1
Core References

Scores

CVSS v3 8.8
EPSS 0.8513
EPSS Percentile 99.4%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Lab Environment

COMMUNITY
Community Lab
docker pull deluan/navidrome:0.52.5

Details

CWE
CWE-89
Status published
Products (2)
navidrome/navidrome < 0.53.0
navidrome/navidrome 0 - 0.53.0Go
Published Sep 20, 2024
Tracked Since Feb 18, 2026