cve/2024/CVE-2024-49928.md
2025-09-29 21:09:30 +02:00

1011 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.

Github