Skip to content

Commit

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

Fixes #3186

Change-Id: I02cf749efcc14dec53e7ed09202d284d0314e17d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635417
Reviewed-by: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
tatianab committed Dec 12, 2024
1 parent 7ef4fc4 commit 9f0fe4d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
25 changes: 13 additions & 12 deletions data/osv/GO-2024-3186.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,20 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "1.37.1"
}
]
}
],
"ecosystem_specific": {}
"ecosystem_specific": {
"imports": [
{
"path": "github.com/containers/buildah/internal/volumes"
}
]
}
}
],
"references": [
Expand All @@ -34,20 +43,12 @@
"url": "https://github.com/advisories/GHSA-586p-749j-fhwp"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9675"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-9675"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317458"
"type": "FIX",
"url": "https://github.com/containers/buildah/commit/aa67e5d71ee7ec07122a210baa3b13966a9e086c"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-3186",
"review_status": "UNREVIEWED"
"review_status": "REVIEWED"
}
}
16 changes: 8 additions & 8 deletions data/reports/GO-2024-3186.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
id: GO-2024-3186
modules:
- module: github.com/containers/buildah
unsupported_versions:
- last_affected: 1.37.0
vulnerable_at: 1.37.4
versions:
- fixed: 1.37.1
vulnerable_at: 1.37.0
packages:
- package: github.com/containers/buildah/internal/volumes
summary: Buildah allows arbitrary directory mount in github.com/containers/buildah
cves:
- CVE-2024-9675
ghsas:
- GHSA-586p-749j-fhwp
references:
- advisory: https://github.com/advisories/GHSA-586p-749j-fhwp
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-9675
- web: https://access.redhat.com/security/cve/CVE-2024-9675
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2317458
- fix: https://github.com/containers/buildah/commit/aa67e5d71ee7ec07122a210baa3b13966a9e086c
source:
id: GHSA-586p-749j-fhwp
created: 2024-10-11T10:16:13.933974-04:00
review_status: UNREVIEWED
created: 2024-12-11T15:44:36.163971-05:00
review_status: REVIEWED

0 comments on commit 9f0fe4d

Please sign in to comment.