In the Linux kernel, the following vulnerability has been resolved:
devres: Fix memory leakage caused by driver API devm_free_percpu()
It will cause memory leakage when use driver API devm_free_percpu()
to free memory allocated by devm_alloc_percpu(), fixed by using
devres_release() instead of devres_destroy() within devm_free_percpu().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-21 01:15
Updated : 2024-09-03 13:39
NVD link : CVE-2024-43871
Mitre link : CVE-2024-43871
CVE.ORG link : CVE-2024-43871
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime