cvelist/2024/50xxx/CVE-2024-50149.json

102 lines
4.5 KiB
JSON
Raw Normal View History

2024-10-21 20:00:42 +00:00
{
2024-11-07 10:00:32 +00:00
"data_version": "4.0",
2024-10-21 20:00:42 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-50149",
2024-11-07 10:00:32 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-10-21 20:00:42 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-11-07 10:00:32 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/xe: Don't free job in TDR\n\nFreeing job in TDR is not safe as TDR can pass the run_job thread\nresulting in UAF. It is only safe for free job to naturally be called by\nthe scheduler. Rather free job in TDR, add to pending list.\n\n(cherry picked from commit ea2f6a77d0c40d97f4a4dc93fee4afe15d94926d)"
2024-10-21 20:00:42 +00:00
}
]
2024-11-07 10:00:32 +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": "e275d61c5f3f",
"version_value": "be8fe75e57f8"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.10",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.10",
"status": "unaffected",
"versionType": "semver"
},
{
"version": "6.11.6",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"versionType": "semver"
},
{
2024-11-19 02:00:34 +00:00
"version": "6.12",
2024-11-07 10:00:32 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/be8fe75e57f8fa3f87e3b1c283cc7cd9f9b80867",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/be8fe75e57f8fa3f87e3b1c283cc7cd9f9b80867"
},
{
"url": "https://git.kernel.org/stable/c/82926f52d7a09c65d916c0ef8d4305fc95d68c0c",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/82926f52d7a09c65d916c0ef8d4305fc95d68c0c"
}
]
},
"generator": {
2024-11-19 02:00:34 +00:00
"engine": "bippy-8e903de6a542"
2024-10-21 20:00:42 +00:00
}
}