Skip to content

Commit

Permalink
data/reports: add GO-2024-3171
Browse files Browse the repository at this point in the history
  - data/reports/GO-2024-3171.yaml

Fixes #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>
  • Loading branch information
Maceo Thompson authored and gopherbot committed Oct 14, 2024
1 parent 5691b9d commit 2b551f9
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 0 deletions.
68 changes: 68 additions & 0 deletions data/osv/GO-2024-3171.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
23 changes: 23 additions & 0 deletions data/reports/GO-2024-3171.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions internal/triage/priority/priority.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2b551f9

Please sign in to comment.