In the Linux kernel, the following vulnerability has been resolved:
uio_hv_generic: Fix a memory leak in error handling paths
If 'vmbus_establish_gpadl()' fails, the (recv|send)_gpadl will not be
updated and 'hv_uio_cleanup()' in the error handling path will not be
able to free the corresponding buffer.
In such a case, we need to free the buffer explicitly.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-01 22:15
Updated : 2024-12-12 14:43
NVD link : CVE-2021-47071
Mitre link : CVE-2021-47071
CVE.ORG link : CVE-2021-47071
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
