Publish Advisories

GHSA-9p26-698r-w4hx
GHSA-xr7r-f8xq-vfvv
This commit is contained in:
advisory-database[bot]
2024-01-31 22:46:07 +00:00
parent 521991931b
commit 02a8b9a4f9
2 changed files with 126 additions and 0 deletions
@@ -0,0 +1,58 @@
{
"schema_version": "1.4.0",
"id": "GHSA-9p26-698r-w4hx",
"modified": "2024-01-31T22:43:54Z",
"published": "2024-01-31T22:43:54Z",
"aliases": [
"CVE-2024-23650"
],
"summary": "BuildKit vulnerable to possible panic when incorrect parameters sent from frontend",
"details": "### Impact\nA malicious BuildKit client or frontend could craft a request that could lead to BuildKit daemon crashing with a panic.\n\n### Patches\nThe issue has been fixed in v0.12.5\n\n### Workarounds\nAvoid using BuildKit frontends from untrusted sources. A frontend image is usually specified as the `#syntax` line on your Dockerfile, or with `--frontend` flag when using `buildctl build` command. \n\n### References\n\n",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/moby/buildkit"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.12.5"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-9p26-698r-w4hx"
},
{
"type": "WEB",
"url": "https://github.com/moby/buildkit/pull/4601"
},
{
"type": "PACKAGE",
"url": "https://github.com/moby/buildkit"
}
],
"database_specific": {
"cwe_ids": [
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-01-31T22:43:54Z",
"nvd_published_at": null
}
}
File diff suppressed because one or more lines are too long