Lucene search
+L

77462 matches found

EUVD
EUVD
added 2026/04/22 3:31 p.m.17 views

EUVD-2026-24898

In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfsiocbiterread. However, it can be interrupted by SIGKILL, returning the number of bytes actually copied. Unused folios in bio are...

5.6AI score0.00122EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.11 views

EUVD-2026-24897

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2capecredconnreq Syzbot reported a KASAN stack-out-of-bounds read in l2capbuildcmd that is triggered by a malformed Enhanced Credit Based Connection Request. The vulnerability...

5.8AI score0.00252EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24903

In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFSROOTORPHANCLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 root root 16 Jan 23 16:49 . drwxr-xr-x 1 root root 24 Ja...

5.6AI score0.00123EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24889

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix circular locking dependency in nciclosedevice nciclosedevice flushes rxwq and txwq while holding reqlock. This causes a circular locking dependency because ncirxwork running on rxwq can end up taking reqlock too:...

5.6AI score0.00095EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/04/22 3:31 p.m.15 views

EUVD-2026-24833

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

5.6AI score0.00479EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/04/22 3:31 p.m.14 views

EUVD-2026-24815

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Fix double free in dma-buf feature The error path through vfiopcicorefeaturedmabuf ignores its own advice to only use dmabufput after dmabufexport, instead falling through the entire unwind chain. In the unlikely event...

5.6AI score0.0012EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/04/22 3:31 p.m.9 views

EUVD-2026-24790

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.8AI score0.00123EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/04/22 3:31 p.m.9 views

EUVD-2026-24767

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

5.6AI score0.00122EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/22 2:16 p.m.12 views

CVE-2026-33595

A client can trigger excessive memory allocation by generating a lot of errors responses over a single DoQ and DoH3 connection, as some resources were not properly released until the end of the connection...

7.5CVSS0.00371EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31519

In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFSROOTORPHANCLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 root root 16 Jan 23 16:49 . drwxr-xr-x 1 root root 24 Ja...

5.5CVSS0.00123EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/22 2:16 p.m.11 views

CVE-2026-31514

In the Linux kernel, the following vulnerability has been resolved: erofs: set fileio bio failed in short read case For file-backed mount, IO requests are handled by vfsiocbiterread. However, it can be interrupted by SIGKILL, returning the number of bytes actually copied. Unused folios in bio are...

5.5CVSS0.00122EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/22 2:16 p.m.13 views

CVE-2026-31490

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Fix use-after-free in migration restore When an error is returned from xesriovpfmigrationrestoreproduce, the data pointer is not set to NULL, which can trigger use-after-free in subsequent .write calls. Set the pointer...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/22 2:16 p.m.8 views

CVE-2026-31477

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2lock smb2lock has three error handling issues after listdel detaches smblock from locklist at nocheckcl: 1 If vfslockfile returns an unexpected error in the non-UNLOCK path, goto out...

7.5CVSS0.00479EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/22 2:16 p.m.11 views

CVE-2026-31468

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Fix double free in dma-buf feature The error path through vfiopcicorefeaturedmabuf ignores its own advice to only use dmabufput after dmabufexport, instead falling through the entire unwind chain. In the unlikely event...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/04/22 2:16 p.m.9 views

CVE-2026-31451

In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio Replace BUGON with proper error handling when inline data size exceeds PAGESIZE. This prevents kernel panic and allows the system to continue running while...

5.5CVSS0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/04/22 2:16 p.m.10 views

CVE-2026-31439

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix regmap init error handling devmregmapinitmmio returns an ERRPTR upon error, not NULL. Fix the error check and also fix the error message. Use the error code from ERRPTR instead of the wrong value in r...

5.5CVSS0.00122EPSS
SaveExploits0References5
NVD
NVD
added 2026/04/22 2:16 p.m.16 views

CVE-2026-31442

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible invalid memory access after FLR In the case that the first Function Level Reset FLR concludes correctly, but in the second FLR the scratch area for the saved configuration cannot be allocated, it's...

7.8CVSS0.00127EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.13 views

CVE-2026-31443

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix crash when the event log is disabled If reporting errors to the event log is not supported by the hardware, and an error that causes Function Level Reset FLR is received, the driver will try to restore the...

5.5CVSS0.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.44 views

CVE-2026-31528 perf: Make sure to use pmu_ctx->pmu for groups

In the Linux kernel, the following vulnerability has been resolved: perf: Make sure to use pmuctx-pmu for groups Oliver reported that x86pmudel ended up doing an out-of-bound memory access when groupschedin fails and needs to roll back. This should be handled by the transaction callbacks, but he...

7.8CVSS0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.44 views

CVE-2026-31518 esp: fix skb leak with espintcp and async crypto

In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, espoutputtailtcp will return an error and not free the skb, because with synchronous crypto, the common xfrm output code will drop the packe...

0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder