CVE-2024-47062

Scores

EPSS

0.862high86.2%
0%20%40%60%80%100%

Percentile: 86.2%

CVSS

9.4critical4.0
0246810

CVSS Score: 9.4/10

All CVSS Scores

CVSS 4.0
9.4

Vector: 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

CVSS 3.x
8.8

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

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.

Scaner-VS 7 — a modern vulnerability management solution

Uses this database for vulnerability detection. High-speed search, cross-platform, advanced configuration audit, and flexible filtering. Suitable for organizations of any size.
Learn more about Scaner-VS 7

Sources

anchore_overridesnvdredhat

CWEs

CWE-89

Related Vulnerabilities

Exploits

Exploit ID: CVE-2024-47062

Source: github-poc

URL: https://github.com/saisathvik1/CVE-2024-47062

Vulnerable Software (3)

Type: Configuration

Operating System:

Trait:
{  "children": [    {      "cpe_match": [        {          "cpe23uri": "cpe:2.3:a:navidrome:navidrome:*:*:*:*:*:go:*:*",          "versionEndExcluding": "0.53.0"        }      ],      "negat...

Source: anchore_overrides

Type: Configuration

Product: navidrome

Operating System: altlinux

Trait:
{  "fixed": "0:0.54.3-alt1"}

Source: redhat

Type: Configuration

Vendor: *

Product: navidrome

Operating System: * * *

Trait:
{  "cpe_match": [    {      "cpe23uri": "cpe:2.3:a:navidrome:navidrome:*:*:*:*:*:*:*:*",      "versionEndExcluding": "0.53.0",      "vulnerable": true    }  ],  "operator": "OR"}

Source: nvd

End of list