2024-08-21 06:00:34 +00:00
{
2024-08-26 11:00:35 +00:00
"data_version" : "4.0" ,
2024-08-21 06:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-44931" ,
2024-08-26 11:00:35 +00:00
"ASSIGNER" : "cve@kernel.org" ,
"STATE" : "PUBLIC"
2024-08-21 06:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-08-26 11:00:35 +00:00
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\ngpio: prevent potential speculation leaks in gpio_device_get_desc()\n\nUserspace may trigger a speculative read of an address outside the gpio\ndescriptor array.\nUsers can do that by calling gpio_ioctl() with an offset out of range.\nOffset is copied from user and then used as an array index to get\nthe gpio descriptor without sanitization in gpio_device_get_desc().\n\nThis change ensures that the offset is sanitized by using\narray_index_nospec() to mitigate any possibility of speculative\ninformation leaks.\n\nThis bug was discovered and resolved using Coverity Static Analysis\nSecurity Testing (SAST) by Synopsys, Inc."
}
]
} ,
"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" : "1da177e4c3f4" ,
2024-11-08 16:00:58 +00:00
"version_value" : "185047104426"
2024-08-26 11:00:35 +00:00
} ,
{
"version_value" : "not down converted" ,
"x_cve_json_5_version_data" : {
"versions" : [
2024-11-08 16:00:58 +00:00
{
"version" : "4.19.323" ,
"lessThanOrEqual" : "4.19.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
{
"version" : "5.4.285" ,
"lessThanOrEqual" : "5.4.*" ,
"status" : "unaffected" ,
"versionType" : "semver"
} ,
2024-10-17 14:00:34 +00:00
{
"version" : "5.10.227" ,
"lessThanOrEqual" : "5.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-10-17 14:00:34 +00:00
} ,
{
"version" : "5.15.168" ,
"lessThanOrEqual" : "5.15.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-10-17 14:00:34 +00:00
} ,
2024-09-30 16:00:37 +00:00
{
"version" : "6.1.112" ,
"lessThanOrEqual" : "6.1.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-09-30 16:00:37 +00:00
} ,
2024-08-26 11:00:35 +00:00
{
"version" : "6.6.46" ,
"lessThanOrEqual" : "6.6.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-08-26 11:00:35 +00:00
} ,
{
"version" : "6.10.5" ,
"lessThanOrEqual" : "6.10.*" ,
"status" : "unaffected" ,
2024-11-05 10:03:00 +00:00
"versionType" : "semver"
2024-08-26 11:00:35 +00:00
} ,
{
2024-09-15 18:01:15 +00:00
"version" : "6.11" ,
2024-08-26 11:00:35 +00:00
"lessThanOrEqual" : "*" ,
"status" : "unaffected" ,
"versionType" : "original_commit_for_fix"
}
] ,
"defaultStatus" : "affected"
}
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
2024-11-08 16:00:58 +00:00
{
"url" : "https://git.kernel.org/stable/c/18504710442671b02d00e6db9804a0ad26c5a479" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/18504710442671b02d00e6db9804a0ad26c5a479"
} ,
{
"url" : "https://git.kernel.org/stable/c/9ae2d8e75b741dbcb0da374753f972410e83b5f3" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/9ae2d8e75b741dbcb0da374753f972410e83b5f3"
} ,
2024-10-17 14:00:34 +00:00
{
"url" : "https://git.kernel.org/stable/c/9d682e89c44bd5819b01f3fbb45a8e3681a4b6d0" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/9d682e89c44bd5819b01f3fbb45a8e3681a4b6d0"
} ,
{
"url" : "https://git.kernel.org/stable/c/c65ab97efcd438cb4e9f299400f2ea55251f3a67" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/c65ab97efcd438cb4e9f299400f2ea55251f3a67"
} ,
2024-09-30 16:00:37 +00:00
{
"url" : "https://git.kernel.org/stable/c/672c19165fc96dfad531a5458e0b3cdab414aae4" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/672c19165fc96dfad531a5458e0b3cdab414aae4"
} ,
2024-08-26 11:00:35 +00:00
{
"url" : "https://git.kernel.org/stable/c/1b955f786a4bcde8c0ccb2b7d519def2acb6f3cc" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/1b955f786a4bcde8c0ccb2b7d519def2acb6f3cc"
} ,
{
"url" : "https://git.kernel.org/stable/c/d776c0486b03a5c4afca65b8ff44573592bf93bb" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/d776c0486b03a5c4afca65b8ff44573592bf93bb"
} ,
{
"url" : "https://git.kernel.org/stable/c/d795848ecce24a75dfd46481aee066ae6fe39775" ,
"refsource" : "MISC" ,
"name" : "https://git.kernel.org/stable/c/d795848ecce24a75dfd46481aee066ae6fe39775"
2024-08-21 06:00:34 +00:00
}
]
2024-08-26 11:00:35 +00:00
} ,
"generator" : {
2024-11-05 10:03:00 +00:00
"engine" : "bippy-9e1c9544281a"
2024-08-21 06:00:34 +00:00
}
}