Lucene search
+L

259 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/09/02 3:58 a.m.8 views

Malicious code in vitest-cli-pro (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 1262dc722ebac3b91301efde91e61df9ec9f65ccf91e51c15da53f9b518878b2 Package published as vitest-cli-pro ships a verbatim copy of nodemailer as cover; its declared postinstall runs lib/utils/index.js, which detaches a...

6AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/09/01 10:37 a.m.8 views

CVE-2026-82853

A flaw was found in Nodemailer. This vulnerability allows a remote attacker to inject arbitrary Simple Mail Transfer Protocol SMTP commands due to improper sanitization of carriage return and line feed characters in the transport name option. This can lead to email spoofing and phishing attacks...

6.9CVSS6AI score0.00735EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:37 a.m.8 views

CVE-2026-82662

A flaw was found in Nodemailer where it disables Transport Layer Security TLS certificate verification. A remote attacker, positioned between the user and the server a machine-in-the-middle attack, could exploit this by intercepting OAuth2 token requests. This allows the attacker to capture...

8.3CVSS5.9AI score0.00124EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:37 a.m.7 views

CVE-2026-82661

A flaw was found in Nodemailer, an email sending library. This vulnerability allows a remote attacker with control over specific list comment parameters to inject arbitrary message headers into generated email messages. By failing to sanitize carriage return and line feed CRLF characters, an...

5.4CVSS6AI score0.0019EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:37 a.m.7 views

CVE-2026-82660

A flaw was found in Nodemailer, a module for sending emails. The jsonTransport component, responsible for handling message data, does not correctly enforce security options designed to prevent unauthorized file and URL access. A remote attacker could exploit this by sending specially crafted...

5.4CVSS5.9AI score0.00189EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:31 a.m.5 views

CVE-2024-58379

A flaw was found in Nodemailer. A remote attacker can exploit a regular expression denial of service ReDoS vulnerability by sending specially crafted emails containing malicious data URLs or embedded attachments. This can cause the email parsing process to hang, leading to a denial of service for...

6.9CVSS5.9AI score0.00304EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/09/01 10:30 a.m.5 views

CVE-2026-82659

A flaw was found in nodemailer. Authenticated attackers can bypass security flags by crafting raw messages with specific file paths or URLs. This allows them to read arbitrary files from the system or perform Server-Side Request Forgery SSRF, potentially leading to information disclosure or...

7.1CVSS5.9AI score0.00254EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/01 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-58379

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nodemailer before 6.9.9 contains a regular expression denial of service vulnerability in email parsing when attachDataUrls parameter is set or processing embedd...

6.9CVSS5.4AI score0.00304EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 9:30 a.m.6 views

GHSA-H3HJ-CMCX-XC66 Duplicate Advisory: Nodemailer: Message-level raw option bypasses disableFileAccess/disableUrlAccess, enabling arbitrary file read and full-response SSRF in the delivered message

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-p6gq-j5cr-w38f. This link is maintained to preserve external references. Original Description nodemailer before 9.0.1 fails to apply disableFileAccess and disableUrlAccess flags to message-level raw option,...

7.1CVSS5.9AI score
SaveExploits0References3
NVD
NVD
added 2026/08/31 9:17 a.m.9 views

CVE-2026-82854

Nodemailer before 8.0.4 is vulnerable to SMTP command injection through the unsanitized envelope.size parameter. When an application passes a custom envelope object with a size property containing CRLF characters to sendMail, the value is concatenated into the SMTP MAIL FROM command as SIZE=...

9.8CVSS0.01134EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 9:17 a.m.10 views

CVE-2026-82853

Nodemailer versions before 8.0.5 contain an SMTP command injection vulnerability in the transport name option used in EHLO/HELO commands. The name parameter is concatenated directly into SMTP commands without sanitizing carriage return and line feed characters, allowing attackers to inject...

6.9CVSS0.00735EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 9:17 a.m.13 views

CVE-2026-82662

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 transmitt...

8.3CVSS0.00124EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 9:17 a.m.10 views

CVE-2026-82660

Nodemailer before 8.0.9 fails to enforce disableFileAccess and disableUrlAccess options during message normalization in jsonTransport. Attackers can read local files or fetch URLs by supplying path or href values in message content fields, bypassing intended access controls...

5.4CVSS0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 9:17 a.m.13 views

CVE-2026-82661

Nodemailer before 8.0.9 fails to sanitize carriage return and line feed characters in list comment fields, allowing attackers to inject arbitrary message headers. An attacker with control over list..comment parameters can inject CRLF sequences to create additional headers in generated RFC822...

5.4CVSS0.0019EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/31 9:17 a.m.11 views

CVE-2026-82659

nodemailer before 9.0.1 fails to apply disableFileAccess and disableUrlAccess flags to message-level raw option, allowing authenticated attackers to read arbitrary files or perform server-side request forgery by supplying path or href properties. Attackers can exploit this by crafting raw message...

7.1CVSS0.00254EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/31 9:17 a.m.8 views

CVE-2026-82854

Nodemailer before 8.0.4 is vulnerable to SMTP command injection through the unsanitized envelope.size parameter. When an application passes a custom envelope object with a size property containing CRLF characters to sendMail, the value is concatenated into the SMTP MAIL FROM command as SIZE=...

9.8CVSS6AI score0.01134EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/31 9:17 a.m.7 views

CVE-2026-82661

Nodemailer before 8.0.9 fails to sanitize carriage return and line feed characters in list comment fields, allowing attackers to inject arbitrary message headers. An attacker with control over list..comment parameters can inject CRLF sequences to create additional headers in generated RFC822...

5.4CVSS5.9AI score0.0019EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/31 9:17 a.m.9 views

CVE-2026-82853

Nodemailer versions before 8.0.5 contain an SMTP command injection vulnerability in the transport name option used in EHLO/HELO commands. The name parameter is concatenated directly into SMTP commands without sanitizing carriage return and line feed characters, allowing attackers to inject...

6.9CVSS6AI score0.00735EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/31 9:17 a.m.5 views

UBUNTU-CVE-2026-82854

Nodemailer before 8.0.4 is vulnerable to SMTP command injection through the unsanitized envelope.size parameter. When an application passes a custom envelope object with a size property containing CRLF characters to sendMail, the value is concatenated into the SMTP MAIL FROM command as SIZE=...

9.8CVSS6AI score0.01134EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 9:17 a.m.7 views

UBUNTU-CVE-2026-82659

nodemailer before 9.0.1 fails to apply disableFileAccess and disableUrlAccess flags to message-level raw option, allowing authenticated attackers to read arbitrary files or perform server-side request forgery by supplying path or href properties. Attackers can exploit this by crafting raw message...

7.1CVSS5.9AI score0.00254EPSS
SaveExploits0References4
Rows per page
Query Builder