Lucene search
+L

328373 matches found

Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74404

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix snpfilterreservedmemregions off-by-one Sashiko notes: regarding the bounds check in snpfilterreservedmemregions called via walkiomemresdesc: does the check if rangelist-numelements 16 + 8 PAGESIZE allow an...

5.7AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-74405

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix race between OPP addition and lookup A race exists between devpmoppadddynamic and devpmoppfindfreqexact: CPU0 add CPU1 lookup ------------------------------- ------------------------------ oppadd mutexlock...

5.5AI score0.00166EPSS
SaveExploits0
CVE
CVE
added yesterday13 views

CVE-2026-74405

CVE-2026-74405 describes a race in the Linux kernel OPP subsystem: between dev_pm_opp_add_dynamic() and dev_pm_opp_find_freq_exact(), a new OPP could be observed by a concurrent lookup before its kref/opp_table were initialized, risking refcount corruption and premature free. The mitigation is to...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

CVE-2026-74404 crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix snpfilterreservedmemregions off-by-one Sashiko notes: regarding the bounds check in snpfilterreservedmemregions called via walkiomemresdesc: does the check if rangelist-numelements 16 + 8 PAGESIZE allow an...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74403

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

5.4AI score0.00156EPSS
SaveExploits0
CVE
CVE
added yesterday13 views

CVE-2026-74403

Root-cause: in the Linux kernel crypto: ccp path for TIO, code checked the result of page_address() after __snp_alloc_firmware_pages() instead of validating the allocation itself. If allocation returns NULL under memory pressure, page_address(NULL) could produce a non-NULL garbage pointer, causin...

5.4AI score0.00156EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-59550

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

5.4AI score0.00156EPSS
SaveExploits0References2
OSV
OSV
added yesterday4 views

CVE-2026-74403 crypto: ccp - Check for page allocation failure correctly in TIO

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added yesterday32 views

CVE-2026-74403 crypto: ccp - Check for page allocation failure correctly in TIO

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: if snpallocfirmwarepages returns NULL under memory pressure, is it safe to pass it directly to pageaddress? On architectures without HASHEDPAGEVIRTUA...

0.00156EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74402

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

5.6AI score0.00177EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59546

In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evmxattrs read buffer evmreadxattrs allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlentemp to simplereadfrombuffer. When no configured xattrs are enabled, the...

5.7AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74398

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrconf: bail out of dadfailure when state is no longer POSTDAD addrconfdadfailure transitions ifp-state from DAD to POSTDAD via addrconfdadend, which drops ifp-lock on return. The lock is re-acquired after...

5.5AI score0.00177EPSS
SaveExploits0
CVE
CVE
added yesterday10 views

CVE-2026-74399

The CVE-2026-74399 issue concerns the Linux kernel evm subsystem, specifically evm_read_xattrs. The function allocates a buffer for xattrs and, when no configured xattrs are enabled, leaves temp[0] uninitialized, causing strlen(temp) to read past initialized memory. The fix terminates the buffer ...

5.6AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74399

In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evmxattrs read buffer evmreadxattrs allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlentemp to simplereadfrombuffer. When no configured xattrs are enabled, the...

5.6AI score0.00172EPSS
SaveExploits0
CVE
CVE
added yesterday17 views

CVE-2026-74397

CVE-2026-74397 describes a Linux kernel issue in the mlx5/IB stack: mlx5_ib_alloc_transport_domain() allocates a transport domain that can leak if mlx5_ib_enable_lb() fails. The mitigation enforces deallocation of the TD on error, returns 0 in the no-loopback success path, and relocates dev->l...

5.4AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added yesterday3 views

CVE-2026-74397 IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added yesterday28 views

CVE-2026-74397 IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-74397

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier mlx5iballoctransportdomain allocates a transport domain and then may fail in mlx5ibenablelb. In that case, the allocated TD is leaked. Fix this by deallocatin...

5.4AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59543

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure mlx5rumrupdatexlt allocates and DMA maps an XLT buffer with mlx5rumrcreatexlt. The buffer is released by the common cleanup path through mlx5rumrunmapfreexlt. After...

5.9AI score0.00179EPSS
SaveExploits0References3
CVE
CVE
added yesterday13 views

CVE-2026-74396

In the Linux kernel, CVE-2026-74396 affects RDMA/mlx5: a fallible mlx5_odp_populate_xlt() error path could skip the standard cleanup via mlx5r_umr_unmap_free_xlt(), leaking the XLT DMA mapping and buffer and potentially leaving xlt_emergency_page_mutex locked. The fix implemented in mlx5r_umr_upd...

5.8AI score0.00179EPSS
SaveExploits0References3
Rows per page
Query Builder