Lucene search
+L

6495 matches found

OSV
OSV
added 2026/05/01 3:16 p.m.11 views

UBUNTU-CVE-2026-31744

In the Linux kernel, the following vulnerability has been resolved: PM: EM: Fix NULL pointer dereference when perf domain ID is not found devenergymodelnlgetperfdomainsdoit calls emperfdomaingetbyid but does not check the return value before passing it to emnlgetpdsize. When a caller supplies a...

6.8CVSS5.7AI score0.00107EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.11 views

CVE-2026-43029

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lockup in mptcprecvmsg syzbot reported a soft lockup in mptcprecvmsg 0. When receiving data with MSGPEEK | MSGWAITALL flags, the skb is not removed from the skreceivequeue. This causes skwaitdata to always find...

7.5CVSS6.6AI score0.00329EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.10 views

CVE-2026-31735

In the Linux kernel, the following vulnerability has been resolved: iommupt: Fix short gather if the unmap goes into a large mapping unmap has the odd behavior that it can unmap more than requested if the ending point lands within the middle of a large or contiguous IOPTE. In this case the gather...

8.8CVSS6.8AI score0.0012EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 3:16 p.m.13 views

UBUNTU-CVE-2026-31742

In the Linux kernel, the following vulnerability has been resolved: vt: discard stale unicode buffer on alt screen exit after resize When enteraltscreen saves vcunilines into vcsavedunilines and sets vcunilines to NULL, a subsequent console resize via vcdoresize skips reallocating the unicode...

7.8CVSS5.9AI score0.00127EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.12 views

CVE-2026-43006

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: reject zero-length fixed buffer import validatefixedrange admits bufaddr at the exact end of the registered region when len is zero, because the check uses strict greater-than bufend imu-ubuf + imu-len. ioimportfixe...

7.1CVSS6.6AI score0.00124EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 3:16 p.m.10 views

UBUNTU-CVE-2026-31765

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Change AMDGPUVARESERVEDTRAPSIZE to 64KB Currently, AMDGPUVARESERVEDTRAPSIZE is hardcoded to 8KB, while KFDCWSRTBATMASIZE is defined as 2 PAGESIZE. On systems with 4K pages, both values match 8KB, so allocation and...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.8 views

UBUNTU-CVE-2026-31729

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: validate connector number in ucsinotifycommon The connector number extracted from CCI via UCSICCICONNECTOR is a 7-bit field 0-127 that is used to index into the connector array in ucsiconnectorchange. However, t...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.13 views

CVE-2026-31745

In the Linux kernel, the following vulnerability has been resolved: reset: gpio: fix double free in resetaddgpioauxdevice error path When auxiliarydeviceadd fails, resetaddgpioauxdevice calls auxiliarydeviceuninitadev. The device release callback resetgpioauxdevicerelease frees adev, but the...

7.8CVSS6.5AI score0.0012EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.8 views

CVE-2026-31750

In the Linux kernel, the following vulnerability has been resolved: comedi: runflags cannot determine whether to reclaim chanlist syzbot reported a memory leak 1, because commit 4e1da516debb "comedi: Add reference counting for Comedi command handling" did not consider the exceptional exit case in...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.12 views

CVE-2026-43044

In the Linux kernel, the following vulnerability has been resolved: crypto: caam - fix DMA corruption on long hmac keys When a key longer than block size is supplied, it is copied and then hashed into the real key. The memory allocated for the copy needs to be rounded to DMA cache alignment, as...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.10 views

CVE-2026-43008

In the Linux kernel, the following vulnerability has been resolved: gpio: qixis-fpga: Fix error handling for devmregmapinitmmio devmregmapinitmmio returns an ERRPTR on failure, not NULL. The original code checked for NULL which would never trigger on error, potentially leading to an invalid point...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.8 views

CVE-2026-31731

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Address thermal zone removal races with resume Since thermalzonepmcomplete and thermalzonedeviceresume re-initialize the pollqueue delayed work for the given thermal zone, the canceldelayedworksync in...

7.8CVSS6.5AI score0.00125EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31727

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uether: Fix NULL pointer deref in ethgetdrvinfo Commit ec35c1969650 "usb: gadget: fncm: Fix netdevice lifecycle with devicemove" reparents the gadget device to /sys/devices/virtual during unbind, clearing the gadget...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31777

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Check the error for index mapping The ctxfi driver blindly assumed a proper value returned from daiodeviceindex, but it's not always true. Add a proper error check to deal with the error from the function...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/01 3:16 p.m.9 views

UBUNTU-CVE-2026-31740

In the Linux kernel, the following vulnerability has been resolved: counter: rz-mtu3-cnt: do not use struct rzmtu3channel's dev member The counter driver can use HW channels 1 and 2, while the PWM driver can use HW channels 0, 1, 2, 3, 4, 6, 7. The dev member is assigned both by the counter drive...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References17
OSV
OSV
added 2026/05/01 3:16 p.m.8 views

UBUNTU-CVE-2026-43029

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lockup in mptcprecvmsg syzbot reported a soft lockup in mptcprecvmsg 0. When receiving data with MSGPEEK | MSGWAITALL flags, the skb is not removed from the skreceivequeue. This causes skwaitdata to always find...

7.5CVSS5.7AI score0.00329EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.9 views

UBUNTU-CVE-2026-43039

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

9.8CVSS5.8AI score0.00308EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.12 views

UBUNTU-CVE-2026-31785

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xepagefault: Disallow writes to read-only VMAs The page fault handler should reject write/atomic access to read only VMAs. Add code to handle this in xepagefaultservice after the VMA lookup. v2: - Apply max line length...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/01 3:16 p.m.13 views

UBUNTU-CVE-2026-43055

In the Linux kernel, the following vulnerability has been resolved: scsi: target: file: Use kzallocflex for aiocmd The targetcorefile doesn't initialize the aiocmd-iocb for the kiwritestream. When a write command fdexecuterwaio is executed, we may get a bogus kiwritestream value, causing unintend...

7.5CVSS5.6AI score0.00358EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/01 3:16 p.m.10 views

CVE-2026-31736

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkppe: avoid NULL deref when gmac0 is disabled If the gmac0 is disabled, the precheck for a valid ingress device will cause a NULL pointer deref and crash the system. This happens because eth-netdev0 will be NULL...

5.5CVSS6AI score0.00122EPSS
SaveExploits0References2
Rows per page
Query Builder