Skip to content

Commit 9f0fe4d

Browse files
committed
data/reports: review GO-2024-3186
- 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]>
1 parent 7ef4fc4 commit 9f0fe4d

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

data/osv/GO-2024-3186.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,20 @@
2121
"events": [
2222
{
2323
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.37.1"
2427
}
2528
]
2629
}
2730
],
28-
"ecosystem_specific": {}
31+
"ecosystem_specific": {
32+
"imports": [
33+
{
34+
"path": "github.com/containers/buildah/internal/volumes"
35+
}
36+
]
37+
}
2938
}
3039
],
3140
"references": [
@@ -34,20 +43,12 @@
3443
"url": "https://github.com/advisories/GHSA-586p-749j-fhwp"
3544
},
3645
{
37-
"type": "ADVISORY",
38-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9675"
39-
},
40-
{
41-
"type": "WEB",
42-
"url": "https://access.redhat.com/security/cve/CVE-2024-9675"
43-
},
44-
{
45-
"type": "WEB",
46-
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317458"
46+
"type": "FIX",
47+
"url": "https://github.com/containers/buildah/commit/aa67e5d71ee7ec07122a210baa3b13966a9e086c"
4748
}
4849
],
4950
"database_specific": {
5051
"url": "https://pkg.go.dev/vuln/GO-2024-3186",
51-
"review_status": "UNREVIEWED"
52+
"review_status": "REVIEWED"
5253
}
5354
}

data/reports/GO-2024-3186.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
id: GO-2024-3186
22
modules:
33
- module: github.com/containers/buildah
4-
unsupported_versions:
5-
- last_affected: 1.37.0
6-
vulnerable_at: 1.37.4
4+
versions:
5+
- fixed: 1.37.1
6+
vulnerable_at: 1.37.0
7+
packages:
8+
- package: github.com/containers/buildah/internal/volumes
79
summary: Buildah allows arbitrary directory mount in github.com/containers/buildah
810
cves:
911
- CVE-2024-9675
1012
ghsas:
1113
- GHSA-586p-749j-fhwp
1214
references:
1315
- advisory: https://github.com/advisories/GHSA-586p-749j-fhwp
14-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-9675
15-
- web: https://access.redhat.com/security/cve/CVE-2024-9675
16-
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2317458
16+
- fix: https://github.com/containers/buildah/commit/aa67e5d71ee7ec07122a210baa3b13966a9e086c
1717
source:
1818
id: GHSA-586p-749j-fhwp
19-
created: 2024-10-11T10:16:13.933974-04:00
20-
review_status: UNREVIEWED
19+
created: 2024-12-11T15:44:36.163971-05:00
20+
review_status: REVIEWED

0 commit comments

Comments
 (0)