CVE-2025-10326
Published: 12 September 2025
Summary
CVE-2025-10326 is a medium-severity Command Injection (CWE-77) vulnerability in Sourcefabric Rpi-Jukebox-Rfid. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in public-facing web API (/htdocs/api/playlist/single.php) enables exploitation of public-facing application (T1190), indirect command execution (T1202 as cited in advisory), and Unix shell command execution (T1059.004) on Linux-based Raspberry Pi system.
NVD Description
A security flaw has been discovered in MiczFlor RPi-Jukebox-RFID up to 2.8.0. Affected is an unknown function of the file /htdocs/api/playlist/single.php. Performing manipulation of the argument playlist results in os command injection. The attack can be initiated remotely. The exploit…
more
has been released to the public and may be exploited. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2025-10326 is an OS command injection vulnerability (CWE-77, CWE-78) in MiczFlor RPi-Jukebox-RFID versions up to 2.8.0. The issue affects an unknown function in the file /htdocs/api/playlist/single.php, where manipulation of the 'playlist' argument enables command injection. Published on 2025-09-12, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).
The vulnerability is exploitable remotely over the network by attackers possessing low privileges. Exploitation allows execution of arbitrary OS commands, resulting in low impacts to confidentiality, integrity, and availability.
Advisories on VulDB and GitHub references, including a proof-of-concept exploit, detail the issue but note no vendor response despite early notification. No patches or official mitigations are available. The public exploit release indicates potential for active exploitation.
Details
- CWE(s)