cvelist/2020/36xxx/CVE-2020-36781.json
2024-02-28 09:00:38 +00:00

124 lines
5.9 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2020-36781",
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: imx: fix reference leak when pm_runtime_get_sync fails\n\nIn i2c_imx_xfer() and i2c_imx_remove(), the pm reference count\nis not expected to be incremented on return.\n\nHowever, pm_runtime_get_sync will increment pm reference count\neven failed. Forgetting to putting operation will result in a\nreference leak here.\n\nReplace it with pm_runtime_resume_and_get to keep usage\ncounter balanced."
}
]
},
"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": "3a5ee18d2a32",
"version_value": "3a0cdd336d92"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "5.7",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.7",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.10.37",
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.11.21",
"lessThanOrEqual": "5.11.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.12.4",
"lessThanOrEqual": "5.12.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.13",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/3a0cdd336d92c429b51a79bf4f64b17eafa0325d",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/3a0cdd336d92c429b51a79bf4f64b17eafa0325d"
},
{
"url": "https://git.kernel.org/stable/c/1ecc0ebc2ebbad4a22a670a07d27a21fa0b59c77",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1ecc0ebc2ebbad4a22a670a07d27a21fa0b59c77"
},
{
"url": "https://git.kernel.org/stable/c/ff406f6cd09c273337ab4854292e4aca48f8affd",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/ff406f6cd09c273337ab4854292e4aca48f8affd"
},
{
"url": "https://git.kernel.org/stable/c/47ff617217ca6a13194fcb35c6c3a0c57c080693",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/47ff617217ca6a13194fcb35c6c3a0c57c080693"
}
]
},
"generator": {
"engine": "bippy-c298863b1525"
}
}