cvelist/2024/50xxx/CVE-2024-50119.json

102 lines
4.9 KiB
JSON
Raw Normal View History

2024-10-21 20:00:42 +00:00
{
2024-11-05 18:00:35 +00:00
"data_version": "4.0",
2024-10-21 20:00:42 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-50119",
2024-11-05 18:00:35 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-10-21 20:00:42 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-11-05 18:00:35 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: fix warning when destroy 'cifs_io_request_pool'\n\nThere's a issue as follows:\nWARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 free_large_kmalloc+0xac/0xe0\nRIP: 0010:free_large_kmalloc+0xac/0xe0\nCall Trace:\n <TASK>\n ? __warn+0xea/0x330\n mempool_destroy+0x13f/0x1d0\n init_cifs+0xa50/0xff0 [cifs]\n do_one_initcall+0xdc/0x550\n do_init_module+0x22d/0x6b0\n load_module+0x4e96/0x5ff0\n init_module_from_file+0xcd/0x130\n idempotent_init_module+0x330/0x620\n __x64_sys_finit_module+0xb3/0x110\n do_syscall_64+0xc1/0x1d0\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n\nObviously, 'cifs_io_request_pool' is not created by mempool_create().\nSo just use mempool_exit() to revert 'cifs_io_request_pool'."
2024-10-21 20:00:42 +00:00
}
]
2024-11-05 18:00:35 +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": "edea94a69730",
"version_value": "726416a253c5"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.10",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.10",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.11.6",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"versionType": "semver"
},
{
2024-11-19 02:00:34 +00:00
"version": "6.12",
2024-11-05 18:00:35 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/726416a253c51037636ecc65ad3dada3d02dcaea",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/726416a253c51037636ecc65ad3dada3d02dcaea"
},
{
"url": "https://git.kernel.org/stable/c/2ce1007f42b8a6a0814386cb056feb28dc6d6091",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/2ce1007f42b8a6a0814386cb056feb28dc6d6091"
}
]
},
"generator": {
2024-11-19 02:00:34 +00:00
"engine": "bippy-8e903de6a542"
2024-10-21 20:00:42 +00:00
}
}