In the Linux kernel, the following vulnerability has been resolved:
media: dvbdev: Fix memory leak in dvb_media_device_free()
dvb_media_device_free() is leaking memory. Free `dvbdev->adapter->conn`
before setting it to NULL, as documented in include/media/media-device.h:
"The media_entity instance itself must be freed explicitly by the driver
if required."
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-27 19:04
Updated : 2024-04-10 19:32
NVD link : CVE-2020-36777
Mitre link : CVE-2020-36777
CVE.ORG link : CVE-2020-36777
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime