Miczflor · Rpi-Jukebox-Rfid · CVE-2025-63951
**Name of the Vulnerable Software and Affected Versions**
MiczFlor RPi-Jukebox-RFID versions prior to commit 4b2334f0ae0e87c0568876fc41c48c38aa9a7014 (2025-10-07)
**Description**
An insecure deserialization issue exists in the `rss-mp3.php` script. The `rss` GET parameter receives data that is directly passed to the `unserialize()` function without validation. This allows a remote, unauthenticated attacker to inject arbitrary PHP objects, potentially leading to errors or a denial of service. The `unserialize()` function is a PHP function used to convert a serialized string into an object. Without proper validation, it can be exploited to execute arbitrary code.
**Recommendations**
Versions prior to commit 4b2334f0ae0e87c0568876fc41c48c38aa9a7014 (2025-10-07) should be updated.