SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82662

MEDIUM · CVSS 6.5 EPSS 0.12% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-31 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Nodemailer versions prior to 8.0.8 are vulnerable due to the disabling of TLS certificate verification, which allows attackers to intercept OAuth2 token requests. This flaw enables adversaries to capture sensitive OAuth client secrets, refresh tokens, and access tokens over compromised HTTPS connections. Organizations utilizing Nodemailer for email services should prioritize patching to mitigate the risk of credential theft and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82662
Severity
MEDIUM
CVSS
6.5
EPSS
0.12%

Original NVD Description

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.