Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-92595
Published:September 16, 2026
Updated:September 22, 2026
Nodemailer (npm package "nodemailer") versions 9.1.0 and earlier do not honor the "disableFileAccess" and "disableUrlAccess" sandbox options when message content is resolved through the public plugin API "MailMessage.resolveContent()" using the documented legacy three-argument signature "resolveContent(data, key, callback)". Because "shared.resolveContent()" normalizes the missing "options" argument to an empty object, the message-level flags copied into "mail.data" by the MailMessage constructor are discarded, and "resolveContentValue()" skips both access-control checks, reaching "nmfetch(url)" or "fs.createReadStream(path)". As a result, plugin or application code that resolves untrusted message content (html, text, attachment "path" or "href") via this API can be induced to read arbitrary local files or issue outbound HTTP(S) requests (server-side request forgery), bypassing the sandbox the application enabled. The internal paths used by "transporter.sendMail()" ("resolveAll()", "_convertDataImages()", and the MIME streaming path) are not affected. Fixed in version 9.1.1.
Affected Packages
https://github.com/nodemailer/nodemailer.git (GITHUB):
Affected version(s) >=v3.0.0 <v9.1.1
Fix Suggestion:
Update to version v9.1.1
nodemailer (NPM):
Affected version(s) >=3.0.0 <9.1.1
Fix Suggestion:
Update to version 9.1.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
6
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
PRESENT
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)
External Control of File Name or Path
EPSS
Base Score:
0.19