Lucene search
+L

239219 matches found

EUVD
EUVD
added 18 hours ago6 views

EUVD-2026-57047

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925mcubsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score
SaveExploits0References4
EUVD
EUVD
added 18 hours ago7 views

EUVD-2026-57046

In the Linux kernel, the following vulnerability has been resolved: smp: Make CSD lock acquisition atomic for debug mode Commit b0473dcd4b1d "smp: Improve smpcallfunctionsingle CSD-lock diagnostics" changed smpcallfunctionsingle so that, when CSD lock debugging is enabled, async !wait calls use t...

5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 18 hours ago11 views

CVE-2026-68438 smp: Make CSD lock acquisition atomic for debug mode

In the Linux kernel, the following vulnerability has been resolved: smp: Make CSD lock acquisition atomic for debug mode Commit b0473dcd4b1d "smp: Improve smpcallfunctionsingle CSD-lock diagnostics" changed smpcallfunctionsingle so that, when CSD lock debugging is enabled, async !wait calls use t...

SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 18 hours ago4 views

CVE-2026-68438

In the Linux kernel, the following vulnerability has been resolved: smp: Make CSD lock acquisition atomic for debug mode Commit b0473dcd4b1d "smp: Improve smpcallfunctionsingle CSD-lock diagnostics" changed smpcallfunctionsingle so that, when CSD lock debugging is enabled, async !wait calls use t...

5.3AI score
SaveExploits0References3Affected Software1
CVE
CVE
added 18 hours ago14 views

CVE-2026-68438

The CVE-2026-68438 entry describes a Linux kernel issue in smp_call_function_single() related to the CSD lock diagnostic path. When CSD lock debugging is enabled, the patch makes CSD_FLAG_LOCK acquisition atomic via try_cmpxchg_acquire(), turning the previously non-atomic read-modify-write into a...

5.5AI score
SaveExploits0References2
Cvelist
Cvelist
added 18 hours ago9 views

CVE-2026-68437 drm/imagination: Fit paired fragment job in the correct CCCB

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

SaveExploits0References4
OSV
OSV
added 18 hours ago2 views

CVE-2026-68437 drm/imagination: Fit paired fragment job in the correct CCCB

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

5.5AI score
SaveExploits0References7
EUVD
EUVD
added 18 hours ago8 views

EUVD-2026-57045

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fit paired fragment job in the correct CCCB For geometry jobs with a paired fragment job, at the moment, the DRM scheduler's preparejob callback: - checks for internal driver dependencies for the geometry job; -...

5.4AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 18 hours ago3 views

CVE-2026-68436

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...

4.9AI score
SaveExploits0References3
CVE
CVE
added 18 hours ago17 views

CVE-2026-68436

The CVE-2026-68436 issue affects the Linux kernel DRM for AMD display: the in-kernel struct dc can grow beyond the 4 MiB contiguous allocation limit, causing dc_create() to fail when allocated with kzalloc(). The fix replaces kzalloc() with kvzalloc() (and kvfree()) so allocation can fall back to...

5.2AI score
SaveExploits0References2
Cvelist
Cvelist
added 18 hours ago10 views

CVE-2026-68436 drm/amd/display: use kvzalloc to allocate struct dc

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...

SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 18 hours ago4 views

CVE-2026-68435

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix address space mismatch in kexec command line lookup When searching the loaded segments for the "kexec" command line marker, the kexecload2 path filemode == 0 passes the user-space segment buffer straight to strncmp...

5.4AI score
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 18 hours ago9 views

CVE-2026-68434 serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms

In the Linux kernel, the following vulnerability has been resolved: serial: 8250mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR platforms Commit b1b4efea05a5 "serial: 8250mid: Disable DMA for selected platforms" replaced the dnvboard setup and exit callbacks with PTRIFfalse, ..., whic...

SaveExploits0References5
CVE
CVE
added 18 hours ago19 views

CVE-2026-68434

The CVE affects Linux kernel 8250_mid serial driver on Denverton (DNV), Ice Lake Xeon D (ICX-D) and Snowridge (SNR) platforms. Root cause: NULL function pointer dereference after changing setup/exit callbacks to PTR_IF(false, ...) without NULL checks in mid8250_probe() and mid8250_remove(), leadi...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 18 hours ago9 views

CVE-2026-68433 libceph: bound get_version reply decode to front len

In the Linux kernel, the following vulnerability has been resolved: libceph: bound getversion reply decode to front len handlegetversionreply uses msg-frontalloclen as the decode boundary for MONGETVERSIONREPLY. That is the size of the reused reply buffer, not the number of bytes actually receive...

SaveExploits0References5
EUVD
EUVD
added 18 hours ago7 views

EUVD-2026-57041

In the Linux kernel, the following vulnerability has been resolved: libceph: bound getversion reply decode to front len handlegetversionreply uses msg-frontalloclen as the decode boundary for MONGETVERSIONREPLY. That is the size of the reused reply buffer, not the number of bytes actually receive...

5.5AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 18 hours ago4 views

CVE-2026-68432

In the Linux kernel, the following vulnerability has been resolved: vxlan: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns vxlan-net. They differ once the device is created in or moved to a netns oth...

5.2AI score
SaveExploits0References6Affected Software1
CVE
CVE
added 18 hours ago15 views

CVE-2026-68432

The CVE concerns the Linux kernel vxlan changelink path. A tunnel changelink() can operate across at most two netns (dev_net(dev) and vxlan->net) and the code path only gates CAP_NET_ADMIN against dev_net(dev). If a caller is privileged in the device netns but not in vxlan->net, they can re...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added 18 hours ago7 views

EUVD-2026-57040

In the Linux kernel, the following vulnerability has been resolved: vxlan: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns vxlan-net. They differ once the device is created in or moved to a netns oth...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added 18 hours ago7 views

EUVD-2026-57039

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate minimum PDU size for transform requests The receive path applies the minimum SMB2 PDU size check only when ProtocolId is SMB2PROTONUMBER. A packet carrying SMB2TRANSFORMPROTONUM bypasses the check even when the...

5.4AI score
SaveExploits0References2
Rows per page
Query Builder