CVE-2026-82853 PUBLISHED

Nodemailer before 8.0.5 SMTP Command Injection via CRLF

Assigner: VulnCheck
Reserved: 31.08.2026 Published: 31.08.2026 Updated: 31.08.2026

Nodemailer versions before 8.0.5 contain an SMTP command injection vulnerability in the transport name option used in EHLO/HELO commands. The name parameter is concatenated directly into SMTP commands without sanitizing carriage return and line feed characters, allowing attackers to inject arbitrary SMTP commands for email spoofing and phishing attacks.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor nodemailer
Product nodemailer
Versions Default: unaffected
  • affected from 0 to 8.0.5 (excl.)
  • Version 8.0.5 is unaffected

Credits

  • tndud042713 reporter

References

Problem Types

  • Improper Neutralization of CRLF Sequences ('CRLF Injection') CWE