Lucene search
K

51 matches found

NVD
NVD
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27043

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.8CVSS7.3AI score0.00011EPSS
Exploits0References11
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

UBUNTU-CVE-2024-27043

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.8CVSS6.2AI score0.00011EPSS
Exploits0References32
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27043

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.8CVSS6.4AI score0.00011EPSS
Exploits0References31
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.25 views

CVE-2024-27043 media: edia: dvbdev: fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

6.7AI score0.00011EPSS
Exploits0References9
CVE
CVE
added 2024/05/01 12:54 p.m.4004 views

CVE-2024-27043

In CVE-2024-27043, the Linux kernel vulnerability is a use-after-free in DVB convolution: dvb_register_device assigns *pdvbdev to dvbdev and frees dvbdev in error paths without nulling *pdvbdev, enabling UAFs via the dvb device lifecycle. A fix exists (kernel patch) to null the pointer after free...

7.8CVSS6.2AI score0.00011EPSS
Exploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.26 views

CVE-2024-27043 media: edia: dvbdev: fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.6AI score0.00011EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.30 views

CVE-2024-27043

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.8CVSS7.5AI score0.00011EPSS
Exploits0
OSV
OSV
added 2024/05/01 12:54 p.m.23 views

CVE-2024-27043 media: edia: dvbdev: fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: media: edia: dvbdev: fix a use-after-free In dvbregisterdevice, pdvbdev is set equal to dvbdev, which is freed in several error-handling paths. However, pdvbdev is not set to NULL after dvbdev's deallocation, causing...

7.8CVSS6AI score0.00011EPSS
Exploits0References14
Oracle linux
Oracle linux
added 2024/04/08 12:0 a.m.43 views

Unbreakable Enterprise kernel security update

4.14.35-2047.535.2.1 - netfilter: nftables: reject QUEUE/DROP verdict parameters Florian Westphal Orabug: 36467681 CVE-2024-1086 4.14.35-2047.535.2 - Fix null ptr in rdstcprecvpath Allison Henderson Orabug: 33499812 - LTS version: v4.14.338 Saeed Mirzamohammadi - crypto: scompress - initialize...

7.8CVSS8AI score0.85106EPSS
Exploits15
RedhatCVE
RedhatCVE
added 2024/02/28 9:31 p.m.19 views

CVE-2020-36777

A flaw was found in the Linux kernel. A missing memory release in the dvbmediadevicefree function in the drivers/media/dvb-core/dvbdev.c file can result in a memory leak...

5.5CVSS5.4AI score0.00012EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.2 views

CVE-2020-36777

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: Fix memory leak in dvbmediadevicefree dvbmediadevicefree is leaking memory. Free dvbdev-adapter-conn before setting it to NULL, as documented in include/media/media-device.h: "The mediaentity instance itself must b...

5.5CVSS6.1AI score0.00012EPSS
Exploits0References9Affected Software1
NVD
NVD
added 2024/02/27 7:4 p.m.13 views

CVE-2020-36777

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: Fix memory leak in dvbmediadevicefree dvbmediadevicefree is leaking memory. Free dvbdev-adapter-conn before setting it to NULL, as documented in include/media/media-device.h: "The mediaentity instance itself must b...

5.5CVSS6AI score0.00012EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/02/27 7:4 p.m.17 views

CVE-2020-36777

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: Fix memory leak in dvbmediadevicefree dvbmediadevicefree is leaking memory. Free dvbdev-adapter-conn before setting it to NULL, as documented in include/media/media-device.h: "The mediaentity instance itself must b...

5.5CVSS6.3AI score0.00012EPSS
Exploits0References10
Cvelist
Cvelist
added 2024/02/27 6:40 p.m.14 views

CVE-2020-36777 media: dvbdev: Fix memory leak in dvb_media_device_free()

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: Fix memory leak in dvbmediadevicefree dvbmediadevicefree is leaking memory. Free dvbdev-adapter-conn before setting it to NULL, as documented in include/media/media-device.h: "The mediaentity instance itself must b...

6AI score0.00012EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/02/27 6:40 p.m.19 views

CVE-2020-36777 media: dvbdev: Fix memory leak in dvb_media_device_free()

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: Fix memory leak in dvbmediadevicefree dvbmediadevicefree is leaking memory. Free dvbdev-adapter-conn before setting it to NULL, as documented in include/media/media-device.h: "The mediaentity instance itself must b...

6.6AI score0.00012EPSS
Exploits0References8
CVE
CVE
added 2024/02/27 6:40 p.m.651 views

CVE-2020-36777

CVE-2020-36777 is a Linux kernel issue where media: dvbdev had a memory leak in dvb_media_device_free(), documented as freeing dvbdev->adapter->conn before NULL-ing it. The connected MiracleLinux advisory (AXSA-2024-8481:17) lists this CVE among others and confirms a fix/vendor advisory. Th...

5.5CVSS6.1AI score0.00012EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2023/01/17 7:3 p.m.8 views

GSD-2023-1001322 media: dvbdev: adopts refcnt to avoid UAF

media: dvbdev: adopts refcnt to avoid UAF This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2023/01/17 7:3 p.m.4 views

GSD-2023-1001310 media: dvbdev: fix build warning due to comments

media: dvbdev: fix build warning due to comments This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2023/01/17 7:3 p.m.5 views

GSD-2023-1001309 media: dvbdev: fix refcnt bug

media: dvbdev: fix refcnt bug This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit a8be7c2787b98cf43b5c308094d2e2b1c8ce19b6, it w...

7.2AI score
Exploits0
OSV
OSV
added 2023/01/17 6:27 p.m.4 views

GSD-2023-1000972 media: dvbdev: fix refcnt bug

media: dvbdev: fix refcnt bug This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.86 by commit 2471a44769b53effd8f602ac87ca47a5d8710edb, it wa...

7.2AI score
Exploits0
Rows per page
Query Builder