Description
Nodemailer versions 9.1.0 through 10.0.4 contain a quadratic time complexity vulnerability in the addressparser component when parsing email addresses with RFC 5322 comments. Attackers can craft malicious email headers with comment-separated atoms to consume excessive CPU and block the Node.js event loop for several seconds, causing denial of service.
Published: 2026-09-13
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

Nodemailer versions 9.1.0 through 10.0. in the addressparser component. When parsing email headers that include RFC 5322 comments, the algorithm consumes excessive CPU cycles, temporarily blocking the Node.js event loop. This results in a denial‑of‑service condition for applications that rely on Nodemailer to send or parse mail.

Affected Systems

The vulnerability affects the Nodemailer library distributed via npm. Any deployment that uses Nodemailer versions 9.1.0, 9.2.x, 9.3.x, or 10.0.0 through 10.0.4 is impacted; upgrading to 10.0.5 or later removes the flaw.

Risk and Exploitability

The CVSS score of 8.7 classifies this vulnerability as high severity. The EPSS score is not available, and it is not listed in CISA KEV. An attacker can exploit the weakness simply by sending a crafted email containing comment‑separated atoms to a system that parses addresses with Nodemailer. The attack does not require elevated privileges and can block the event loop for several seconds, disrupting service availability.

Generated by OpenCVE AI on September 13, 2026 at 17:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nodemailer to version 10.0.5 or newer.
  • If an upgrade cannot be performed immediately, implement input validation to limit comment length or sanitize incoming email headers before parsing.
  • Monitor CPU utilization and logs for abnormal spikes that indicate address parsing loops, and block or rate‑limit suspicious traffic.

Generated by OpenCVE AI on September 13, 2026 at 17:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description Nodemailer versions 9.1.0 through 10.0.4 contain a quadratic time complexity vulnerability in the addressparser component when parsing email addresses with RFC 5322 comments. Attackers can craft malicious email headers with comment-separated atoms to consume excessive CPU and block the Node.js event loop for several seconds, causing denial of service.
Title Nodemailer 9.1.0 through 10.0.4 Denial of Service via Quadratic Address Parsing
First Time appeared Nodemailer
Nodemailer nodemailer
Weaknesses CWE-407
CPEs cpe:2.3:a:nodemailer:nodemailer:*:*:*:*:*:*:*:*
Vendors & Products Nodemailer
Nodemailer nodemailer
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Nodemailer Nodemailer
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-13T11:42:26.391Z

Reserved: 2026-09-13T11:15:41.904Z

Link: CVE-2026-90776

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-13T12:17:16.547

Modified: 2026-09-13T12:17:16.547

Link: CVE-2026-90776

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T17:30:18Z

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity