First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid reading out of bounds when loading TX power FW elements Because the loop-expression will do one more time before getting false from cond-expression, the original code copied one more entry size beyond valid region. Fix it by moving the entry copy to loop-body.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.10.14 | |
Linux Kernel | >=6.11<6.11.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49928 has a medium severity rating due to the potential for buffer overflow leading to a crash or possible code execution.
To fix CVE-2024-49928, users should upgrade the Linux kernel to version 6.10.14 or later, or to the versions between 6.11 and 6.11.3.
CVE-2024-49928 affects the Linux kernel versions prior to 6.10.14 and from 6.11 to 6.11.3.
CVE-2024-49928 is caused by inadequate bounds checking when reading TX power firmware elements in the Linux kernel.
CVE-2024-49928 may be exploitable remotely under specific circumstances, making it crucial for affected systems to be patched promptly.