First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: remove unused C2H event ID RTW89_MAC_C2H_FUNC_READ_WOW_CAM to prevent out-of-bounds reading The handler of firmware C2H event RTW89_MAC_C2H_FUNC_READ_WOW_CAM isn't implemented, but driver expects number of handlers is NUM_OF_RTW89_MAC_C2H_FUNC_WOW causing out-of-bounds access. Fix it by removing ID. Addresses-Coverity-ID: 1598775 ("Out-of-bounds read")
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.10<6.10.13 | |
Linux Kernel | >=6.11<6.11.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-47721 has a low severity since it involves an unused event ID that could lead to out-of-bounds reading.
To fix CVE-2024-47721, update your Linux kernel to versions 6.10.13 or later, or 6.11.2 or later.
CVE-2024-47721 affects Linux kernel versions between 6.10 and 6.10.12, and between 6.11 and 6.11.1.
CVE-2024-47721 is not considered a remote vulnerability as it pertains to an internal kernel event handling.
CVE-2024-47721 involves the removal of an unused C2H event ID to prevent potential out-of-bounds reading issues.