Skip to main content

SmarterMail CVE-2026-40514

| EUVDEUVD-2026-25856 HIGH
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) (CWE-338)
2026-04-27 VulnCheck
8.2
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
8.2 HIGH
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.9 MEDIUM

Network-reachable and unauthenticated (AV:N/PR:N), but AC:H for the multi-request seed brute force via the oracle; confidentiality-only (C:H, I:N/A:N) since content is read, not altered.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Analysis Generated
Jul 24, 2026 - 01:58 vuln.today
Severity Changed
Apr 27, 2026 - 15:22 NVD
MEDIUM HIGH
CVSS changed
Apr 27, 2026 - 15:22 NVD
5.9 (MEDIUM) 8.2 (HIGH)
EUVD ID Assigned
Apr 27, 2026 - 15:00 euvd
EUVD-2026-25856
Patch released
Apr 27, 2026 - 15:00 nvd
Patch available
CVE Published
Apr 27, 2026 - 14:21 nvd
HIGH 8.2

DescriptionCVE.org

SmarterTools SmarterMail builds prior to 9610 contain a cryptographic weakness in the file and email sharing endpoints that use DES-CBC encryption with keys and initialization vectors derived from System.Random seeded with insufficient entropy, reducing the seed space to approximately 19,000 possible values. An unauthenticated attacker can use the attachment download endpoint as an oracle to determine the seed in use and derive encryption keys and initialization vectors to forge sharing tokens for arbitrary emails, attachments, or file storage contents without prior access to the targeted content.

AnalysisAI

Sharing-token forgery in SmarterTools SmarterMail builds before 9610 lets remote unauthenticated attackers decrypt and access arbitrary emails, attachments, and file-storage contents. The file/email sharing endpoints protect tokens with DES-CBC keys and IVs derived from System.Random seeded with only ~19,000 possible values, and the attachment download endpoint leaks enough information to act as an oracle for recovering the seed. No public exploit is identified at time of analysis, and EPSS is low (0.03%), consistent with the high-complexity, non-automatable oracle attack it requires.

Technical ContextAI

SmarterMail is a Windows/.NET commercial mail server and collaboration platform. The flaw is a CWE-338 (use of a cryptographically weak PRNG) issue: sharing tokens are encrypted with DES - itself a deprecated 56-bit block cipher - in CBC mode, but the real weakness is that the symmetric key and initialization vector are generated from .NET's System.Random, a non-cryptographic linear PRNG. Because System.Random is seeded with insufficient entropy, the effective seed space collapses to roughly 19,000 candidates. Since the same seed determines both key and IV for every sharing token, recovering the seed reconstructs the full keystream material, and the unauthenticated attachment download endpoint returns behavior that distinguishes correct from incorrect seed guesses, functioning as a decryption/validation oracle. The single affected CPE is cpe:2.3:a:smartertools_inc.:smartermail:*.

RemediationAI

Vendor-released patch: build 9610 (version 100.0.9610) - upgrade every SmarterMail instance to build 9610 or later per the SmarterTools release notes (https://www.smartertools.com/smartermail/release-notes/current). Until the upgrade is applied, reduce exposure by restricting reachability of the file/email sharing and attachment download endpoints: place the server behind a VPN or IP allowlist, or use a reverse proxy/WAF to block or rate-limit unauthenticated access to the attachment download endpoint that serves as the oracle, which raises the cost of the seed brute force at the expense of legitimate anonymous share-link access. Disabling public file/email sharing where it is not required removes the vulnerable token path entirely but breaks external sharing workflows. These are compensating controls only; because the root cause is weak key/IV generation, patching to build 9610 is the sole complete fix. Refer to the VulnCheck advisory (https://www.vulncheck.com/advisories/smartertools-smartermail-build-9610-cryptographic-weakness-via-weak-rng) for details.

CVE-2026-23760 CRITICAL POC
9.3 Jan 22

Full administrative takeover of SmarterTools SmarterMail (builds prior to 9511) is possible because the force-reset-pass

CVE-2026-24423 CRITICAL POC
9.3 Jan 23

SmarterTools SmarterMail prior to build 9511 contains a second critical vulnerability (CVE-2026-24423) — an unauthentica

CVE-2019-7214 CRITICAL POC
9.8 Apr 24

SmarterTools SmarterMail 16.x before build 6985 allows deserialization of untrusted data. Rated critical severity (CVSS

CVE-2019-7212 HIGH POC
8.2 Apr 24

SmarterTools SmarterMail 16.x before build 6985 has hardcoded secret keys. Rated high severity (CVSS 8.2), this vulnerab

CVE-2021-32234 CRITICAL
9.8 Nov 17

SmarterTools SmarterMail 16.x through 100.x before 100.0.7803 allows remote code execution. Rated critical severity (CVS

CVE-2023-48116 MEDIUM POC
5.4 Dec 21

SmarterTools SmarterMail 8495 through 8664 before 8747 allows stored XSS via a crafted description of a Calendar appoint

CVE-2023-48115 MEDIUM POC
5.4 Dec 21

SmarterTools SmarterMail 8495 through 8664 before 8747 allows stored DOM XSS because an XSS protection mechanism is skip

CVE-2023-48114 MEDIUM POC
5.4 Dec 21

SmarterTools SmarterMail 8495 through 8664 before 8747 allows stored XSS by using image/svg+xml and an uploaded SVG docu

CVE-2026-7807 HIGH
8.7 May 08

Authenticated attackers can read arbitrary JSON files from SmarterMail servers prior to build 9560 through a path traver

CVE-2012-2578 MEDIUM POC
4.3 Sep 19

Multiple cross-site scripting (XSS) vulnerabilities in SmarterMail 9.2 allow remote attackers to inject arbitrary web sc

CVE-2019-7213 MEDIUM
6.5 Apr 24

SmarterTools SmarterMail 16.x before build 6985 allows directory traversal. Rated medium severity (CVSS 6.5), this vulne

CVE-2021-43977 MEDIUM
6.1 Nov 17

SmarterTools SmarterMail 16.x through 100.x before 100.0.7803 allows XSS. Rated medium severity (CVSS 6.1), this vulnera

Share

CVE-2026-40514 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy