CVE-2026-82662

Summary

Nodemailer before 8.0.8 disables TLS certificate verification in lib/fetch/index.js through rejectUnauthorized: false, allowing attackers to intercept OAuth2 token requests. Attackers in a machine-in-the-middle position can capture OAuth client secrets, refresh tokens, and access tokens transmitted over compromised HTTPS connections.

Affected Software

VendorProductVersion RangeStatus
nodemailernodemailer0 < 8.0.8affected
nodemailernodemailer8.0.8unaffected

Weaknesses

  • CWE-295: Improper Certificate Validation

References