Skip to content

Commit 0e2108e

Browse files
1 parent f50dbb1 commit 0e2108e

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

advisories/unreviewed/2025/12/GHSA-46j5-6fg5-4gv3/GHSA-46j5-6fg5-4gv3.json renamed to advisories/github-reviewed/2025/12/GHSA-46j5-6fg5-4gv3/GHSA-46j5-6fg5-4gv3.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-46j5-6fg5-4gv3",
4-
"modified": "2025-12-18T09:30:30Z",
4+
"modified": "2025-12-18T22:43:39Z",
55
"published": "2025-12-18T09:30:30Z",
66
"aliases": [
77
"CVE-2025-14874"
88
],
9+
"summary": "Nodemailer is vulnerable to DoS through Uncontrolled Recursion",
910
"details": "A flaw was found in Nodemailer. This vulnerability allows a denial of service (DoS) via a crafted email address header that triggers infinite recursion in the address parser.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "nodemailer"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "7.0.11"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "WEB",
@@ -36,17 +57,18 @@
3657
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418133"
3758
},
3859
{
39-
"type": "WEB",
60+
"type": "PACKAGE",
4061
"url": "https://github.com/nodemailer/nodemailer"
4162
}
4263
],
4364
"database_specific": {
4465
"cwe_ids": [
66+
"CWE-674",
4567
"CWE-703"
4668
],
4769
"severity": "MODERATE",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
70+
"github_reviewed": true,
71+
"github_reviewed_at": "2025-12-18T22:43:39Z",
5072
"nvd_published_at": "2025-12-18T09:15:44Z"
5173
}
5274
}

0 commit comments

Comments
 (0)