Lucene search
+L

245039 matches found

Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68478

In the Linux kernel, the following vulnerability has been resolved: memstick: msblock: reject a card that reports too many blocks msbftlinitialize computes the zone count from the card block count with no bound: msb-zonecount = msb-blockcount / MSBLOCKSINZONE; ... for i = 0; i zonecount; i++...

5.4AI score0.0021EPSS
SaveExploits0
CVE
CVE
added yesterday11 views

CVE-2026-68477

Cve-2026-68477 relates to the Linux kernel IP Virtual Server (ipvs) and fixes incorrect IPv6 transport offsets. The detailed description notes that the app code for TCP could assume an IPv4 network header even after the ipv6 context, causing issues for IPv6-enabled apps. The fix also corrects the...

5.5AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday8 views

EUVD-2026-59098

In the Linux kernel, the following vulnerability has been resolved: ipvs: reload ip header after head reallocation ipvsgetoutrt calls skbensurewritable which may reallocate skb-head...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday11 views

CVE-2026-68477 ipvs: fix more places with wrong ipv6 transport offsets

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-68476

In the Linux kernel, the following vulnerability has been resolved: ipvs: reload ip header after head reallocation ipvsgetoutrt calls skbensurewritable which may reallocate skb-head...

5.3AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59099

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix more places with wrong ipv6 transport offsets Sashiko reports for more incorrect IPv6 transport offsets. The app code for TCP was assuming IPv4 network header even after the ipvsh argument was provided. This can cause...

5.5AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added yesterday12 views

CVE-2026-68476

CVE-2026-68476 affects the Linux kernel IPVS path. The vulnerability arises when __ip_vs_get_out_rt() calls skb_ensure_writable(), which may reallocate skb->head, possibly impacting packet handling. The issue has been resolved in the Linux kernel (relevant commits referenced in connected recor...

5.3AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added yesterday5 views

EUVD-2026-59097

In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxiresetinit, when ioremap fails, the memory region obtained via requestmemregion is not released, leading to a resource leak. Add an errmemregion label to properly...

5.4AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added yesterday12 views

CVE-2026-68475

Mode C: The CVE-2026-68475 entry concerns a Linux kernel sunxi reset path. In sunxi_reset_init(), if ioremap() fails, the memory region obtained with request_mem_region() is not released, causing a resource leak. The fix adds an err_mem_region label to properly release that memory region before f...

5.3AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-68475

In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxiresetinit, when ioremap fails, the memory region obtained via requestmemregion is not released, leading to a resource leak. Add an errmemregion label to properly...

5.3AI score0.0021EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday17 views

CVE-2026-68475 reset: sunxi: fix memory region leak on ioremap failure

In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxiresetinit, when ioremap fails, the memory region obtained via requestmemregion is not released, leading to a resource leak. Add an errmemregion label to properly...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday4 views

EUVD-2026-59096

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

5.6AI score0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday5 views

EUVD-2026-59095

In the Linux kernel, the following vulnerability has been resolved: powerpc/uaccess: correct check for CONFIGPPCE500 in maskuseraddress maskuseraddress incorrectly checks for CONFIGE500 instead of CONFIGPPCE500, causing maskuseraddressisel to not be used on E500 hardware. Fix the check to use the...

5.3AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday10 views

CVE-2026-68473 powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address()

In the Linux kernel, the following vulnerability has been resolved: powerpc/uaccess: correct check for CONFIGPPCE500 in maskuseraddress maskuseraddress incorrectly checks for CONFIGE500 instead of CONFIGPPCE500, causing maskuseraddressisel to not be used on E500 hardware. Fix the check to use the...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday11 views

CVE-2026-68474 powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added yesterday8 views

CVE-2026-68473

CVE-2026-68473 (Linux kernel, PowerPC) has a corrected check in powerpc/uaccess: the code now uses CONFIG_PPC_E500 (not CONFIG_E500) in mask_user_address() so that mask_user_address_isel() is triggered on E500 hardware. The vulnerability stemmed from an incorrect feature flag causing the isel pat...

5.3AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-68473

In the Linux kernel, the following vulnerability has been resolved: powerpc/uaccess: correct check for CONFIGPPCE500 in maskuseraddress maskuseraddress incorrectly checks for CONFIGE500 instead of CONFIGPPCE500, causing maskuseraddressisel to not be used on E500 hardware. Fix the check to use the...

5.3AI score0.00189EPSS
SaveExploits0
CVE
CVE
added yesterday12 views

CVE-2026-68474

The CVE-2026-68474 entry covers a Linux kernel issue in the powerpc/spufs subsystem. The bug is in spufs_mem_mmap_access(), which computes the local store offset as address - vma->vm_start and then bounds-checks it against vma->vm_end instead of the local store size (LS_SIZE). On 64-bit, th...

5.6AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68474

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

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

EUVD-2026-59094

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate EHT MLE before MLD ID read cfg80211gennewie copies ML probe response elements from the parent frame when the parent EHT multi-link element has an MLD ID matching the nontransmitted BSSID index. The code...

5.4AI score0.00198EPSS
SaveExploits0References3
Rows per page
Query Builder