Skip to content

Commit 65f2d1b

Browse files
1 parent 3027f4d commit 65f2d1b

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mcv8-8m8x-48pg",
4+
"modified": "2026-04-03T23:38:19Z",
5+
"published": "2026-04-03T23:38:19Z",
6+
"aliases": [
7+
"CVE-2026-35166"
8+
],
9+
"summary": "Hugo: Certain markdown links are not properly escaped",
10+
"details": "### Impact\nLinks and image links in the default markdown to HTML renderer are not properly escaped. Hugo users who trust their Markdown content or have custom render hooks for links and images are not affected.\n\n### Patches\nPatched in v0.159.2\n\n### Workarounds\nCreate custom render hooks for links and images in a Hugo theme/project.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/gohugoio/hugo"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.60.0"
29+
},
30+
{
31+
"fixed": "0.159.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/gohugoio/hugo/security/advisories/GHSA-mcv8-8m8x-48pg"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/gohugoio/hugo/commit/479fe6c654937a850b65e74551dc4e857d52898f"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/gohugoio/hugo"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-79"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-04-03T23:38:19Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)