In the Linux kernel, the following vulnerability has been resolved:
nommu: fix memory leak in do_mmap() error path
The preallocation of the maple tree nodes may leak if the error path to
"error_just_free" is taken. Fix this by moving the freeing of the maple
tree nodes to a shared location for all error paths.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-21 07:15
Updated : 2024-09-13 13:29
NVD link : CVE-2023-52902
Mitre link : CVE-2023-52902
CVE.ORG link : CVE-2023-52902
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime