Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/nodemailer/nodemailer/security/advisories/GHSA-r7g4-qg5f-qqm2
- https://www.vulncheck.com/advisories/nodemailer-before-8.0.8-tls-certificate-val
- https://github.com/nodemailer/nodemailer/security/advisories/GHSA-r7g4-qg5f-qqm2
FAQ
What is CVE-2026-82662?
CVE-2026-82662 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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-...
How severe is CVE-2026-82662?
CVE-2026-82662 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-82662?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.