Skip to content

Commit 19275fe

Browse files
1 parent 18af629 commit 19275fe

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

advisories/unreviewed/2025/12/GHSA-45h5-66jx-r2wf/GHSA-45h5-66jx-r2wf.json renamed to advisories/github-reviewed/2025/12/GHSA-45h5-66jx-r2wf/GHSA-45h5-66jx-r2wf.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,65 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-45h5-66jx-r2wf",
4-
"modified": "2025-12-15T00:30:25Z",
4+
"modified": "2025-12-17T18:12:02Z",
55
"published": "2025-12-15T00:30:25Z",
66
"aliases": [
77
"CVE-2025-67898"
88
],
9+
"summary": "MJML allows mj-include directory traversal due to an incomplete fix for CVE-2020-12827",
910
"details": "MJML through 4.18.0 allows mj-include directory traversal to test file existence and (in the type=\"css\" case) read files. NOTE: this issue exists because of an incomplete fix for CVE-2020-12827.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "mjml"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "4.18.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-12827"
42+
},
1843
{
1944
"type": "ADVISORY",
2045
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67898"
2146
},
2247
{
2348
"type": "WEB",
2449
"url": "https://github.com/mjmlio/mjml/issues/3018"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/mjmlio/mjml"
2554
}
2655
],
2756
"database_specific": {
2857
"cwe_ids": [
2958
"CWE-36"
3059
],
3160
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-12-17T18:12:02Z",
3463
"nvd_published_at": "2025-12-14T22:15:36Z"
3564
}
3665
}

0 commit comments

Comments
 (0)