CVE-2026-100700
Received Received - Intake

Denial of Service in Nodemailer via Regex Backtracking

Vulnerability report for CVE-2026-100700, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

Description

nodemailer before 10.0.6 contains a denial of service vulnerability in the addressparser free-text fallback regex pattern that exhibits quadratic backtracking behavior. Attackers can supply crafted email header values with long whitespace-free runs to block the Node.js event loop for tens of seconds, causing service unavailability.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
nodemailer nodemailer to 10.0.6 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-407 An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a denial-of-service issue in the Nodemailer library's addressparser component. It occurs due to quadratic backtracking in a regular expression used for parsing email headers. Attackers can exploit this by sending crafted email headers with long whitespace-free strings, causing the Node.js event loop to block for tens of seconds and making services unavailable.

Detection Guidance

To detect this vulnerability, check the version of nodemailer in your system using 'npm list nodemailer' or 'npm list -g nodemailer'. If the version is below 10.0.6, the system is vulnerable. Monitor for unusual delays in email processing or Node.js event loop blocking during email parsing tasks.

Impact Analysis

This vulnerability can cause service unavailability by blocking the Node.js event loop for extended periods. Attackers can exploit it remotely without authentication, potentially disrupting email processing services. Systems using Nodemailer versions before 10.0.6 are at risk of prolonged downtime.

Mitigation Strategies

Immediately update nodemailer to version 10.0.6 or later using 'npm update nodemailer' or 'npm install nodemailer@latest'. If updating is not possible, consider disabling the free-text fallback regex parsing in email headers as a temporary workaround.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100700. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart