CVE-2024-57990: wifi: mt76: mt7925: fix off by one in mt7925_load_clc()
In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7925: fix off by one in mt7925loadclc()
This comparison should be = instead of to prevent an out of bounds read and write.
Other sources
In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7925: fix off by one in mt7925loadclc()
This comparison should be >= instead of > to prevent an out of bounds read and write.
— NVD
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-57990?
CVE-2024-57990 has been classified as a moderate severity vulnerability affecting the Linux kernel.
How do I fix CVE-2024-57990?
To fix CVE-2024-57990, users should upgrade their Linux kernel to a version that includes the patch addressing the off-by-one error.
What impact does CVE-2024-57990 have on affected systems?
CVE-2024-57990 may lead to out-of-bounds reads and writes, potentially allowing unauthorized access to system memory.
Which versions of the Linux kernel are affected by CVE-2024-57990?
CVE-2024-57990 affects Linux kernel versions from 6.10.13 to 6.13.2, including the specified range within those versions.
Is there a known exploit for CVE-2024-57990?
As of now, there are no known public exploits for CVE-2024-57990, but it is advisable to apply patches to mitigate potential risks.