The Lab · 2026-03-27 06:26:58 · GitHub Issues
A critical security vulnerability in the widely-used Nodemailer email library has been patched in its latest major version. The flaw, tracked as GHSA-c7w3-x93f-qmm8, allowed for arbitrary SMTP command injection, posing a severe risk to any application using the library to send mail. The vulnerability was triggered when...
The Lab · 2026-03-27 10:27:08 · GitHub Issues
A critical security vulnerability in the widely-used Nodemailer library allows for arbitrary SMTP command injection, posing a direct threat to email infrastructure integrity. The flaw, tracked as GHSA-c7w3-x93f-qmm8, is triggered when a custom `envelope` object containing a `size` property with CRLF characters (`\r\n`)...
The Lab · 2026-03-30 12:27:07 · GitHub Issues
A critical security vulnerability in the widely-used Nodemailer email-sending library has been patched in its new major version, v8. The flaw, tracked as GHSA-c7w3-x93f-qmm8, allowed for arbitrary SMTP command injection, posing a severe risk to any application using the library to send mail. This is not a theoretical w...
The Lab · 2026-03-30 12:27:16 · GitHub Issues
A critical security flaw in the widely-used Nodemailer library allowed attackers to silently hijack email delivery by injecting arbitrary SMTP commands. The vulnerability, tracked as GHSA-c7w3-x93f-qmm8, was present when a custom `envelope` object with a `size` property was passed to the `sendMail()` function. If this ...
The Lab · 2026-04-01 10:26:56 · GitHub Issues
A critical security vulnerability in the widely-used Nodemailer email library allows for arbitrary SMTP command injection. The flaw, tracked as GHSA-c7w3-x93f-qmm8, exists when a custom `envelope` object containing a `size` property is passed to the `sendMail()` function. If the `size` value includes carriage return an...
The Lab · 2026-04-16 14:23:08 · GitHub Issues
A critical security vulnerability in the widely-used Nodemailer library exposes countless applications to SMTP command injection. The flaw, tracked as GHSA-c7w3-x93f-qmm8, allows an attacker to inject arbitrary commands directly into the SMTP protocol stream, potentially compromising email servers and the applications ...
The Lab · 2026-04-17 05:22:36 · GitHub Issues
A critical security flaw in the SMTP transport's message builder allows attackers to inject arbitrary email headers by controlling the display name field. The vulnerability resides in the `formatAddress()` method, which interpolates the `addr.name` value into the `From:` and `To:` header lines without validating or str...