Lucene search
+L

44 matches found

AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: Wifi: brcmsmac – Fix for dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in aced. The free size is changed to match the allocation size...

5.5CVSS5.9AI score0.00162EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68192

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

8.8CVSS0.00412EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.15 views

SUSE CVE-2026-64465

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix sleep in atomic context in xhcifreestreams When a USB device with active stream endpoints is disconnected, xhcifreestreams is called from the hubevent workqueue to free the stream resources. It calls...

4.6CVSS5.7AI score0.0022EPSS
SaveExploits0References18
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

AZL-93912 CVE-2026-64465 affecting package kernel for versions less than 6.6.145.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix sleep in atomic context in xhcifreestreams When a USB device with active stream endpoints is disconnected, xhcifreestreams is called from the hubevent workqueue to free the stream resources. It calls...

5.8AI score0.0022EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/25 8:51 a.m.14 views

EUVD-2026-48809

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix sleep in atomic context in xhcifreestreams When a USB device with active stream endpoints is disconnected, xhcifreestreams is called from the hubevent workqueue to free the stream resources. It calls...

5.7AI score0.0022EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/21 1:00 p.m.11 views

SUSE CVE-2026-64071

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix use-after-free in nvmefreehostmem nvmefreehostmem frees dev-hmbsgt via dmafreenoncontiguous but never clears the pointer afterward. This leads to a use-after-free if nvmefreehostmem is called twice in the same error...

7.8CVSS5.3AI score0.00168EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.51 views

CVE-2026-64071

CVE-2026-64071 is a use-after-free in the Linux kernel's nvme-pci driver. The function nvme_free_host_mem() frees dev->hmb_sgt via dma_free_noncontiguous() but fails to NULL the pointer. When nvme_probe() triggers an I/O error during HMB setup, the error path calls nvme_free_host_mem() a secon...

7.8CVSS5.5AI score0.00168EPSS
SaveExploits0References3Affected Software1
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: Wifi: ath12k – Fix for the dmafreecoherent pointer. dmaalloccoherent allocates a DMA-mapped buffer and stores the addresses in XXXunaligned fields. These addresses should be reused when freeing the buffer, rather than using th...

5.5CVSS6AI score0.00127EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.17 views

SUSE CVE-2026-43149

In the Linux kernel, the following vulnerability has been resolved: net: wan/fslucchdlc: Fix dmafreecoherent in uhdlcmemclean The priv-rxbuffer and priv-txbuffer are alloc'd together as contiguous buffers in uhdlcinit but freed as two buffers in uhdlcmemclean. Change the cleanup to only call...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.17 views

SUSE CVE-2026-43283

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent dma handle dmafreecoherent in error path takes priv-rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv-rxbuf.allocphys...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/05/06 12:30 p.m.15 views

EUVD-2026-27710

In the Linux kernel, the following vulnerability has been resolved: net: wan/fslucchdlc: Fix dmafreecoherent in uhdlcmemclean The priv-rxbuffer and priv-txbuffer are alloc'd together as contiguous buffers in uhdlcinit but freed as two buffers in uhdlcmemclean. Change the cleanup to only call...

5.8AI score0.00162EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/06 12:16 p.m.63 views

CVE-2026-43283

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent dma handle dmafreecoherent in error path takes priv-rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv-rxbuf.allocphys...

8.8CVSS0.00176EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/06 11:28 a.m.66 views

CVE-2026-43202

In the Linux kernel, the following vulnerability has been resolved: fbdev: vt8500lcdfb: fix missing dmafreecoherent fbi-fb.screenbuffer is allocated with dmaalloccoherent but is not freed if the error path is reached...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0
CVE
CVE
added 2026/05/06 11:27 a.m.44 views

CVE-2026-43149

The CVE-2026-43149 issue affects the Linux kernel: the net: wan/fsl_ucc_hdlc driver allocated priv->rx_buffer and priv->tx_buffer as a single contiguous block in uhdlc_init(), but incorrectly freed them as two buffers in uhdlc_memclean() by calling dma_free_coherent() twice. The fix changes...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References8Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43202

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev: vt8500lcdfb: fix missing dmafreecoherent fbi-fb.screenbuffer is allocated with dmaalloccoherent but is not freed if the error path is reached...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/04/29 8:05 a.m.14 views

wifi: brcmsmac: Fix dma_free_coherent() size

...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/04/25 1:36 a.m.15 views

SUSE CVE-2026-31661

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References17
OSV
OSV
added 2026/04/24 3:16 p.m.8 views

DEBIAN-CVE-2026-31661

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.5CVSS5.2AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/24 2:45 p.m.14 views

CVE-2026-31661 wifi: brcmsmac: Fix dma_free_coherent() size

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dmafreecoherent size dmaallocconsistent may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation size...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/04/24 2:45 p.m.80 views

CVE-2026-31661

The CVE-2026-31661 issue affects the Linux kernel brcmsmac Wi‑Fi driver where dma_free_coherent() may free a size different from what dma_alloc_consistent() allocated (size may change for alignment). The fix changes the free size to the allocation size. Descriptions across multiple advisories (NV...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder