๐Ÿ” CVE Alert

CVE-2026-100699

MEDIUM 5.3

Nodemailer before 10.0.9 Malformed Envelope Recipient via RFC 5322 Comment

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Nodemailer is a Node.js email-sending library. In versions >= 9.1.0 and < 10.0.9, the address parser (src/addressparser) mishandles addresses whose local-part is a quoted string and that are followed by RFC 5322 comments, allowing trailing comment-separated domain atoms to be retained in the normalized address. For example, the input "user"@example.com(x)evil.com is parsed to the address value '[email protected] evil.com', which contains additional attacker-controlled domain text separated by a literal space. This parsed value is used without further strict recipient validation when the message envelope is built (envelope.to in src/mime-node), so a malformed/ambiguous recipient address can be accepted and placed in the SMTP envelope. Whether this results in delivery to an unintended recipient on real SMTP servers has not been confirmed. The issue is a variant of the RFC 5322 comment parsing problem addressed in GHSA-cc9r-2j5m-2m83, affecting the separate quoted-local-part code path. Version 10.0.9 contains a fix.

CWE CWE-20
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:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

nodemailer / nodemailer
9.1.0 < 10.0.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nodemailer/nodemailer/security/advisories/GHSA-g57g-f23g-4646 vulncheck.com: https://www.vulncheck.com/advisories/nodemailer-before-10.0.9-malformed-envelope-recipient-via-rfc-5322-comment

Credits

๐Ÿ” ZeroXJacks