mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
1001 B
Markdown
20 lines
1001 B
Markdown
|
|
### [CVE-2024-53059](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53059)
|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|

|
||
|
|
|
||
|
|
### 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
|
||
|
|
|