Cyber Posture

CVE-2025-66257

CriticalPublic PoC

Published: 26 November 2025

Published
26 November 2025
Modified
03 December 2025
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0011 29.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Unauthenticated Arbitrary File Deletion (patch_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 deletepatch parameter allows unauthenticated deletion of arbitrary files. The…

more

`deletepatch` parameter in `patch_contents.php` allows unauthenticated deletion of arbitrary files in `/var/www/patch/` directory without sanitization or access control checks.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Enforces approved authorizations for access to the patch_contents.php delete function, directly addressing the lack of access control checks allowing unauthenticated arbitrary file deletion.

prevent

Requires validation of the deletepatch parameter to prevent external control of file names or paths in the /var/www/patch/ directory.

prevent

Limits permitted actions without identification or authentication, preventing unauthenticated file deletion via the exposed web endpoint.

Security SummaryAI

CVE-2025-66257 is an unauthenticated arbitrary file deletion vulnerability affecting DB Electronica Telecomunicazioni S.p.A. Mozart FM Transmitter devices in versions 30, 50, 100, 300, 500, 1000, 2000, 3000, 3500, 6000, and 7000. The issue resides in the `patch_contents.php` script, where the `deletepatch` parameter enables attackers to delete arbitrary files within the `/var/www/patch/` directory. This occurs without any sanitization or access control checks, stemming from CWE-73 (External Control of File Name or Path). The vulnerability carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H), indicating critical severity due to high impact on integrity and availability.

Any unauthenticated attacker with network access to the affected device can exploit this vulnerability remotely with low complexity and no user interaction required. By sending a crafted request to `patch_contents.php` manipulating the `deletepatch` parameter, the attacker can specify and delete any file in the `/var/www/patch/` directory, potentially disrupting firmware patching processes, corrupting update files, or causing service outages on the FM transmitter.

Advisories detailing the vulnerability are available at https://www.abdulmhsblog.com/posts/webfmvulns/, which researchers should consult for specific mitigation guidance or patches, as no additional details on fixes are provided in the CVE record. The vulnerability was published on 2025-11-26.

Details

CWE(s)

Affected Products

dbbroadcast
mozart next 100 firmware
all versions
dbbroadcast
mozart next 1000 firmware
all versions
dbbroadcast
mozart next 2000 firmware
all versions
dbbroadcast
mozart next 30 firmware
all versions
dbbroadcast
mozart next 300 firmware
all versions
dbbroadcast
mozart next 3000 firmware
all versions
dbbroadcast
mozart next 3500 firmware
all versions
dbbroadcast
mozart next 50 firmware
all versions
dbbroadcast
mozart next 500 firmware
all versions
dbbroadcast
mozart next 6000 firmware
all versions
+12 more product configuration(s) — see NVD for full list

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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Unauthenticated remote exploitation of public-facing web application (patch_contents.php) enables arbitrary file deletion in /var/www/patch/, disrupting services and causing outages.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References