← Back to CVE List

CVE-2024-57997

Published: 2025-02-27T02:15Z
Last Modified: 2025-03-07T14:52Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn->chan_survey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn->chan_survey, ensuring proper initialization and preventing the use of uninitialized values when there are no frames on the channel. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt