CVE-2025-10328
Published: 12 September 2025
Summary
CVE-2025-10328 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 28.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 vulnerability in public-facing web endpoint (/htdocs/api/playlist/playsinglefile.php) enables exploitation of public-facing application (T1190), indirect command execution via the vulnerable script (T1202), and remote execution of Unix shell commands (T1059.004) on Linux-based Raspberry Pi system.
NVD Description
A security vulnerability has been detected in MiczFlor RPi-Jukebox-RFID up to 2.8.0. Affected by this issue is some unknown functionality of the file /htdocs/api/playlist/playsinglefile.php. The manipulation of the argument File leads to os command injection. The attack may be initiated…
more
remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Deeper analysisAI
CVE-2025-10328 is an OS command injection vulnerability affecting MiczFlor RPi-Jukebox-RFID versions up to 2.8.0. The issue resides in the /htdocs/api/playlist/playsinglefile.php file, where manipulation of the "File" argument enables arbitrary command execution. This flaw, classified under CWE-77 and CWE-78, 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), indicating moderate severity with network accessibility and low attack complexity.
An attacker with low privileges (PR:L) can exploit this vulnerability remotely by crafting a malicious "File" parameter in requests to the affected endpoint, leading to OS command injection. Successful exploitation allows limited impacts: low-level disclosure of confidential information, modification of data or system state, and denial of service through availability disruption. The exploit has been publicly disclosed, increasing the risk of active use.
Advisories from VulDB and related disclosures, including a GitHub proof-of-concept at https://github.com/YZS17/CVE/blob/main/RPi-Jukebox-RFID/rce5.md, detail the vulnerability but report no vendor response despite early notification. No patches or official mitigations are available, leaving affected systems reliant on network controls, input validation, or disabling the endpoint.
The public availability of the exploit PoC heightens the urgency for users of RPi-Jukebox-RFID to monitor and restrict access to the API endpoint until further vendor action.
Details
- CWE(s)