CVE-2026-100699

Source
https://cve.org/CVERecord?id=CVE-2026-100699
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-100699.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-100699
Aliases
  • GHSA-g57g-f23g-4646
Downstream
Published
2026-09-26T13:23:55Z
Modified
2026-09-27T03:47:25Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Nodemailer before 10.0.9 Malformed Envelope Recipient via RFC 5322 Comment
Details

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.

Database specific
{
    "cna_assigner":  "VulnCheck",
    "cwe_ids":  [
        "CWE-20"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/100xxx/CVE-2026-100699.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":  "9.1.0"
        },
        {
            "fixed":  "10.0.9"
        }
    ],
    "source":  "AFFECTED_FIELD"
}

Affected versions

v10.*
v10.0.0
v10.0.1
v10.0.2
v10.0.3
v10.0.4
v10.0.5
v10.0.6
v10.0.7
v10.0.8
v9.*
v9.1.0
v9.1.1

Database specific

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