LiveActive security incident?Get immediate response
CVE Record

CVE-2025-52691: Upload Arbitrary Files

Successful exploitation of the vulnerability could allow an unauthenticated attacker to upload arbitrary files to any location on the mail server, potentially enabling remote code execution.

CriticalCVSS 10Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-52691 is a critical SmarterMail file-upload flaw. An unauthenticated internet attacker could upload files to arbitrary locations on the mail server, potentially leading to remote code execution. Organizations running SmarterMail Build 9406 or earlier should treat this as urgent because mail servers are commonly internet-facing and business-critical.

Executive priority

Treat as immediate priority for any organization using SmarterMail. The flaw is critical, unauthenticated, network-reachable, and may enable remote code execution on mail servers. Confirm exposure and remediate affected builds before routine maintenance windows if systems are internet-facing.

Technical view

The issue is classified as CWE-434: unrestricted upload of dangerous file types. The CVSS 3.1 score is 10.0 with network access, low complexity, no privileges, and no user interaction. The source bundle lists SmarterMail Build 9406 and earlier as affected. Public exploit-related research is referenced, but KEV status is not confirmed.

Likely exposure

Highest exposure is internet-facing SmarterMail servers on Build 9406 or earlier. Internal-only deployments still carry risk if reachable by compromised users or systems. The bundle does not provide CPEs or deployment-specific indicators, so asset inventory and version checks are required.

Exploitation context

The vulnerability is remotely reachable and unauthenticated per the CVSS vector and description. A watchTowr GitHub reference is tagged as exploit-related in the bundle. CISA KEV is referenced, but the provided KEV flag is false, so active exploitation should not be stated as confirmed from these sources.

Researcher notes

Evidence supports a critical arbitrary file upload in SmarterMail Build 9406 and earlier. The bundle cites watchTowr exploit-related material and CISA KEV lookup, but marks KEV as false. No specific fixed build or compensating control is provided in the bundle; rely on vendor and CSA updates for exact remediation.

Mitigation direction

  • Inventory all SmarterMail deployments and identify exposed mail servers.
  • Check whether each server runs Build 9406 or earlier.
  • Follow SmarterTools or CSA guidance for fixed versions and updates.
  • Prioritize remediation for internet-facing systems first.
  • Restrict administrative and application exposure where business operations allow.
  • Review upload handling and server file integrity after remediation.

Validation and detection

  • Confirm SmarterMail build numbers from trusted administrative records.
  • Compare exposed systems against the affected Build 9406-and-earlier range.
  • Check vendor and CSA advisories for current remediation details.
  • Review logs for unusual upload activity or unexpected file creation.
  • Verify CISA KEV directly before making exploitation-status claims.
  • Document remediation status for each SmarterMail instance.
Prepared
Reviewed
Confidence
medium
Sources
5

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-52691 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
10 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2025-52691Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SmarterToolsSmarterMailSmarterMail versions Build 9406 and earlierunknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.