In the Linux kernel, the following vulnerability has been resolved:
iwlwifi: Fix memory leaks in error handling path
Should an error occur (invalid TLV len or memory allocation failure), the
memory already allocated in 'reduce_power_data' should be freed before
returning, otherwise it is leaking.
References
Configurations
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2024-06-10 18:36
NVD link : CVE-2021-47529
Mitre link : CVE-2021-47529
CVE.ORG link : CVE-2021-47529
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime