Improper input validation in Nodemailer
CVE-2026-100699
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 'user@example.com 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.
Vulnerability class: Drupalgeddon 2 (CVE-2018-7600)
Published .
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
Weakness classification (CWE)
References
- github.com/nodemailer/nodemailer/security/advisories/GHSA-g57g-f23g-4646 (vendor-advisory)
- www.vulncheck.com/advisories/nodemailer-before-10.0.9-malformed-envelope-recipi… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100699?
- CVE-2026-100699 is a medium-severity vulnerability in Nodemailer, classified under Improper Input Validation. CVSS score: 5.3/10. Published 2026-09-26.
- How severe is CVE-2026-100699?
- Medium severity. CVSS v3 base score is 5.3 out of 10.