Skip to content

Commit 8be3abb

Browse files
1 parent 5e588eb commit 8be3abb

2 files changed

Lines changed: 69 additions & 36 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g4xw-jxrg-5f6m",
4+
"modified": "2026-02-24T14:20:56Z",
5+
"published": "2026-02-12T03:31:01Z",
6+
"aliases": [
7+
"CVE-2026-0969"
8+
],
9+
"summary": "next-mdx-remote affected by arbitrary code execution in React server-side rendering of untrusted MDX content",
10+
"details": "The serialize function used to compile MDX in next-mdx-remote is vulnerable to arbitrary code execution due to insufficient sanitization of MDX content.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "next-mdx-remote"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.3.0"
29+
},
30+
{
31+
"fixed": "6.0.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0969"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/hashicorp/next-mdx-remote/commit/4d527fdcaed911b87f427d0b4d3c711e817fa4b3"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://discuss.hashicorp.com/t/hcsec-2026-01-arbitrary-code-execution-in-react-server-side-rendering-of-untrusted-mdx-content/77155"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/hashicorp/next-mdx-remote"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/hashicorp/next-mdx-remote/releases/tag/v6.0.0"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-94"
63+
],
64+
"severity": "HIGH",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-02-24T14:20:55Z",
67+
"nvd_published_at": "2026-02-12T03:15:46Z"
68+
}
69+
}

advisories/unreviewed/2026/02/GHSA-g4xw-jxrg-5f6m/GHSA-g4xw-jxrg-5f6m.json

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

0 commit comments

Comments
 (0)