cvelist/2024/39xxx/CVE-2024-39293.json

92 lines
4.2 KiB
JSON
Raw Normal View History

2024-06-24 14:00:35 +00:00
{
2024-06-25 15:00:34 +00:00
"data_version": "4.0",
2024-06-24 14:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-39293",
2024-06-25 15:00:34 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-06-24 14:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-06-25 15:00:34 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nRevert \"xsk: Support redirect to any socket bound to the same umem\"\n\nThis reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db.\n\nThis patch introduced a potential kernel crash when multiple napi instances\nredirect to the same AF_XDP socket. By removing the queue_index check, it is\npossible for multiple napi instances to access the Rx ring at the same time,\nwhich will result in a corrupted ring state which can lead to a crash when\nflushing the rings in __xsk_flush(). This can happen when the linked list of\nsockets to flush gets corrupted by concurrent accesses. A quick and small fix\nis not possible, so let us revert this for now."
2024-06-24 14:00:35 +00:00
}
]
2024-06-25 15:00:34 +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": "1da177e4c3f4",
"version_value": "19cb40b10645"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.9.5",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:02:32 +00:00
"versionType": "semver"
2024-06-25 15:00:34 +00:00
},
{
2024-07-15 07:01:05 +00:00
"version": "6.10",
2024-06-25 15:00:34 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/19cb40b1064566ea09538289bfcf5bc7ecb9b6f5",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/19cb40b1064566ea09538289bfcf5bc7ecb9b6f5"
},
{
"url": "https://git.kernel.org/stable/c/7fcf26b315bbb728036da0862de6b335da83dff2",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/7fcf26b315bbb728036da0862de6b335da83dff2"
}
]
},
"generator": {
2024-11-05 10:02:32 +00:00
"engine": "bippy-9e1c9544281a"
2024-06-24 14:00:35 +00:00
}
}