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

102 lines
4.5 KiB
JSON
Raw Normal View History

2024-03-04 19:00:35 +00:00
{
2024-04-01 20:46:52 +00:00
"data_version": "4.0",
2024-03-04 19:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2021-47123",
2024-04-01 20:46:52 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-03-04 19:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-04-01 20:46:52 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nio_uring: fix ltout double free on completion race\n\nAlways remove linked timeout on io_link_timeout_fn() from the master\nrequest link list, otherwise we may get use-after-free when first\nio_link_timeout_fn() puts linked timeout in the fail path, and then\nwill be found and put on master's free."
2024-03-04 19:00:35 +00:00
}
]
2024-04-01 20:46:52 +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": "90cd7e424969d",
"version_value": "1f64f5e903b9"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "5.11",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.11",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.12.10",
"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/1f64f5e903b9d1d157875721e02adadc9d6f0a5d",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1f64f5e903b9d1d157875721e02adadc9d6f0a5d"
},
{
"url": "https://git.kernel.org/stable/c/447c19f3b5074409c794b350b10306e1da1ef4ba",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/447c19f3b5074409c794b350b10306e1da1ef4ba"
}
]
},
"generator": {
"engine": "bippy-8df59b4913de"
2024-03-04 19:00:35 +00:00
}
}