Lucene search
+L

92 matches found

RedHat Linux
RedHat Linux
added 2024/11/26 2:17 a.m.7 views

kernel: 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.8CVSS6.4AI score0.00294EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/19 6:15 p.m.14 views

AZL-53840 CVE-2024-53063 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice won't che...

5.5CVSS6.3AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 11:07 a.m.9 views

OESA-2024-2369 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix unbalanced fwnode reference count in mdiodevicerelease There is warning report about ofnode refcount leak while probing mdio device: OF: ERROR:...

8.8CVSS6AI score0.00983EPSS
SaveExploits0References76
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:00 a.m.191 views

EulerOS 2.0 SP9 : kernel (EulerOS-SA-2024-2394)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : kernel:ACPI: CPPC: Use accesswidth over bitwidth for system memory accessesCVE-2024-35995 ACPI: LPIT: Avoid u32 multiplication...

10CVSS7.5AI score0.02701EPSS
SaveExploits3References207
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.3 views

NTB: fix possible name leak in ntb_register_device()

...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:00 a.m.11 views

The vulnerability of the cancel_work_sync() function in the appletouch component of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the cancelworksync function in the appletouch component of the Linux operating system’s kernel is related to improper initialization of dev-work after the inputregisterdevice call. Exploiting this vulnerability could allow a malicious actor to cause a service failure...

5.5CVSS6.1AI score0.00228EPSS
SaveExploits0References23Affected Software2
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.9 views

kernel: stm class: Fix a double free in stm_register_device()

A vulnerability was found in the Linux kernel's stm class, where an improper memory management sequence in stmregisterdevice could lead to a double-free error. This issue occurs when the putdevice&stm-dev call triggers stmdevicerelease to free "stm", making the subsequent vfreestm call redundant...

7.8CVSS6.8AI score0.00251EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/08/07 12:00 a.m.6 views

The vulnerability of the stm_register_device() function in the System Trace Module (STM) driver of the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the stmregisterdevice function in the drivers/hwtracing/stm/core.c file of the System Trace Module driver for the Linux operating system is related to the repeated release of previously released memory. Exploiting this vulnerability could allow an attacker to compromise the...

7.8CVSS6.5AI score0.00251EPSS
SaveExploits0References50Affected Software7
OSV
OSV
added 2024/06/21 11:15 a.m.2 views

DEBIAN-CVE-2024-38627

In the Linux kernel, the following vulnerability has been resolved: stm class: Fix a double free in stmregisterdevice The putdevice&stm-dev call will trigger stmdevicerelease which frees "stm" so the vfreestm on the next line is a double free...

7.8CVSS5.7AI score0.00251EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/31 3:09 a.m.6 views

SUSE CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References16
BDU FSTEC
BDU FSTEC
added 2024/05/30 12:00 a.m.15 views

The vulnerability of the optee_register_device() function in the Trusted Execution Environment (TEE) driver of the Linux operating system allows a malicious actor to gain access to protected information or cause a service failure.

The vulnerability of the opteeregisterdevice function in the drivers/tee/optee/device.c file of the Trusted Execution Environment TEE driver for the Linux operating system is related to incorrect handling of the return code. Exploiting this vulnerability could allow an attacker to access protecte...

7.1CVSS6.6AI score0.00232EPSS
SaveExploits0References30Affected Software4
OSV
OSV
added 2024/05/29 8:15 a.m.10 views

DEBIAN-CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

7.8CVSS6.1AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/29 8:15 a.m.11 views

UBUNTU-CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

7.8CVSS6.2AI score0.00253EPSS
SaveExploits0References27
Debian CVE
Debian CVE
added 2024/05/29 7:35 a.m.53 views

CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

7.8CVSS7.6AI score0.00253EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:00 a.m.13 views

The vulnerability of the dvb_register_device() function in the drivers/media/dvb-core/dvbdev.c file of the Linux operating system’s DVB driver module allows a hacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the dvbregisterdevice function in the drivers/media/dvb-core/dvbdev.c file of the Linux operating system’s DVB driver framework is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality,...

5.2CVSS6.5AI score0.00294EPSS
SaveExploits0References27Affected Software5
OSV
OSV
added 2024/05/01 1:15 p.m.6 views

UBUNTU-CVE-2023-52652

In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntbregisterdevice If deviceregister fails in ntbregisterdevice, the device name allocated by devsetname should be freed. As per the comment in deviceregister, callers should use putdevice to give up...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0References24
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.11 views

kernel: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcildisc,serdev: check percpuinitrwsem failure syzbot is reporting NULL pointer dereference at hciuartttyclose 1, for rcusyncenter is called without rcusyncinit due to hciuartttyopen ignoring percpuinitrwsem failure...

5.5CVSS6.8AI score0.00203EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 4:09 p.m.5 views

kernel: use-after-free due to race condition occurring in dvb_register_device()

A race condition flaw leading to a use-after-free issue was found in the Linux kernel media subsystem in the DVB core device driver. It could occur in the dvbregisterdevice function due to the fileoperations structure fops being dynamically allocated and later kfreed. A local user could use this...

7CVSS6.6AI score0.00322EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.6 views

kernel: use-after-free due to race condition occurring in dvb_register_device()

A race condition flaw leading to a use-after-free issue was found in the Linux kernel media subsystem in the DVB core device driver. It could occur in the dvbregisterdevice function due to the fileoperations structure fops being dynamically allocated and later kfreed. A local user could use this...

7CVSS6.6AI score0.00322EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/21 11:50 a.m.6 views

kernel: use-after-free due to race condition occurring in dvb_register_device()

A race condition flaw leading to a use-after-free issue was found in the Linux kernel media subsystem in the DVB core device driver. It could occur in the dvbregisterdevice function due to the fileoperations structure fops being dynamically allocated and later kfreed. A local user could use this...

7CVSS6.6AI score0.00322EPSS
SaveExploits0References5
Rows per page
Query Builder