
CVE-2025-52691
Status: 🔥 Critical — Immediate action required CVSS v3.1 Score: 10.0 / 10 Disclosure Date: December 29–30, 2025
CVE-2025-52691 is a critical, unauthenticated arbitrary file upload vulnerability affecting SmarterTools SmarterMail Server. Exploitation can lead directly to Remote Code Execution (RCE) and full server compromise.
| Category | Details |
|---|---|
| Product | SmarterTools SmarterMail |
| Affected Versions | Builds ≤ 9406 |
| Fixed Version | Build 9413 or later |
| Attack Vector | 🌐 Network |
| Authentication Required | ❌ None |
| User Interaction | ❌ None |
| CWE | CWE-434 — Unrestricted File Upload |
| Impact Scope | Changed |
| Confidentiality | 🔴 High |
| Integrity | 🔴 High |
| Availability | 🔴 High |
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
An unauthenticated remote attacker can:
✅ Upload arbitrary files to any server location ✅ Place malicious executables or web shells ✅ Execute arbitrary code on the mail server ✅ Gain full system control ✅ Abuse mail infrastructure for spam, phishing, or lateral movement
⚠️ Because mail servers are usually Internet-exposed, the real-world risk is extremely high.
| Factor | Risk |
|---|---|
| Exploit Complexity | 🟢 Low |
| Privileges Needed | 🟢 None |
| Exposure | 🔴 Internet-facing |
| Potential Damage | 🔴 Full compromise |
Overall Risk Level: 🚨 CRITICAL
🚫 No widely published public PoC (as of now)
⚠️ High likelihood of active exploitation due to:
CVE Assigned By: Cyber Security Agency (CSA), Singapore
Referenced By:
Save the template
Copy the YAML into a file: cve-2025-52691.yaml
Install/Update Nuclei (if needed)
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
Run on a single target
nuclei -t cve-2025-52691.yaml -u https://your-smartermail-domain.com
Run on multiple targets (from a file called targets.txt)
nuclei -t cve-2025-52691.yaml -l targets.txt
Optional useful flags
-v → see more details-o results.txt → save output-silent → show only matchesThat's it! If it finds a vulnerable version (< Build 9413), it will alert you.
Reminder: Only scan systems you own or have permission for. 😊