cve/2024/CVE-2024-57997.md

20 lines
1.0 KiB
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-57997](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57997)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=29696e0aa413b9d56558731aae3806d7cff48d36%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=5.18%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### 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.
#### Github
- https://github.com/w4zu/Debian_security