CVE-2026-92597

Source
https://cve.org/CVERecord?id=CVE-2026-92597
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-92597.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-92597
Aliases
Downstream
Published
2026-09-16T21:47:01Z
Modified
2026-09-17T11:45:30Z
Severity
  • 8.3 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Nodemailer before 9.1.0 Email Domain Validation Bypass via RFC 5322 Comment
Details

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.

Database specific
{
    "cna_assigner":  "VulnCheck",
    "cwe_ids":  [
        "CWE-436"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92597.json"
}
References

Affected packages

Git / github.com/nodemailer/nodemailer

Affected ranges

Type
GIT
Repo
https://github.com/nodemailer/nodemailer
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "6.9.16"
        },
        {
            "fixed":  "9.1.0"
        }
    ],
    "source":  "AFFECTED_FIELD"
}

Affected versions

v6.*
v6.9.16
v7.*
v7.0.10
v7.0.11
v7.0.12
v7.0.13
v7.0.5
v7.0.6
v7.0.7
v7.0.9
v8.*
v8.0.0
v8.0.1
v8.0.10
v8.0.11
v8.0.2
v8.0.3
v8.0.4
v8.0.5
v8.0.6
v8.0.7
v8.0.8
v8.0.9
v9.*
v9.0.0
v9.0.1
v9.0.2
v9.0.3
v9.0.4
v9.0.5
v9.0.6

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-92597.json"