ShadowTrackr

Search the CVE vulnerability database

Look up vulnerabilities by software, product or CVE number.

1 result for “CVE-2020-36777”

CVEPublishedCVSSShadowTrackr CVSSSummary
CVE:
CVE-2020-36777
Published
2024-02-27
CVSS:
5.5
ShadowTrackr CVSS:
1.9
Summary:
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."