Skip to content

Commit 4968525

Browse files
1 parent 9c61c11 commit 4968525

File tree

2 files changed

+72
-52
lines changed

2 files changed

+72
-52
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-jj37-3377-m6vv",
4+
"modified": "2025-11-17T17:17:33Z",
5+
"published": "2025-11-14T21:30:29Z",
6+
"withdrawn": "2025-11-17T17:17:33Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Nodemailer: Email to an unintended domain can occur due to Interpretation Conflict",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-mm7p-fcc7-pg87. This link is maintained to preserve external references.\n\n## Original Description\nA vulnerability was identified in the email parsing library due to improper handling of specially formatted recipient email addresses. An attacker can exploit this flaw by crafting a recipient address that embeds an external address within quotes. This causes the application to misdirect the email to the attacker's external address instead of the intended internal recipient. This could lead to a significant data leak of sensitive information and allow an attacker to bypass security filters and access controls.",
10+
"severity": [
11+
{
12+
"type": "CVSS_V3",
13+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
14+
}
15+
],
16+
"affected": [
17+
{
18+
"package": {
19+
"ecosystem": "npm",
20+
"name": "nodemailer"
21+
},
22+
"ranges": [
23+
{
24+
"type": "ECOSYSTEM",
25+
"events": [
26+
{
27+
"introduced": "0"
28+
},
29+
{
30+
"fixed": "7.0.7"
31+
}
32+
]
33+
}
34+
]
35+
}
36+
],
37+
"references": [
38+
{
39+
"type": "WEB",
40+
"url": "https://github.com/nodemailer/nodemailer/security/advisories/GHSA-mm7p-fcc7-pg87"
41+
},
42+
{
43+
"type": "ADVISORY",
44+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13033"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/nodemailer/nodemailer/commit/1150d99fba77280df2cfb1885c43df23109a8626"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://access.redhat.com/security/cve/CVE-2025-13033"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402179"
57+
},
58+
{
59+
"type": "PACKAGE",
60+
"url": "https://github.com/nodemailer/nodemailer"
61+
}
62+
],
63+
"database_specific": {
64+
"cwe_ids": [
65+
"CWE-436"
66+
],
67+
"severity": "HIGH",
68+
"github_reviewed": true,
69+
"github_reviewed_at": "2025-11-17T17:17:33Z",
70+
"nvd_published_at": "2025-11-14T20:15:45Z"
71+
}
72+
}

advisories/unreviewed/2025/11/GHSA-jj37-3377-m6vv/GHSA-jj37-3377-m6vv.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)