CVE-2026-100699
Last modified
CVE-2026-100699 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nodemailer | nodemailer | >= 9.1.0, < 10.0.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-100699?
How severe is CVE-2026-100699?
How do I fix CVE-2026-100699?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-100693Hugo versions from v0.162.0 before v0.166.0 contain a case-s…8.4
- CVE-2026-100694Hugo is a static site generator. In versions from v0.56.0 th…6.1
- CVE-2026-100695Adminer before 6.0.2 contains a cross-site scripting vulnera…6.1
- CVE-2026-100696Adminer 4.16.0 through 6.0.1 contain a pre-authentication Se…5.8
- CVE-2026-100697Adminer 6.0.0 through 6.0.1, when the official ClickHouse dr…8.6
- CVE-2026-100698Adminer 5.5.1 through 6.0.1 improperly parses the login 'ser…5.8
- CVE-2026-1007Incorrect Authorization vulnerability in virtual gateway com…7.6
- CVE-2026-10070A vulnerability was found in macrozheng mall up to 1.0.3. Th…5.1
- CVE-2026-100700nodemailer before 10.0.6 contains a denial of service vulner…7.5
- CVE-2026-100701Nodemailer versions 5.0.0 through 10.0.1 use a process-globa…5.9
- CVE-2026-100702Nodemailer before 10.0.2 fails to properly flatten deeply ne…5.9
- CVE-2026-100703Kyverno 1.16.0 through 1.19.0 registers the globalcontext.Li…7.7
Are you affected by CVE-2026-100699?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
