๐Ÿ” CVE Alert

CVE-2026-100701

MEDIUM 5.9

Nodemailer 5.0.0 through 10.0.1 TLS servername Cache Confusion

CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

Nodemailer versions 5.0.0 through 10.0.1 use a process-global DNS cache that is keyed only by the DNS host, while each cache entry also stores the caller-specific TLS servername. When two direct TLS/SMTPS transports (secure: true) resolve the same non-IP host with different tls.servername values, the first transport's servername is returned on the cache hit and overwrites the second transport's explicitly configured value, so Nodemailer sends the wrong SNI value and validates the peer certificate against the wrong identity. In multi-tenant services or SNI-routed SMTP gateways, an attacker who can prime the cache can cause a victim transport to connect to the attacker's TLS virtual host and accept the attacker's certificate even with rejectUnauthorized: true, disclosing the victim's SMTP credentials. Fixed in 10.0.2.

CWE CWE-295
Vendor nodemailer
Product nodemailer
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for nodemailer nodemailer

Be the first to know when new medium vulnerabilities affecting nodemailer nodemailer are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

nodemailer / nodemailer
5.0.0 < 10.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nodemailer/nodemailer/security/advisories/GHSA-6vj9-mwq6-2f5v vulncheck.com: https://www.vulncheck.com/advisories/nodemailer-5.0.0-through-10.0.1-tls-servername-cache-confusion

Credits

๐Ÿ” ry2811