CVE-2025-66254
CriticalSummary
An unauthenticated attacker can use the deleteupgrade parameter in upgrade_contents.php to delete arbitrary files in /var/www/upload/ without extension or path sanitization, potentially removing critical system files.
Risk Assessment
Risk of system file deletion, potentially causing device malfunction or requiring recovery from backup.
Recommendation
Secure the upgrade_contents.php endpoint against unauthorized access and implement path and extension validation.
Other vulnerabilities in Mozart FM Transmitter
See all- CVE-2025-66255Critical
An unauthenticated attacker can upload arbitrary files to the upgrade_contents.php endpoint in Mozart FM Transmitter. Missing signature validation allows malicious firmware injection, potentially leading to remote code execution.
- CVE-2025-66253Critical
The start_upgrade.php endpoint passes user-controlled filename directly to exec() without sanitization. An unauthenticated attacker can inject arbitrary shell commands, achieving remote code execution as the web server user (likely root).
- CVE-2025-66251Critical
An unauthenticated attacker can exploit the deletehidden parameter to perform path traversal and delete arbitrary .tgz files on the Mozart FM Transmitter.
- CVE-2025-66250Critical
An unauthenticated attacker can upload arbitrary files via /var/tdf/status_contents.php in Mozart FM Transmitters. This allows remote code execution or full device compromise.
- CVE-2025-63228Critical
The Mozart FM Transmitter web management interface on version WEBMOZZI-00287 contains an unauthenticated file upload vulnerability in the /upload_file.php endpoint. An attacker can exploit this by sending a crafted POST request with a malicious file (e.g., a PHP webshell) to the server. The uploaded file is stored in the /upload/ directory, enabling remote code execution and full system compromise.
Original NVD description (English source)
Unauthenticated Arbitrary File Deletion (upgrade_contents.php) in DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter versions 30, 50, 100, 300, 500, 1000, 2000, 3000, 3500, 6000, 7000 allows an attacker to perform The deleteupgrade parameter allows unauthenticated deletion of arbitrary files. The `deleteupgrade` parameter in `/var/www/upgrade_contents.php` allows unauthenticated deletion of arbitrary files in `/var/www/upload/` without any extension restriction or path sanitization, enabling attackers to remove critical system files.

