-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |