CVE-2026-92597
Last modified
CVE-2026-92597 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Nodemailer versions >= 6.9.16 and < 9.1.0 mis-parse RFC 5322 comments in email addresses: in lib/addressparser, a comment closed immediately before a non-break character causes the tokenizer to concatenate the atoms surrounding the comment instead of treating the comment as folding whitespace that terminates the domain. A recipient address such as user@good-corp.com(x)evil.com is therefore read by Nodemailer as the single domain good-corp.comevil.com (registrable domain comevil.com, which an attacker can register) and used for both the SMTP envelope (RCPT TO) and the emitted To:/From: headers, while a conformant RFC 5322 parser terminates the domain at the comment and reads good-corp.com.
Description
Nodemailer versions >= 6.9.16 and < 9.1.0 mis-parse RFC 5322 comments in email addresses: in lib/addressparser, a comment closed immediately before a non-break character causes the tokenizer to concatenate the atoms surrounding the comment instead of treating the comment as folding whitespace that terminates the domain. A recipient address such as user@good-corp.com(x)evil.com is therefore read by Nodemailer as the single domain good-corp.comevil.com (registrable domain comevil.com, which an attacker can register) and used for both the SMTP envelope (RCPT TO) and the emitted To:/From: headers, while a conformant RFC 5322 parser terminates the domain at the comment and reads good-corp.com. An application that validates the recipient domain with a strict RFC 5322 parser (without inspecting parse defects) or a naive prefix/substring allow-list and then hands the raw address to Nodemailer can be induced to deliver mail to a domain the attacker controls. Fixed in 9.1.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nodemailer | nodemailer | >= 6.9.16, < 9.1.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-92597?
How severe is CVE-2026-92597?
How do I fix CVE-2026-92597?
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-92591Craft CMS 5.0.0 through 5.10.12 treats a database connection…5.9
- CVE-2026-92592Craft CMS 4.8.0 through 4.18.5 and 5.0.0 through 5.10.12 sig…8.8
- CVE-2026-92593Craft CMS versions 5.10.0 through 5.10.12 contain an incompl…8.8
- CVE-2026-92594Craft CMS 5.0.0-RC1 through versions before 5.11.0 incorrect…7.5
- CVE-2026-92595Nodemailer (npm package `nodemailer`) versions 9.1.0 and ear…5.9
- CVE-2026-92596Nodemailer before 9.1.0 contains a quadratic time complexity…7.5
- CVE-2026-92598Nodemailer before 9.1.0 fails to apply UTS-46 normalization …6.5
- CVE-2026-92599joi (npm package `joi`, hapi.js) versions >=17.2.0 <17.13.7 …7.5
- CVE-2026-9260Use of hard-coded cryptographic keys in Canon EOS Network Se…9.8
- CVE-2026-92600Guns through 8.3.5 contains an information disclosure vulner…6.5
- CVE-2026-92601Guns through 8.3.5 contains an improper access control vulne…6.5
- CVE-2026-92602TDuck survey form through version 5.3 fails to validate webh…7.1
Are you affected by CVE-2026-92597?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
