Lucene search
+L

831 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: misc: pci_endpoint_test: Free IRQs before removing the device

A use-after-free flaw was found in the Linux kernel's PCI endpoint test driver. In pciendpointtestremove, IRQs are freed after the device is removed, creating a race window where an IRQ can be delivered after device memory is freed. The IRQ handler then accesses invalid memory, causing a kernel...

7.8CVSS5.7AI score0.00128EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.12 views

kernel: md: don't dereference mddev after export_rdev()

A use-after-free vulnerability was found in the Linux kernel multiple device RAID subsystem's device lifetime management. A local user with privileges to manage MD arrays can trigger concurrent device addition and removal operations via sysfs, causing a race condition where the mddev structure is...

5.5CVSS7.2AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.19 views

kernel: drm/amdgpu: fix calltrace warning in amddrm_buddy_fini

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated for psp are not freed until removing. 61811.450562 RIP:...

5.5CVSS6.8AI score0.00154EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/23 1:44 a.m.6 views

SUSE CVE-2024-26892

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26866

In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe fsllpspiprobe is allocating/disposing memory manually with spiallochost/spialloctarget, but uses devmspiregistercontroller. In case of error after the latter call the memory wil...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References16
OSV
OSV
added 2024/04/17 10:27 a.m.15 views

CVE-2024-26892 wifi: mt76: mt7921e: fix use-after-free in free_irq()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

5.9AI score
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/04/06 1:59 a.m.8 views

SUSE CVE-2024-26698

In the Linux kernel, the following vulnerability has been resolved: hvnetvsc: Fix race condition between netvscprobe and netvscremove In commit ac5047671758 "hvnetvsc: Disable NAPI before closing the VMBus channel", napidisable was getting called for all channels, including all subchannels withou...

5.5CVSS6.4AI score0.00183EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.5 views

SUSE CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

5.3CVSS6.6AI score0.00562EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 7:15 a.m.3 views

DEBIAN-CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

3.8CVSS5.3AI score0.00562EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 7:15 a.m.11 views

UBUNTU-CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

3.8CVSS6.4AI score0.00562EPSS
SaveExploits0References16
OSV
OSV
added 2024/02/27 7:04 p.m.12 views

UBUNTU-CVE-2021-46938

In the Linux kernel, the following vulnerability has been resolved: dm rq: fix double free of blkmqtagset in dev remove after table load fails When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the device fails, a followi...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/02/27 9:43 a.m.24 views

CVE-2021-46925 net/smc: fix kernel panic caused by race of smc_sock

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smcsock A crash occurs when smccdctxhandler tries to access smcsock but smcrelease has already freed it. 4570.695099 BUG: unable to handle page fault for address: 000000002eae9e88...

7.8CVSS6.7AI score0.00183EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/23 2:46 p.m.8 views

CVE-2023-52457 serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: omap: Don't skip resource freeing if pmruntimeresumeandget failed Returning an error code from .remove makes the driver core emit the little helpful error message: remove callback returned a non-zero value. This wil...

6.4AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.8 views

kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove()

A race condition vulnerability was found in the Linux kernel's Qualcomm EMAC Gigabit Ethernet Controller when the user physically removes the device before cleanup in the emacremove function. This flaw can eventually result in a use-after-free issue, possibly leading to a system crash or other...

6.4CVSS6.7AI score0.00355EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.12 views

kernel: writeback: avoid use-after-free after removing device

In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdiunregister gets called to stop further writeback and wait for associated delayed work to complete. However, wbinodewritebackend may schedule bandwid...

7.8CVSS6.3AI score0.00213EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/01/30 12:00 a.m.33 views

RHEL 8 : tigervnc (RHSA-2024:0621)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:0621 advisory. Virtual Network Computing VNC is a remote display system which allows users to view a computing desktop environment not only on the machine...

9.8CVSS6.9AI score0.02106EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/01/25 8:13 a.m.11 views

kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove()

A race condition vulnerability was found in the Linux kernel's Qualcomm EMAC Gigabit Ethernet Controller when the user physically removes the device before cleanup in the emacremove function. This flaw can eventually result in a use-after-free issue, possibly leading to a system crash or other...

6.4CVSS6.7AI score0.00355EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/01/25 8:13 a.m.9 views

kernel: use-after-free after removing device in wb_inode_writeback_end in mm/page-writeback.c

A use-after-free flaw was found in the Linux Kernel. When a disk is removed, bdiunregister is called to stop further write-back and waits for associated delayed work to complete. However, wbinodewritebackend may schedule bandwidth estimation work after this has completed, which can result in the...

7.8CVSS5.8AI score0.00254EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/01/24 8:00 a.m.6 views

Kernel: use-after-free after removing device in wb_inode_writeback_end in mm/page-writeback.c

...

7.8CVSS7AI score0.00254EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/01/15 7:01 p.m.1 views

CVE-2024-0562 Kernel: use-after-free after removing device in wb_inode_writeback_end in mm/page-writeback.c

A use-after-free flaw was found in the Linux Kernel. When a disk is removed, bdiunregister is called to stop further write-back and waits for associated delayed work to complete. However, wbinodewritebackend may schedule bandwidth estimation work after this has completed, which can result in the...

7.8CVSS7.1AI score0.00254EPSS
SaveExploits0References4
Rows per page
Query Builder