mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.0 KiB
1.0 KiB
CVE-2024-57997
Description
In the Linux kernel, the following vulnerability has been resolved:wifi: wcn36xx: fix channel survey memory allocation sizeKASAN reported a memory allocation issue in wcn->chan_surveydue to incorrect size calculation.This commit uses kcalloc to allocate memory for wcn->chan_survey,ensuring proper initialization and preventing the use of uninitializedvalues when there are no frames on the channel.
POC
Reference
No PoCs from references.