mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
113 lines
6.1 KiB
JSON
113 lines
6.1 KiB
JSON
![]() |
{
|
||
|
"data_version": "4.0",
|
||
|
"data_type": "CVE",
|
||
|
"data_format": "MITRE",
|
||
|
"CVE_data_meta": {
|
||
|
"ID": "CVE-2024-37021",
|
||
|
"ASSIGNER": "cve@kernel.org",
|
||
|
"STATE": "PUBLIC"
|
||
|
},
|
||
|
"description": {
|
||
|
"description_data": [
|
||
|
{
|
||
|
"lang": "eng",
|
||
|
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfpga: manager: add owner module and take its refcount\n\nThe current implementation of the fpga manager assumes that the low-level\nmodule registers a driver for the parent device and uses its owner pointer\nto take the module's refcount. This approach is problematic since it can\nlead to a null pointer dereference while attempting to get the manager if\nthe parent device does not have a driver.\n\nTo address this problem, add a module owner pointer to the fpga_manager\nstruct and use it to take the module's refcount. Modify the functions for\nregistering the manager to take an additional owner module parameter and\nrename them to avoid conflicts. Use the old function names for helper\nmacros that automatically set the module that registers the manager as the\nowner. This ensures compatibility with existing low-level control modules\nand reduces the chances of registering a manager without setting the owner.\n\nAlso, update the documentation to keep it consistent with the new interface\nfor registering an fpga manager.\n\nOther changes: opportunistically move put_device() from __fpga_mgr_get() to\nfpga_mgr_get() and of_fpga_mgr_get() to improve code clarity since the\nmanager device is taken in these functions."
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"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": "654ba4cc0f3e",
|
||
|
"version_value": "2da62a139a62"
|
||
|
},
|
||
|
{
|
||
|
"version_value": "not down converted",
|
||
|
"x_cve_json_5_version_data": {
|
||
|
"versions": [
|
||
|
{
|
||
|
"version": "4.4",
|
||
|
"status": "affected"
|
||
|
},
|
||
|
{
|
||
|
"version": "0",
|
||
|
"lessThan": "4.4",
|
||
|
"status": "unaffected",
|
||
|
"versionType": "custom"
|
||
|
},
|
||
|
{
|
||
|
"version": "6.6.33",
|
||
|
"lessThanOrEqual": "6.6.*",
|
||
|
"status": "unaffected",
|
||
|
"versionType": "custom"
|
||
|
},
|
||
|
{
|
||
|
"version": "6.9.4",
|
||
|
"lessThanOrEqual": "6.9.*",
|
||
|
"status": "unaffected",
|
||
|
"versionType": "custom"
|
||
|
},
|
||
|
{
|
||
|
"version": "6.10-rc1",
|
||
|
"lessThanOrEqual": "*",
|
||
|
"status": "unaffected",
|
||
|
"versionType": "original_commit_for_fix"
|
||
|
}
|
||
|
],
|
||
|
"defaultStatus": "affected"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"references": {
|
||
|
"reference_data": [
|
||
|
{
|
||
|
"url": "https://git.kernel.org/stable/c/2da62a139a6221a345db4eb9f4f1c4b0937c89ad",
|
||
|
"refsource": "MISC",
|
||
|
"name": "https://git.kernel.org/stable/c/2da62a139a6221a345db4eb9f4f1c4b0937c89ad"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://git.kernel.org/stable/c/62ac496a01c9337a11362cea427038ba621ca9eb",
|
||
|
"refsource": "MISC",
|
||
|
"name": "https://git.kernel.org/stable/c/62ac496a01c9337a11362cea427038ba621ca9eb"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://git.kernel.org/stable/c/4d4d2d4346857bf778fafaa97d6f76bb1663e3c9",
|
||
|
"refsource": "MISC",
|
||
|
"name": "https://git.kernel.org/stable/c/4d4d2d4346857bf778fafaa97d6f76bb1663e3c9"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"generator": {
|
||
|
"engine": "bippy-7d53e8ef8be4"
|
||
|
}
|
||
|
}
|