2024-07-12 13:00:36 +00:00
{
2024-07-29 15:00:38 +00:00
"data_version" : "4.0" ,
2024-07-12 13:00:36 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-41049" ,
2024-07-29 15:00:38 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-07-12 13:00:36 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-07-29 15:00:38 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nfilelock: fix potential use-after-free in posix_lock_inode\n\nLight Hsieh reported a KASAN UAF warning in trace_posix_lock_inode().\nThe request pointer had been changed earlier to point to a lock entry\nthat was added to the inode's list. However, before the tracepoint could\nfire, another task raced in and freed that lock.\n\nFix this by moving the tracepoint inside the spinlock, which should\nensure that this doesn't happen."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "117fb80cd1e6" ,
"version_value" : "1cbbb3d9475c"
} ,
{
"version_affected" : "<" ,
"version_name" : "a6f4129378ca" ,
"version_value" : "7d4c14f4b511"
} ,
{
"version_affected" : "<" ,
"version_name" : "766e56faddbe" ,
"version_value" : "02a896426075"
} ,
{
"version_affected" : "<" ,
"version_name" : "34bff6d85001" ,
"version_value" : "5cb36e35bc10"
} ,
{
"version_affected" : "<" ,
"version_name" : "74f6f5912693" ,
"version_value" : "432b06b69d1d"
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
{
"version" : "6.6" ,
"status" : "affected"
} ,
{
"version" : "0" ,
"lessThan" : "6.6" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.4.280" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.10.222" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "5.15.163" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.1.100" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.6.41" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.9.10" ,
"lessThanOrEqual" : "6.9.*" ,
"status" : "unaffected" ,
"versionType" : "custom"
} ,
{
"version" : "6.10" ,
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://git.kernel.org/stable/c/1cbbb3d9475c403ebedc327490c7c2b991398197" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/1cbbb3d9475c403ebedc327490c7c2b991398197"
} ,
{
"url" : "https://git.kernel.org/stable/c/7d4c14f4b511fd4c0dc788084ae59b4656ace58b" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/7d4c14f4b511fd4c0dc788084ae59b4656ace58b"
} ,
{
"url" : "https://git.kernel.org/stable/c/02a8964260756c70b20393ad4006948510ac9967" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/02a8964260756c70b20393ad4006948510ac9967"
} ,
{
"url" : "https://git.kernel.org/stable/c/5cb36e35bc10ea334810937990c2b9023dacb1b0" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/5cb36e35bc10ea334810937990c2b9023dacb1b0"
} ,
{
"url" : "https://git.kernel.org/stable/c/432b06b69d1d354a171f7499141116536579eb6a" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/432b06b69d1d354a171f7499141116536579eb6a"
} ,
{
"url" : "https://git.kernel.org/stable/c/116599f6a26906cf33f67975c59f0692ecf7e9b2" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/116599f6a26906cf33f67975c59f0692ecf7e9b2"
} ,
{
"url" : "https://git.kernel.org/stable/c/1b3ec4f7c03d4b07bad70697d7e2f4088d2cfe92" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/1b3ec4f7c03d4b07bad70697d7e2f4088d2cfe92"
2024-07-12 13:00:36 +00:00
}
]
2024-07-29 15:00:38 +00:00
} ,
"generator" : {
"engine" : "bippy-c9c4e1df01b2"
2024-07-12 13:00:36 +00:00
}
}