data/reports: add GO-2024-3171

- data/reports/GO-2024-3171.yaml

Fixes golang/vulndb#3171

Change-Id: I454f492e04920fbdf42cc2af51df54900d85bf1d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/620175
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Maceo Thompson <maceothompson@google.com>
This commit is contained in:
Maceo Thompson 2024-10-14 14:50:36 -04:00 коммит произвёл Gopher Robot
Родитель 5691b9d500
Коммит 2b551f90d8
3 изменённых файлов: 93 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,68 @@
{
"schema_version": "1.3.1",
"id": "GO-2024-3171",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-9341",
"GHSA-mc76-5925-c5p6"
],
"summary": "Link Following in github.com/containers/common",
"details": "Link Following in github.com/containers/common",
"affected": [
{
"package": {
"name": "github.com/containers/common",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.60.4"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-mc76-5925-c5p6"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9341"
},
{
"type": "FIX",
"url": "https://github.com/containers/common/commit/e7db06585c32e1a782c1d9aa3b71ccd708f5e23f"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-9341"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315691"
},
{
"type": "WEB",
"url": "https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169"
},
{
"type": "WEB",
"url": "https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3171",
"review_status": "UNREVIEWED"
}
}

Просмотреть файл

@ -0,0 +1,23 @@
id: GO-2024-3171
modules:
- module: github.com/containers/common
versions:
- fixed: 0.60.4
vulnerable_at: 0.60.3
summary: Link Following in github.com/containers/common
cves:
- CVE-2024-9341
ghsas:
- GHSA-mc76-5925-c5p6
references:
- advisory: https://github.com/advisories/GHSA-mc76-5925-c5p6
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-9341
- fix: https://github.com/containers/common/commit/e7db06585c32e1a782c1d9aa3b71ccd708f5e23f
- web: https://access.redhat.com/security/cve/CVE-2024-9341
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2315691
- web: https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L169
- web: https://github.com/containers/common/blob/384f77532f67afc8a73d8e0c4adb0d195df57714/pkg/subscriptions/subscriptions.go#L349
source:
id: GHSA-mc76-5925-c5p6
created: 2024-10-11T13:24:14.982923-04:00
review_status: UNREVIEWED

Просмотреть файл

@ -95,6 +95,8 @@ var override map[string]Priority = map[string]Priority{
// information without intervention.
"github.com/argoproj/argo-cd": Low,
"github.com/argoproj/argo-cd/v2": Low,
// For #3171
"github.com/containers/common": Low,
}
func priority(mp string, importers int, sc map[reportState]int) *Result {