Skip to content

Commit

Permalink
data/reports: add GO-2024-3314
Browse files Browse the repository at this point in the history
  - 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
tatianab authored and gopherbot committed Dec 10, 2024
1 parent 9693eac commit b690edf
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
60 changes: 60 additions & 0 deletions data/osv/GO-2024-3314.json
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"
}
}
22 changes: 22 additions & 0 deletions data/reports/GO-2024-3314.yaml
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

0 comments on commit b690edf

Please sign in to comment.