Skip to content

Commit cc971bb

Browse files
committed
data/reports: add needs review report GO-2025-3414
- data/reports/GO-2025-3414.yaml Updates #3414 Change-Id: I9eebcc2720bc3230fd947da8bc3469b0ebb08f11 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/643499 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]>
1 parent 744bbfb commit cc971bb

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

data/osv/GO-2025-3414.json

+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.3.1",
3+
"id": "GO-2025-3414",
4+
"modified": "0001-01-01T00:00:00Z",
5+
"published": "0001-01-01T00:00:00Z",
6+
"aliases": [
7+
"CVE-2024-11218",
8+
"GHSA-5vpc-35f4-r8w6"
9+
],
10+
"summary": "Buildah allows build breakout using malicious Containerfiles and concurrent builds in github.com/containers/buildah",
11+
"details": "Buildah allows build breakout using malicious Containerfiles and concurrent builds in github.com/containers/buildah",
12+
"affected": [
13+
{
14+
"package": {
15+
"name": "github.com/containers/buildah",
16+
"ecosystem": "Go"
17+
},
18+
"ranges": [
19+
{
20+
"type": "SEMVER",
21+
"events": [
22+
{
23+
"introduced": "0"
24+
},
25+
{
26+
"fixed": "1.33.12"
27+
},
28+
{
29+
"introduced": "1.35.0"
30+
},
31+
{
32+
"fixed": "1.35.5"
33+
},
34+
{
35+
"introduced": "1.37.0"
36+
},
37+
{
38+
"fixed": "1.37.6"
39+
},
40+
{
41+
"introduced": "1.38.0"
42+
},
43+
{
44+
"fixed": "1.38.1"
45+
}
46+
]
47+
}
48+
],
49+
"ecosystem_specific": {}
50+
}
51+
],
52+
"references": [
53+
{
54+
"type": "ADVISORY",
55+
"url": "https://github.com/containers/buildah/security/advisories/GHSA-5vpc-35f4-r8w6"
56+
},
57+
{
58+
"type": "ADVISORY",
59+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11218"
60+
},
61+
{
62+
"type": "WEB",
63+
"url": "https://access.redhat.com/security/cve/CVE-2024-11218"
64+
},
65+
{
66+
"type": "WEB",
67+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326231"
68+
},
69+
{
70+
"type": "WEB",
71+
"url": "https://issues.redhat.com/browse/RHEL-67616"
72+
},
73+
{
74+
"type": "WEB",
75+
"url": "https://issues.redhat.com/browse/RHEL-67618"
76+
}
77+
],
78+
"database_specific": {
79+
"url": "https://pkg.go.dev/vuln/GO-2025-3414",
80+
"review_status": "UNREVIEWED"
81+
}
82+
}

data/reports/GO-2025-3414.yaml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
id: GO-2025-3414
2+
modules:
3+
- module: github.com/containers/buildah
4+
versions:
5+
- fixed: 1.33.12
6+
- introduced: 1.35.0
7+
- fixed: 1.35.5
8+
- introduced: 1.37.0
9+
- fixed: 1.37.6
10+
- introduced: 1.38.0
11+
- fixed: 1.38.1
12+
vulnerable_at: 1.38.0
13+
summary: |-
14+
Buildah allows build breakout using malicious Containerfiles and concurrent
15+
builds in github.com/containers/buildah
16+
cves:
17+
- CVE-2024-11218
18+
ghsas:
19+
- GHSA-5vpc-35f4-r8w6
20+
references:
21+
- advisory: https://github.com/containers/buildah/security/advisories/GHSA-5vpc-35f4-r8w6
22+
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-11218
23+
- web: https://access.redhat.com/security/cve/CVE-2024-11218
24+
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2326231
25+
- web: https://issues.redhat.com/browse/RHEL-67616
26+
- web: https://issues.redhat.com/browse/RHEL-67618
27+
source:
28+
id: GHSA-5vpc-35f4-r8w6
29+
created: 2025-01-27T09:13:35.966077-05:00
30+
review_status: NEEDS_REVIEW

0 commit comments

Comments
 (0)