First published: Wed Sep 04 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb() When there are multiple ap interfaces on one band and with WED on, turning the interface down will cause a kernel panic on MT798X. Previously, cb_priv was freed in mtk_wed_setup_tc_block() without marking NULL,and mtk_wed_setup_tc_block_cb() didn't check the value, too. Assign NULL after free cb_priv in mtk_wed_setup_tc_block() and check NULL in mtk_wed_setup_tc_block_cb(). ---------- Unable to handle kernel paging request at virtual address 0072460bca32b4f5 Call trace: mtk_wed_setup_tc_block_cb+0x4/0x38 0xffffffc0794084bc tcf_block_playback_offloads+0x70/0x1e8 tcf_block_unbind+0x6c/0xc8 ... ---------
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.2<6.6.48 | |
Linux Kernel | >=6.7<6.10.7 | |
Linux Kernel | =6.11-rc1 | |
Linux Kernel | =6.11-rc2 | |
Linux Kernel | =6.11-rc3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-44997 is classified as a medium severity vulnerability due to its potential to cause kernel panic.
To fix CVE-2024-44997, update the Linux kernel to a version that has addressed this vulnerability.
CVE-2024-44997 affects Linux kernel versions between 6.2 and 6.6.48, as well as versions 6.7, 6.8, 6.9, and certain rc versions of 6.11.
CVE-2024-44997 can lead to a kernel panic when multiple access point interfaces are active on one band.
Yes, CVE-2024-44997 specifically impacts systems running on the MT798X chipset.