cvelist/2021/47xxx/CVE-2021-47427.json

102 lines
4.7 KiB
JSON
Raw Normal View History

2024-05-21 15:01:03 +00:00
{
2024-05-21 16:00:35 +00:00
"data_version": "4.0",
2024-05-21 15:01:03 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2021-47427",
2024-05-21 16:00:35 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-05-21 15:01:03 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-21 16:00:35 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: iscsi: Fix iscsi_task use after free\n\nCommit d39df158518c (\"scsi: iscsi: Have abort handler get ref to conn\")\nadded iscsi_get_conn()/iscsi_put_conn() calls during abort handling but\nthen also changed the handling of the case where we detect an already\ncompleted task where we now end up doing a goto to the common put/cleanup\ncode. This results in a iscsi_task use after free, because the common\ncleanup code will do a put on the iscsi_task.\n\nThis reverts the goto and moves the iscsi_get_conn() to after we've checked\nif the iscsi_task is valid."
2024-05-21 15:01:03 +00:00
}
]
2024-05-21 16: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": "d39df158518c",
"version_value": "1642f51ac0d4"
},
{
"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-04 12:01:40 +00:00
"versionType": "semver"
2024-05-21 16:00:35 +00:00
},
{
"version": "5.14.12",
"lessThanOrEqual": "5.14.*",
"status": "unaffected",
2024-11-04 12:01:40 +00:00
"versionType": "semver"
2024-05-21 16:00:35 +00:00
},
{
"version": "5.15",
"lessThanOrEqual": "*",
"status": "unaffected",
2024-11-04 13:01:56 +00:00
"versionType": "original_commit_for_fix"
2024-05-21 16:00:35 +00:00
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/1642f51ac0d4f2b55d5748094c49ff8f7191b93c",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1642f51ac0d4f2b55d5748094c49ff8f7191b93c"
},
{
"url": "https://git.kernel.org/stable/c/258aad75c62146453d03028a44f2f1590d58e1f6",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/258aad75c62146453d03028a44f2f1590d58e1f6"
}
]
},
"generator": {
2024-11-04 13:01:56 +00:00
"engine": "bippy-9e1c9544281a"
2024-05-21 15:01:03 +00:00
}
}