First published: Tue Nov 19 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.1<5.4.285 | |
Linux Kernel | >=5.5<5.10.229 | |
Linux Kernel | >=5.11<5.15.171 | |
Linux Kernel | >=5.16<6.1.116 | |
Linux Kernel | >=6.2<6.6.60 | |
Linux Kernel | >=6.7<6.11.7 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53059 is considered a medium severity vulnerability in the Linux kernel.
To fix CVE-2024-53059, upgrade to a patched version of the Linux kernel that addresses this issue.
CVE-2024-53059 affects Linux kernel versions between 5.1 and 5.4.285, 5.5 and 5.10.229, 5.11 and 5.15.171, 5.16 and 6.1.116, 6.2 and 6.6.60, and 6.7 and 6.11.7.
The main issues with CVE-2024-53059 are the lack of validation for the response packet size and failure to free the response buffer.
CVE-2024-53059 is classified as a local vulnerability affecting components of the Linux kernel.