cve/2024/CVE-2024-53059.md

20 lines
1001 B
Markdown
Raw Permalink Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-53059](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53059)
![](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=5.1%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=f130bb75d8817c560b48c4d1a0e5279968a0859d%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: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()1. The size of the response packet is not validated.2. The response buffer is not freed.Resolve these issues by switching to iwl_mvm_send_cmd_status(),which handles both size validation and frees the buffer.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/w4zu/Debian_security