Cyber Resilience

CVE-2025-10328

LowPublic PoC

Published: 12 September 2025

Published
12 September 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
EPSS Score 0.0128 80.0th percentile
Risk Priority 5 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-10328 is a low-severity Command Injection (CWE-77) vulnerability in Sourcefabric Rpi-Jukebox-Rfid. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 20.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and CM-7 (Least Functionality).

Deeper analysis

A security vulnerability has been detected in MiczFlor RPi-Jukebox-RFID up to version 2.8.0. The issue affects an unknown function in the file /htdocs/api/playlist/playsinglefile.php, where manipulation of the File argument enables OS command injection. The flaw is tracked under CWE-77 and CWE-78, carries a CVSS 4.0 score of 2.1, and can be triggered remotely.

An authenticated remote attacker with low privileges can supply a crafted File parameter to execute operating system commands on the target system, resulting in limited impacts to confidentiality, integrity, and availability. The exploit has been made public and does not require user interaction.

No vendor patch or mitigation guidance is available. The vendor was notified prior to disclosure but did not respond.

The exploit proof-of-concept is hosted on GitHub, yet the associated EPSS score remains flat at 0.0128 with no material increase since publication.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
T1202 Indirect Command Execution Stealth
Adversaries may abuse utilities that allow for command execution to bypass security restrictions that limit the use of command-line interpreters.
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.

CVEs Like This One

CVE-2025-10327Same product: Sourcefabric Rpi-Jukebox-Rfid
CVE-2025-10326Same product: Sourcefabric Rpi-Jukebox-Rfid
CVE-2025-7414Shared CWE-77, CWE-78
CVE-2025-8828Shared CWE-77, CWE-78
CVE-2025-14586Shared CWE-77, CWE-78
CVE-2025-11138Shared CWE-77, CWE-78
CVE-2025-9026Shared CWE-77, CWE-78
CVE-2025-8829Shared CWE-77, CWE-78
CVE-2025-8259Shared CWE-77, CWE-78
CVE-2025-9575Shared CWE-77, CWE-78

Affected Assets

sourcefabric
rpi-jukebox-rfid
≤ 2.8.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the File argument in playsinglefile.php to block malicious OS command payloads before execution.

prevent

Enforces boundary protections that can restrict or deny remote network access to the vulnerable /api/playlist/playsinglefile.php endpoint.

prevent

Limits system functionality by disabling or removing the exposed playsinglefile.php endpoint when the feature is not required.

References