cvelist/2024/35xxx/CVE-2024-35880.json

118 lines
5.6 KiB
JSON
Raw Normal View History

2024-05-17 14:00:35 +00:00
{
2024-05-19 09:00:33 +00:00
"data_version": "4.0",
2024-05-17 14:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-35880",
2024-05-19 09:00:33 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-05-17 14:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-19 09:00:33 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nio_uring/kbuf: hold io_buffer_list reference over mmap\n\nIf we look up the kbuf, ensure that it doesn't get unregistered until\nafter we're done with it. Since we're inside mmap, we cannot safely use\nthe io_uring lock. Rely on the fact that we can lookup the buffer list\nunder RCU now and grab a reference to it, preventing it from being\nunregistered until we're done with it. The lookup returns the\nio_buffer_list directly with it referenced."
}
]
},
"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": "09f7520048ea",
"version_value": "65938e81df21"
},
{
"version_affected": "<",
"version_name": "5cf4f52e6d8a",
"version_value": "5fd8e2359498"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.7",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.7",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.6.26",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.8.5",
"lessThanOrEqual": "6.8.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.9",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/65938e81df2197203bda4b9a0c477e7987218d66",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/65938e81df2197203bda4b9a0c477e7987218d66"
},
{
"url": "https://git.kernel.org/stable/c/5fd8e2359498043e0b5329a05f02d10a9eb91eb9",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/5fd8e2359498043e0b5329a05f02d10a9eb91eb9"
},
{
"url": "https://git.kernel.org/stable/c/561e4f9451d65fc2f7eef564e0064373e3019793",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/561e4f9451d65fc2f7eef564e0064373e3019793"
2024-05-17 14:00:35 +00:00
}
]
2024-05-19 09:00:33 +00:00
},
"generator": {
2024-05-29 06:00:36 +00:00
"engine": "bippy-a5840b7849dd"
2024-05-17 14:00:35 +00:00
}
}