cvelist/2024/27xxx/CVE-2024-27039.json

146 lines
7.2 KiB
JSON
Raw Normal View History

2024-02-19 15:02:40 +00:00
{
2024-05-01 13:00:35 +00:00
"data_version": "4.0",
2024-02-19 15:02:40 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-27039",
2024-05-01 13:00:35 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-02-19 15:02:40 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-01 13:00:35 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nclk: hisilicon: hi3559a: Fix an erroneous devm_kfree()\n\n'p_clk' is an array allocated just before the for loop for all clk that\nneed to be registered.\nIt is incremented at each loop iteration.\n\nIf a clk_register() call fails, 'p_clk' may point to something different\nfrom what should be freed.\n\nThe best we can do, is to avoid this wrong release of memory."
2024-02-19 15:02:40 +00:00
}
]
2024-05-01 13: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": "6c81966107dc",
"version_value": "3f8445f1c746"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "5.14",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.14",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
"version": "5.15.153",
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
"version": "6.1.83",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
"version": "6.6.23",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
"version": "6.7.11",
"lessThanOrEqual": "6.7.*",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
"version": "6.8.2",
"lessThanOrEqual": "6.8.*",
"status": "unaffected",
2024-11-05 10:01:48 +00:00
"versionType": "semver"
2024-05-01 13:00:35 +00:00
},
{
2024-05-13 08:01:06 +00:00
"version": "6.9",
2024-05-01 13:00:35 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/3f8445f1c746fda180a7f75372ed06b24e9cefe2",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/3f8445f1c746fda180a7f75372ed06b24e9cefe2"
},
{
"url": "https://git.kernel.org/stable/c/e0b0d1c46a2ce1e46b79d004a7270fdef872e097",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/e0b0d1c46a2ce1e46b79d004a7270fdef872e097"
},
{
"url": "https://git.kernel.org/stable/c/95d1f1228c1bb54803ae57525b76db60e99b37e4",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/95d1f1228c1bb54803ae57525b76db60e99b37e4"
},
{
"url": "https://git.kernel.org/stable/c/2cc572e0085ebd4b662b74a0f43222bc00df9a00",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/2cc572e0085ebd4b662b74a0f43222bc00df9a00"
},
{
"url": "https://git.kernel.org/stable/c/d575765b1b62e8bdb00af11caa1aabeb01763d9f",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d575765b1b62e8bdb00af11caa1aabeb01763d9f"
},
{
"url": "https://git.kernel.org/stable/c/64c6a38136b74a2f18c42199830975edd9fbc379",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/64c6a38136b74a2f18c42199830975edd9fbc379"
}
]
},
"generator": {
2024-11-05 10:01:48 +00:00
"engine": "bippy-9e1c9544281a"
2024-02-19 15:02:40 +00:00
}
}