Lucene search
+L

370 matches found

NVD
NVD
added 2024/12/27 2:15 p.m.31 views

CVE-2024-56542

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a memleak issue when driver is removed Running "modprobe amdgpu" the second time followed by a modprobe -r amdgpu causes a call trace like: 845.212163 Memory manager not clean during takedown. 845.212170...

5.5CVSS0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-56542

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a memleak issue when driver is removed Running "modprobe amdgpu" the second time followed by a modprobe -r amdgpu causes a call trace like: 845.212163 Memory manager not clean during takedown. 845.212170...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/12/27 2:11 p.m.1 views

CVE-2024-56542 drm/amd/display: fix a memleak issue when driver is removed

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a memleak issue when driver is removed Running "modprobe amdgpu" the second time followed by a modprobe -r amdgpu causes a call trace like: 845.212163 Memory manager not clean during takedown. 845.212170...

7.5AI score0.00211EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/12/27 2:11 p.m.48 views

CVE-2024-56542

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a memleak issue when driver is removed Running "modprobe amdgpu" the second time followed by a modprobe -r amdgpu causes a call trace like: 845.212163 Memory manager not clean during takedown. 845.212170...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a memory leak during driver removal in the drm/amd/display subsystem...

5.5CVSS6.5AI score0.00211EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/20 11:08 a.m.10 views

OESA-2024-2569 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Let probe fail when workqueue cannot be enabled The workqueue is enabled when the appropriate driver is loaded and disabled when the driver is...

8CVSS5.5AI score0.01549EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/csdspctl: Use privatefree for control cleanup Use the control privatefree callback to free the associated data block. This ensures that the memory won't leak, whatever way the control gets destroyed. The original...

7.8CVSS6.8AI score0.00233EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: mmc: via-sdmmc: fix return value check of mmc_add_host()

A flaw was found in the VIA SD/MMC host controller driver. When mmcaddhost fails, the error is not checked, leading to memory leaks and potential null pointer dereference during driver removal...

5.7AI score0.0028EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.20 views

kernel: PCI/PM: Drain runtime-idle callbacks before driver removal

A vulnerability was found in the PCI subsystem in the Linux kernel, where runtime-idle callbacks are not always drained before a PCI driver is removed. If these callbacks are still active when the driver is removed, it could result in system instability or crashes...

5.5CVSS7.1AI score0.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: net/mlx5: Always stop health timer during driver removal

A vulnerability was found in the Linux kernel's mlx5 driver, in the driver removal process where the teardownhca function can fail, where the health timer may continue running, leading to a use-after-free condition when the timer attempts to access freed resources...

7.8CVSS6.8AI score0.00305EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/10/22 12:11 p.m.26 views

CVE-2024-49924

In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafbtask In the pxafbprobe function, it calls the pxafbinitfbinfo function, after which &fbi-;task is associated with pxafbtask. Moreover, within this pxafbinitfbinfo function, the...

7.8CVSS7AI score0.00249EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 6:15 p.m.28 views

CVE-2024-49924

In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafbtask In the pxafbprobe function, it calls the pxafbinitfbinfo function, after which &fbi-task is associated with pxafbtask. Moreover, within this pxafbinitfbinfo function, the...

7.8CVSS0.00249EPSS
SaveExploits0References10
OSV
OSV
added 2024/10/21 6:15 p.m.14 views

AZL-51523 CVE-2024-49924 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafbtask In the pxafbprobe function, it calls the pxafbinitfbinfo function, after which &fbi-task is associated with pxafbtask. Moreover, within this pxafbinitfbinfo function, the...

7.8CVSS6.7AI score0.00249EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:00 a.m.7 views

Bluetooth: btnxpuart: Fix random crash seen while removing driver

...

7.8CVSS6.7AI score0.00247EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.18 views

kernel: PCI/PM: Drain runtime-idle callbacks before driver removal

A vulnerability was found in the PCI subsystem in the Linux kernel, where runtime-idle callbacks are not always drained before a PCI driver is removed. If these callbacks are still active when the driver is removed, it could result in system instability or crashes...

5.5CVSS7.1AI score0.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 1:43 a.m.12 views

kernel: ice: Fix improper extts handling

A vulnerability was found in the Linux kernel's ethernet ice driver, where EXTTS events are improperly handled. If the driver is removed while the managing application is running, certain EXTT events might remain enabled. This issue can lead to system instability and crashes...

5.5CVSS7.1AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.15 views

kernel: ice: Fix improper extts handling

A vulnerability was found in the Linux kernel's ethernet ice driver, where EXTTS events are improperly handled. If the driver is removed while the managing application is running, certain EXTT events might remain enabled. This issue can lead to system instability and crashes...

5.5CVSS7.1AI score0.00197EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.17 views

kernel: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms

This is a vulnerability in the Linux kernel's Data Movement Accelerator DMA engine, specifically affecting the Intel Data Streaming Accelerator IDXD driver. The issue arises during the removal rmmod of the idxd driver on systems with only one active CPU. In such scenarios, the driver's cleanup...

5.5CVSS7.2AI score0.00214EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.17 views

kernel: PCI/PM: Drain runtime-idle callbacks before driver removal

A vulnerability was found in the PCI subsystem in the Linux kernel, where runtime-idle callbacks are not always drained before a PCI driver is removed. If these callbacks are still active when the driver is removed, it could result in system instability or crashes...

5.5CVSS7.1AI score0.00195EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.9 views

SUSE CVE-2024-46749

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuartflush This adds a check before freeing the rx-skb in flush and close functions to handle the kernel crash seen while removing driver after FW download fails or before...

4.4CVSS6.3AI score0.00232EPSS
SaveExploits0References11
Rows per page
Query Builder