mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
842 B
842 B
CVE-2024-49928
Description
In the Linux kernel, the following vulnerability has been resolved:wifi: rtw89: avoid reading out of bounds when loading TX power FW elementsBecause the loop-expression will do one more time before getting false fromcond-expression, the original code copied one more entry size beyond validregion.Fix it by moving the entry copy to loop-body.
POC
Reference
No PoCs from references.