2223 matches found
PT-2026-64703
In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: check snd ctl new1 return value snd ctl new1 can return NULL when memory allocation fails. snd gf1 pcm volume control does not check the return value before dereferencing kctl-id.index, which can lead to a NULL pointer...
PT-2026-64710
In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: check snd ctl new1 return value snd ctl new1 can return NULL when memory allocation fails. snd ymfpci create spdif controls does not check the return value before dereferencing kctl-id.device, which can lead to a NU...
PT-2026-64701
In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check snd ctl new1 return value snd ctl new1 can return NULL when memory allocation fails. The ice1712 driver calls snd ctl new1 without checking the return value before dereferencing the pointer in multiple places...
Linux Distros Unpatched Vulnerability : CVE-2026-64489
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: ymfpci: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndymfpcicreatespdifcontrols does not check the return valu...
PT-2026-64707
In the Linux kernel, the following vulnerability has been resolved: ALSA: cmipci: check snd ctl new1 return value snd ctl new1 can return NULL when memory allocation fails. snd cmipci spdif controls does not check the return value before dereferencing kctl-id.device, which can lead to a NULL...
Linux Distros Unpatched Vulnerability : CVE-2026-64350
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later...
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...
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...
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...
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...
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...
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...
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...
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...
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...
GHSA-JFQ9-Q63X-RC63 ImageMagick: Memory Leak in TIFF encoder when an allocation fails
When an allocation fails in the TIFF encoder a small memory leak will occur...
ImageMagick: Memory Leak in TIFF encoder when an allocation fails
When an allocation fails in the TIFF encoder a small memory leak will occur...
ImageMagick: Use-After-Free in FormatMagickCaption when memory allocation fails
When a memory allocation fails inside the FormatMagickCaption method a dangling pointer still points to the freed memory...
PT-2026-64330
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference can occur in the drm/msm/a6xx component when the kzalloc function fails to allocate memory. This happens because the return value of kzalloc is not properly...
PT-2026-64349
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential NULL pointer dereference exists in the dma handle rx function. This occurs because the system fails to check for the failure of the dma alloc coherent function, which is used...