CVE Catalog

CVE-2026-82662

MediumCVSS 6.5
Published: Translated: NVD NIST

Summary

Nodemailer before version 8.0.8 disables TLS certificate verification in lib/fetch/index.js via 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.

Risk Assessment

Lack of TLS certificate verification exposes OAuth2 credentials to interception, potentially leading to unauthorized access to user accounts and data. Man-in-the-middle attacks can be performed on the network where the application runs.

Recommendation

Upgrade Nodemailer to version 8.0.8 or later, which restores TLS certificate verification. Also monitor network connections for suspicious activity.

Other vulnerabilities in Nodemailer

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS