Lucene search
+L

22626 matches found

NVD
NVD
added 2026/07/24 4:16 p.m.7 views

CVE-2026-64228

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 4:16 p.m.9 views

CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS0.00126EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 4:16 p.m.5 views

DEBIAN-CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.4 views

DEBIAN-CVE-2026-64215

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Check kzalloc return in a8xxhfisendperftable Check the return value of kzalloc to prevent a NULL pointer dereference on allocation failure. Patchwork: https://patchwork.freedesktop.org/patch/721342/...

5.7AI score0.00156EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:27 p.m.11 views

CVE-2026-64234

The CVE-2026-64234 issue in the Linux kernel affects the tty: serial: pch_uart path. It fixes a missing check for dma_alloc_coherent() failure, which could cause a NULL pointer dereference in dma_handle_rx(). The fix adds the check and ensures proper release of DMA channels and the PCI device ref...

5.7AI score0.00165EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.13 views

CVE-2026-64234

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score0.00165EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.7 views

CVE-2026-64234 tty: serial: pch_uart: add check for dma_alloc_coherent()

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:27 p.m.7 views

EUVD-2026-48643

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.33 views

CVE-2026-64234 tty: serial: pch_uart: add check for dma_alloc_coherent()

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

0.00165EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:23 p.m.13 views

CVE-2026-64228

The CVE-2026-64228 issue affects the Linux kernel in the net: ethtool: phy path. When a PHY driver is unbound via sysfs, phydev->drv can become NULL while the phy_device remains attached to its net_device. phy_remove() clears phydev->drv but does not call phy_detach(), leaving the phy_devic...

5.7AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:23 p.m.9 views

CVE-2026-64228 net: ethtool: phy: avoid NULL deref when PHY driver is unbound

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

5.7AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/24 3:23 p.m.9 views

EUVD-2026-48629

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00126EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.38 views

CVE-2026-64221 spi: ti-qspi: fix use-after-free after DMA setup failure

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS0.00126EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00126EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64220

The CVE-2026-64220 issue in the Linux kernel affects firmware nodes initialized via fwnode_init. If a firmware node is allocated on the stack or heap with a non-zeroing allocator, its fwnode->secondary may contain uninitialized memory instead of NULL or IS_ERR(), risking dereference (e.g., in ...

5.7AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:23 p.m.18 views

CVE-2026-64215

In the Linux kernel, a fix was applied to the DRM MSM A6xx driver (a8xx_hfi_send_perf_table) to check the return value of kzalloc() and prevent a NULL pointer dereference on allocation failure. This addresses a memory allocation failure path in the a6xx HFI perf table setup. The fix is documented...

5.8AI score0.00156EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/24 3:23 p.m.11 views

EUVD-2026-48623

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Check kzalloc return in a8xxhfisendperftable Check the return value of kzalloc to prevent a NULL pointer dereference on allocation failure. Patchwork: https://patchwork.freedesktop.org/patch/721342/...

5.8AI score0.00156EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:12 p.m.5 views

GHSA-H58X-R7F7-RH84 ImageMagick: Memory Leak in ICON decoder when allocation fails

A memory leak will occur in the ICON decoder when an allocation fails...

3.7CVSS5.8AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:9 p.m.5 views

GHSA-M596-67P7-69WH ImageMagick: Memory leak in VIFF encoder when allocation fails

When an allocation fails in the VIFF encoder a memory leak will occus...

2.9CVSS5.8AI score0.00191EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:9 p.m.4 views

GHSA-R628-69V2-2F9C ImageMagick: Memory Leak in MIFF encoder when allocaton fails

A memory leak will occur in the MIFF encoder when an allocation fails...

2.9CVSS5.8AI score0.00102EPSS
SaveExploits0References3
Rows per page
Query Builder