CVE-2025-41735
Published: 18 November 2025
Summary
CVE-2025-41735 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Metz-Connect Ewio2-M Firmware. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 46.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of uploaded files to block dangerous types and arbitrary placements, addressing the core missing file check vulnerability.
Enforces access controls to prevent low-privileged remote users from writing files to unauthorized system locations.
Restricts classes of allowed information inputs, such as prohibiting dangerous file types that could lead to RCE.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The vulnerability enables unrestricted arbitrary file upload to any location, leading to remote code execution over the network, directly facilitating T1190: Exploit Public-Facing Application.
NVD Description
A low privileged remote attacker can upload any file to an arbitrary location due to missing file check resulting in remote code execution.
Deeper analysisAI
CVE-2025-41735, published on 2025-11-18, is a high-severity vulnerability (CVSS 8.8, CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) classified under CWE-434 (Unrestricted Upload of File with Dangerous Type). It arises from a missing file check that permits arbitrary file uploads to any location on the affected system, enabling remote code execution.
A low-privileged remote attacker can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows the attacker to achieve high confidentiality, integrity, and availability impacts, including full remote code execution on the target system.
For mitigation details, refer to the advisory at https://certvde.com/de/advisories/VDE-2025-097.
Details
- CWE(s)