cvelist/2024/40xxx/CVE-2024-40977.json

114 lines
5.4 KiB
JSON
Raw Normal View History

2024-07-12 13:00:36 +00:00
{
2024-07-12 13:01:37 +00:00
"data_version": "4.0",
2024-07-12 13:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-40977",
2024-07-12 13:01:37 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-07-12 13:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-12 13:01:37 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: mt7921s: fix potential hung tasks during chip recovery\n\nDuring chip recovery (e.g. chip reset), there is a possible situation that\nkernel worker reset_work is holding the lock and waiting for kernel thread\nstat_worker to be parked, while stat_worker is waiting for the release of\nthe same lock.\nIt causes a deadlock resulting in the dumping of hung tasks messages and\npossible rebooting of the device.\n\nThis patch prevents the execution of stat_worker during the chip recovery."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
2024-07-12 13:00:36 +00:00
}
]
2024-07-12 13:01:37 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1da177e4c3f4",
"version_value": "0b81faa05b0b"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.1.96",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
2024-11-05 10:00:33 +00:00
"versionType": "semver"
2024-07-12 13:01:37 +00:00
},
{
"version": "6.6.36",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
2024-11-05 10:00:33 +00:00
"versionType": "semver"
2024-07-12 13:01:37 +00:00
},
{
"version": "6.9.7",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:00:33 +00:00
"versionType": "semver"
2024-07-12 13:01:37 +00:00
},
{
2024-07-15 07:00:37 +00:00
"version": "6.10",
2024-07-12 13:01:37 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/0b81faa05b0b9feb3ae2d69be1d21f0d126ecb08",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/0b81faa05b0b9feb3ae2d69be1d21f0d126ecb08"
},
{
"url": "https://git.kernel.org/stable/c/85edd783f4539a994d66c4c014d5858f490b7a02",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/85edd783f4539a994d66c4c014d5858f490b7a02"
},
{
"url": "https://git.kernel.org/stable/c/e974dd4c22a23ec3ce579fb6d31a674ac0435da9",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/e974dd4c22a23ec3ce579fb6d31a674ac0435da9"
},
{
"url": "https://git.kernel.org/stable/c/ecf0b2b8a37c8464186620bef37812a117ff6366",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/ecf0b2b8a37c8464186620bef37812a117ff6366"
}
]
},
"generator": {
2024-11-05 10:00:33 +00:00
"engine": "bippy-9e1c9544281a"
2024-07-12 13:00:36 +00:00
}
}