2024-06-25 15:00:34 +00:00
{
2024-07-05 07:00:34 +00:00
"data_version" : "4.0" ,
2024-06-25 15:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-39482" ,
2024-07-05 07:00:34 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-06-25 15:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-07-05 07:00:34 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nbcache: fix variable length array abuse in btree_iter\n\nbtree_iter is used in two ways: either allocated on the stack with a\nfixed size MAX_BSETS, or from a mempool with a dynamic size based on the\nspecific cache set. Previously, the struct had a fixed-length array of\nsize MAX_BSETS which was indexed out-of-bounds for the dynamically-sized\niterators, which causes UBSAN to complain.\n\nThis patch uses the same approach as in bcachefs's sort_iter and splits\nthe iterator into a btree_iter with a flexible array member and a\nbtree_iter_stack which embeds a btree_iter as well as a fixed-length\ndata array."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
2024-06-25 15:00:34 +00:00
}
]
2024-07-05 07:00:34 +00:00
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "1da177e4c3f4" ,
"version_value" : "934e1e433185"
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "6.1.94" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.6.34" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.9.5" ,
"lessThanOrEqual" : "6.9.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.10-rc1" ,
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://git.kernel.org/stable/c/934e1e4331859183a861f396d7dfaf33cb5afb02" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/934e1e4331859183a861f396d7dfaf33cb5afb02"
} ,
{
"url" : "https://git.kernel.org/stable/c/6479b9f41583b013041943c4602e1ad61cec8148" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/6479b9f41583b013041943c4602e1ad61cec8148"
} ,
{
"url" : "https://git.kernel.org/stable/c/0c31344e22dd8d6b1394c6e4c41d639015bdc671" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/0c31344e22dd8d6b1394c6e4c41d639015bdc671"
} ,
{
"url" : "https://git.kernel.org/stable/c/3a861560ccb35f2a4f0a4b8207fa7c2a35fc7f31" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/3a861560ccb35f2a4f0a4b8207fa7c2a35fc7f31"
}
]
} ,
"generator" : {
"engine" : "bippy-7d53e8ef8be4"
2024-06-25 15:00:34 +00:00
}
}