In the Linux kernel, the following vulnerability has been resolved:
wifi: iwlwifi: fix a memory corruption
iwl_fw_ini_trigger_tlv::data is a pointer to a __le32, which means that
if we copy to iwl_fw_ini_trigger_tlv::data + offset while offset is in
bytes, we'll write past the buffer.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-11 18:15
Updated : 2024-12-12 17:31
NVD link : CVE-2024-26610
Mitre link : CVE-2024-26610
CVE.ORG link : CVE-2024-26610
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
