-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data/reports/GO-2024-3314.yaml Updates #3314 Change-Id: I83eebb3d840eb8371fc133865749f308b8f15304 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/634921 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]>
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"schema_version": "1.3.1", | ||
"id": "GO-2024-3314", | ||
"modified": "0001-01-01T00:00:00Z", | ||
"published": "0001-01-01T00:00:00Z", | ||
"aliases": [ | ||
"CVE-2024-55601", | ||
"GHSA-c2xf-9v2r-r2rx" | ||
], | ||
"summary": "Hugo does not escape some attributes in internal templates in github.com/gohugoio/hugo", | ||
"details": "Hugo does not escape some attributes in internal templates in github.com/gohugoio/hugo", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"name": "github.com/gohugoio/hugo", | ||
"ecosystem": "Go" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "0.123.0" | ||
}, | ||
{ | ||
"fixed": "0.139.4" | ||
} | ||
] | ||
} | ||
], | ||
"ecosystem_specific": {} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://github.com/gohugoio/hugo/security/advisories/GHSA-c2xf-9v2r-r2rx" | ||
}, | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55601" | ||
}, | ||
{ | ||
"type": "FIX", | ||
"url": "https://github.com/gohugoio/hugo/commit/54398f8d572c689f9785d59e907fd910a23401b0" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/gohugoio/hugo/releases/tag/v0.139.4" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://gohugo.io/getting-started/configuration-markup/#renderhooksimageenabledefault" | ||
} | ||
], | ||
"database_specific": { | ||
"url": "https://pkg.go.dev/vuln/GO-2024-3314", | ||
"review_status": "UNREVIEWED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
id: GO-2024-3314 | ||
modules: | ||
- module: github.com/gohugoio/hugo | ||
versions: | ||
- introduced: 0.123.0 | ||
- fixed: 0.139.4 | ||
vulnerable_at: 0.139.3 | ||
summary: Hugo does not escape some attributes in internal templates in github.com/gohugoio/hugo | ||
cves: | ||
- CVE-2024-55601 | ||
ghsas: | ||
- GHSA-c2xf-9v2r-r2rx | ||
references: | ||
- advisory: https://github.com/gohugoio/hugo/security/advisories/GHSA-c2xf-9v2r-r2rx | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-55601 | ||
- fix: https://github.com/gohugoio/hugo/commit/54398f8d572c689f9785d59e907fd910a23401b0 | ||
- web: https://github.com/gohugoio/hugo/releases/tag/v0.139.4 | ||
- web: https://gohugo.io/getting-started/configuration-markup/#renderhooksimageenabledefault | ||
source: | ||
id: GHSA-c2xf-9v2r-r2rx | ||
created: 2024-12-10T16:09:55.455438-05:00 | ||
review_status: NEEDS_REVIEW |