cvelist/2024/56xxx/CVE-2024-56764.json

102 lines
4.7 KiB
JSON
Raw Normal View History

2024-12-29 12:01:05 +00:00
{
2025-01-06 17:01:22 +00:00
"data_version": "4.0",
2024-12-29 12:01:05 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-56764",
2025-01-06 17:01:22 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-12-29 12:01:05 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-01-06 17:01:22 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nublk: detach gendisk from ublk device if add_disk() fails\n\nInside ublk_abort_requests(), gendisk is grabbed for aborting all\ninflight requests. And ublk_abort_requests() is called when exiting\nthe uring context or handling timeout.\n\nIf add_disk() fails, the gendisk may have been freed when calling\nublk_abort_requests(), so use-after-free can be caused when getting\ndisk's reference in ublk_abort_requests().\n\nFixes the bug by detaching gendisk from ublk device if add_disk() fails."
2024-12-29 12:01:05 +00:00
}
]
2025-01-06 17:01:22 +00:00
},
"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": "bd23f6c2c2d00518e2f27f2d25cef795de9bee56",
"version_value": "7d680f2f76a3417fdfc3946da7471e81464f7b41"
},
{
"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": "semver"
},
{
"version": "6.12.8",
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.13-rc5",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/7d680f2f76a3417fdfc3946da7471e81464f7b41",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/7d680f2f76a3417fdfc3946da7471e81464f7b41"
},
{
"url": "https://git.kernel.org/stable/c/75cd4005da5492129917a4a4ee45e81660556104",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/75cd4005da5492129917a4a4ee45e81660556104"
}
]
},
"generator": {
"engine": "bippy-5f407fcff5a0"
2024-12-29 12:01:05 +00:00
}
}