Lucene search
+L

4997 matches found

CVE
CVE
added 2026/09/04 4:49 p.m.15 views

CVE-2026-80884

CVE-2026-80884 affects the Linux kernel's NTB (Non-Transparent Bridge) driver . The root cause is that the driver was modifying the DMA handle before passing it to dma_free_attrs, violating the DMA API contract that requires the exact dma_handle originally returned by the allocation function. Thi...

5.2AI score0.00158EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 4:49 p.m.8 views

CVE-2026-80884 ntb: Store original DMA address for future release

In the Linux kernel, the following vulnerability has been resolved: ntb: Store original DMA address for future release The DMA API requires that dmafreeattrs receive the exact dmahandle originally returned by the allocation function. Do not modify it...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 4:49 p.m.6 views

EUVD-2026-71514

In the Linux kernel, the following vulnerability has been resolved: ntb: Store original DMA address for future release The DMA API requires that dmafreeattrs receive the exact dmahandle originally returned by the allocation function. Do not modify it...

5.3AI score0.00158EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 4:48 p.m.14 views

CVE-2026-80867

CVE-2026-80867 affects the Linux kernel on the Alpha architecture. The pci_mmap_resource() function failed to check security_locked_down(LOCKDOWN_PCI_ACCESS) before allowing userspace to mmap PCI BARs . The generic (non-Alpha) version has enforced this check since commit eb627e17727e to prevent D...

5.3AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 4:48 p.m.11 views

CVE-2026-80867 alpha/PCI: Add security_locked_down() check to pci_mmap_resource()

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add securitylockeddown check to pcimmapresource Currently, Alpha's pcimmapresource does not check securitylockeddownLOCKDOWNPCIACCESS before allowing userspace to mmap PCI BARs. The generic version has had this check...

5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/04 4:48 p.m.7 views

EUVD-2026-71497

In the Linux kernel, the following vulnerability has been resolved: alpha/PCI: Add securitylockeddown check to pcimmapresource Currently, Alpha's pcimmapresource does not check securitylockeddownLOCKDOWNPCIACCESS before allowing userspace to mmap PCI BARs. The generic version has had this check...

5.3AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

AZL-99413 CVE-2026-80834 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

6.2AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 4:18 p.m.6 views

CVE-2026-80834

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99573 CVE-2026-80833 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

6.3AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

AZL-99402 CVE-2026-80831 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: mxs-dcp - fix source scatterlist length access mxsdcpaesblockcrypt uses sgdmalen without mapping the source scatterlist with dmamapsg first. Therefore, sgdmalen is invalid and could return zero or a stale DMA length,...

5.8AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.6 views

AZL-99567 CVE-2026-80832 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

6AI score0.00178EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71284

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

5.5AI score0.00168EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 3:54 p.m.33 views

CVE-2026-80834 crypto: sun8i-ce - Remove crypto_rng interface

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:54 p.m.16 views

CVE-2026-80834

CVE-2026-80834 affects the Linux kernel 's sun8i-ce crypto driver. The vulnerability is a use-after-free in the ->generate() function of the crypto_rng interface, caused by wait_for_completion_interruptible_timeout() failing to shut down the DMA operation when a signal is sent. The fix removes...

5.5AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:54 p.m.5 views

CVE-2026-80834 crypto: sun8i-ce - Remove crypto_rng interface

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 3:54 p.m.7 views

EUVD-2026-71283

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ss - Remove cryptorng interface Since the cryptorng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go...

5.4AI score0.00168EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 3:54 p.m.13 views

CVE-2026-80833

CVE-2026-80833 affects the sun8i-ss crypto driver in the Linux kernel, specifically the now-removed crypto_rng interface . The driver contained two distinct bugs: a use-after-free in its ->generate() function (caused by wait_for_completion_interruptible_timeout() failing to shut down the DMA o...

5.4AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 3:54 p.m.8 views

EUVD-2026-71282

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

5.5AI score0.00178EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:54 p.m.16 views

CVE-2026-80832

CVE-2026-80832 is a buffer underallocation flaw in the Linux kernel's QCE (Qualcomm Crypto Engine) crypto driver , specifically in qce_aead_ccm_prepare_buf_assoclen(). The AAD buffer size is computed as ALIGN(assoclen, 16) + MAX_CCM_ADATA_HEADER_LEN, while the DMA scatterlist length uses ALIGN(as...

5.5AI score0.00178EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:54 p.m.9 views

CVE-2026-80832 crypto: qce - fix CCM AAD buffer underallocation

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

5.8AI score
SaveExploits0References11
Rows per page
Query Builder