PatchSiren cyber security CVE debrief
CVE-2026-82854 nodemailer CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-31T09:17:05.463Z and has not been modified since then. Nodemailer before 8.0.4 is vulnerable to SMTP command injection through the unsanitized envelope.size parameter. An application passing a custom envelope object with a size property containing CRLF characters to sendMail() can lead to injection of arbitrary SMTP commands. This vulnerability can be exploited if the application exposes the envelope size to attacker-controlled input. The vulnerability affects Nodemailer, a popular Node.js email sending library. Developers and administrators using Nodemailer in their applications, especially those exposing envelope size to attacker-controlled input, should be aware of this vulnerability. Security teams and vulnerability management teams should prioritize assessment and remediation of affected systems. Platform operators and security operations teams should monitor for suspicious SMTP activity that could indicate exploitation attempts.
- Vendor
- nodemailer
- Product
- Unknown
- CVSS
- CRITICAL 9.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-31
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-31
- Advisory updated
- 2026-08-31
Who should care
Developers and administrators using Nodemailer in their applications, especially those exposing envelope size to attacker-controlled input, should be aware of this vulnerability. Security teams and vulnerability management teams should prioritize assessment and remediation of affected systems. Platform operators and security operations teams should monitor for suspicious SMTP activity that could indicate exploitation attempts.
Technical summary
Nodemailer before 8.0.4 is vulnerable to SMTP command injection through the unsanitized envelope.size parameter. An application passing a custom envelope object with a size property containing CRLF characters to sendMail() can lead to injection of arbitrary SMTP commands. This vulnerability can be exploited if the application exposes the envelope size to attacker-controlled input. The vulnerability affects Nodemailer, a popular Node.js email sending library.
Defensive priority
Critical vulnerability in Nodemailer, a popular Node.js email sending library, allowing SMTP command injection via unsanitized envelope.size parameter.
Recommended defensive actions
- Inventory checks for Nodemailer versions before 8.0.4
- Apply vendor remediation when available
- Implement compensating controls such as input validation and sanitization
- Monitor for suspicious SMTP activity
- Review Nodemailer configurations for exposure to attacker-controlled input
- Perform vulnerability scanning to identify potentially affected systems
- Engage with the Nodemailer community or vendor for additional guidance on mitigation and remediation
Evidence notes
Evidence is limited; primary official records indicate Nodemailer before 8.0.4 is vulnerable to SMTP command injection. Vendor remediation and compensating controls are unknown. The vulnerability allows attackers to inject arbitrary SMTP commands via the unsanitized envelope.size parameter. This can lead to the addition of attacker-controlled recipients. Defenders should verify the presence of affected Nodemailer versions in their environments and review the official advisory for specific guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-82854 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-82854
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-82854 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82854
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/nodemailer/nodemailer/security/advisories/GHSA-c7w3-x93f-qmm8
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/nodemailer-before-8.0.3-smtp-command-injection-via-envelope-size
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.