Site icon TheCyberThrone

CVE-2025-52691: Critical Unauthenticated RCE in SmarterMail

Advertisements

SmarterMail servers running builds prior to 9413 expose organizations to unauthenticated arbitrary file upload leading to remote code execution. Attackers can drop web shells anywhere on the server, turning mail infrastructure into command-and-control nodes.

Vulnerability Breakdown

CVE-2025-52691 stems from a .NET file upload handler lacking authorization and validation, allowing POST requests to place files in arbitrary paths like /App_Data/ or web roots.  Once uploaded, ASPX shells or binaries execute under the SmarterMail service account, enabling data exfiltration, lateral movement, or crypto-mining.  The endpoint processes multipart/form-data without checking ownership, extensions, or authentication.

Scope and Impact

Detection and Response

Hunt for indicators including anomalous file uploads in IIS/SmarterMail logs, new .aspx/.exe in /App_Data/ or web dirs, and outbound C2 from mail servers.

Remediation Roadmap

Upgrade to Build 9413+ immediately – vendor added auth checks, extension whitelisting, and path restrictions.
Interim hardening:

Vendor and Disclosure Timeline

Exit mobile version