Skip to content

Commit

Permalink
data/reports: add needs review report GO-2025-3414
Browse files Browse the repository at this point in the history
  - 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]>
  • Loading branch information
tatianab committed Jan 28, 2025
1 parent 744bbfb commit cc971bb
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
82 changes: 82 additions & 0 deletions data/osv/GO-2025-3414.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"schema_version": "1.3.1",
"id": "GO-2025-3414",
"modified": "0001-01-01T00:00:00Z",
"published": "0001-01-01T00:00:00Z",
"aliases": [
"CVE-2024-11218",
"GHSA-5vpc-35f4-r8w6"
],
"summary": "Buildah allows build breakout using malicious Containerfiles and concurrent builds in github.com/containers/buildah",
"details": "Buildah allows build breakout using malicious Containerfiles and concurrent builds in github.com/containers/buildah",
"affected": [
{
"package": {
"name": "github.com/containers/buildah",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.33.12"
},
{
"introduced": "1.35.0"
},
{
"fixed": "1.35.5"
},
{
"introduced": "1.37.0"
},
{
"fixed": "1.37.6"
},
{
"introduced": "1.38.0"
},
{
"fixed": "1.38.1"
}
]
}
],
"ecosystem_specific": {}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/containers/buildah/security/advisories/GHSA-5vpc-35f4-r8w6"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11218"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2024-11218"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326231"
},
{
"type": "WEB",
"url": "https://issues.redhat.com/browse/RHEL-67616"
},
{
"type": "WEB",
"url": "https://issues.redhat.com/browse/RHEL-67618"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2025-3414",
"review_status": "UNREVIEWED"
}
}
30 changes: 30 additions & 0 deletions data/reports/GO-2025-3414.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
id: GO-2025-3414
modules:
- module: github.com/containers/buildah
versions:
- fixed: 1.33.12
- introduced: 1.35.0
- fixed: 1.35.5
- introduced: 1.37.0
- fixed: 1.37.6
- introduced: 1.38.0
- fixed: 1.38.1
vulnerable_at: 1.38.0
summary: |-
Buildah allows build breakout using malicious Containerfiles and concurrent
builds in github.com/containers/buildah
cves:
- CVE-2024-11218
ghsas:
- GHSA-5vpc-35f4-r8w6
references:
- advisory: https://github.com/containers/buildah/security/advisories/GHSA-5vpc-35f4-r8w6
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2024-11218
- web: https://access.redhat.com/security/cve/CVE-2024-11218
- web: https://bugzilla.redhat.com/show_bug.cgi?id=2326231
- web: https://issues.redhat.com/browse/RHEL-67616
- web: https://issues.redhat.com/browse/RHEL-67618
source:
id: GHSA-5vpc-35f4-r8w6
created: 2025-01-27T09:13:35.966077-05:00
review_status: NEEDS_REVIEW

0 comments on commit cc971bb

Please sign in to comment.