2024-07-30 08:00:34 +00:00
{
2024-08-17 09:00:34 +00:00
"data_version" : "4.0" ,
2024-07-30 08:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-42265" ,
2024-08-17 09:00:34 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-07-30 08:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-08-17 09:00:34 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\nprotect the fetch of ->fd[fd] in do_dup2() from mispredictions\n\nboth callers have verified that fd is not greater than ->max_fds;\nhowever, misprediction might end up with\n tofree = fdt->fd[fd];\nbeing speculatively executed. That's wrong for the same reasons\nwhy it's wrong in close_fd()/file_close_fd_locked(); the same\nsolution applies - array_index_nospec(fd, fdt->max_fds) could differ\nfrom fd only in case of speculative execution on mispredicted path."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "n/a"
}
]
2024-07-30 08:00:34 +00:00
}
]
2024-08-17 09: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" ,
2024-08-19 05:00:37 +00:00
"version_value" : "ed42e8ff509d"
2024-08-17 09:00:34 +00:00
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
2024-08-19 05:00:37 +00:00
{
"version" : "4.19.320" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-19 05:00:37 +00:00
} ,
{
"version" : "5.4.282" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-19 05:00:37 +00:00
} ,
{
"version" : "5.10.224" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-19 05:00:37 +00:00
} ,
{
"version" : "5.15.165" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-19 05:00:37 +00:00
} ,
2024-08-17 09:00:34 +00:00
{
"version" : "6.1.104" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-17 09:00:34 +00:00
} ,
{
"version" : "6.6.45" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-17 09:00:34 +00:00
} ,
{
"version" : "6.10.4" ,
"lessThanOrEqual" : "6.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:00:47 +00:00
"versionType" : "semver"
2024-08-17 09:00:34 +00:00
} ,
{
2024-09-15 18:01:03 +00:00
"version" : "6.11" ,
2024-08-17 09:00:34 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
2024-08-19 05:00:37 +00:00
{
"url" : "https://git.kernel.org/stable/c/ed42e8ff509d2a61c6642d1825032072dab79f26" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/ed42e8ff509d2a61c6642d1825032072dab79f26"
} ,
{
"url" : "https://git.kernel.org/stable/c/41a6c31df77bd8e050136b0a200b537da9e1084a" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/41a6c31df77bd8e050136b0a200b537da9e1084a"
} ,
{
"url" : "https://git.kernel.org/stable/c/08775b3d6ed117cf4518754ec7300ee42b6a5368" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/08775b3d6ed117cf4518754ec7300ee42b6a5368"
} ,
{
"url" : "https://git.kernel.org/stable/c/3f480493550b6a23d3a65d095d6569d4a7f56a0f" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/3f480493550b6a23d3a65d095d6569d4a7f56a0f"
} ,
2024-08-17 09:00:34 +00:00
{
"url" : "https://git.kernel.org/stable/c/5db999fff545b924b24c9afd368ef5c17279b176" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/5db999fff545b924b24c9afd368ef5c17279b176"
} ,
{
"url" : "https://git.kernel.org/stable/c/da72e783afd27d9f487836b2e6738146c0edd149" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/da72e783afd27d9f487836b2e6738146c0edd149"
} ,
{
"url" : "https://git.kernel.org/stable/c/1171ceccabfd596ca370c5d2cbb47d110c3f2fe1" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/1171ceccabfd596ca370c5d2cbb47d110c3f2fe1"
} ,
{
"url" : "https://git.kernel.org/stable/c/8aa37bde1a7b645816cda8b80df4753ecf172bf1" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/8aa37bde1a7b645816cda8b80df4753ecf172bf1"
}
]
} ,
"generator" : {
2024-11-05 10:00:47 +00:00
"engine" : "bippy-9e1c9544281a"
2024-07-30 08:00:34 +00:00
}
}