Lucene search
+L
UbuntucveRecent

76513 matches found

UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43149

In the Linux kernel, the following vulnerability has been resolved: net: wan/fslucchdlc: Fix dmafreecoherent in uhdlcmemclean The priv-rxbuffer and priv-txbuffer are alloc'd together as contiguous buffers in uhdlcinit but freed as two buffers in uhdlcmemclean. Change the cleanup to only call...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43214

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Add SRCU protection for reading PDPTRs in getsregs2 Add SRCU read-side protection when reading PDPTR registers in getsregs2. Reading PDPTRs may trigger access to guest memory: kvmpdptrread - svmcachereg - loadpdptrs -...

7.8CVSS5.6AI score0.00139EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•17 views

CVE-2026-43134

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix missing key size check for L2CAPLECONNREQ This adds a check for encryption key size upon receiving L2CAPLECONNREQ which is required by L2CAP/LE/CFC/BV-15-C which expects L2CAPCRLEBADKEYSIZE...

8.1CVSS6.7AI score0.00177EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43212

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Make cpumaskofnode robust against NUMANONODE The arch definition of cpumaskofnode cannot handle NUMANONODE - which is a valid index - so add a check for this...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43235

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add missing platform data entries for SM8750 Two platform-data fields for SM8750 were missed: - getvpubuffersize = irisvpu33bufsize Without this, the driver fails to allocate the required internal buffers, leading to...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2025-71291

In the Linux kernel, the following vulnerability has been resolved: misc: bcmvk: Fix possible null-pointer dereferences in bcmvkread In the function bcmvkread, the pointer entry is checked, indicating that it can be NULL. If entry is NULL and rc is set to -EMSGSIZE, the following code may cause...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43193

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4file refcount leak in nfsdgetdirdeleg Claude pointed out that there is a nfs4file refcount leak in nfsdgetdirdeleg. Ensure that the reference to "fp" is released before returning...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43135

In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Add missing unmap in sndcx23885hwparams In error path, add cx23885alsadmaunmap to release the resource acquired by cx23885alsadmamap...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43143

In the Linux kernel, the following vulnerability has been resolved: mfd: core: Add locking around 'mfdofnodelist' Manipulating a list in the kernel isn't safe without some sort of mutual exclusion. Add a mutex any time we access / modify 'mfdofnodelist' to prevent possible crashes...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43277

In the Linux kernel, the following vulnerability has been resolved: APEI/GHES: ensure that won't go past CPER allocated record The logic at ghesnew prevents allocating too large records, by checking if they're bigger than GHESESTATUSMAXSIZE currently, 64KB. Yet, the allocation is done with the...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43269

In the Linux kernel, the following vulnerability has been resolved: drm/atmel-hlcdc: fix memory leak from the atomicdestroystate callback After several commits, the slab memory increases. Some drmcrtccommit objects are not freed. The atomicdestroystate callback only put the framebuffer. Use the...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43266

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't go past the ARM processor CPER record buffer There's a logic inside GHES/CPER to detect if the sectionlength is too small, but it doesn't detect if it is too big. Currently, if the firmware receives an ARM process...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43230

In the Linux kernel, the following vulnerability has been resolved: net/rds: Clear reconnect pending bit When canceling the reconnect worker, care must be taken to reset the reconnect-pending bit. If the reconnect worker has not yet been scheduled before it is canceled, the reconnect-pending bit...

7.5CVSS6.5AI score0.00523EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2025-71274

In the Linux kernel, the following vulnerability has been resolved: rpmsg: core: fix race in driveroverrideshow and use core helper The driveroverrideshow function reads the driveroverride string without holding the devicelock. However, the store function modifies and frees the string while holdi...

7.8CVSS6.5AI score0.00099EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43268

In the Linux kernel, the following vulnerability has been resolved: hfsplus: pretend special inodes as regular files Since commit af153bb63a33 "vfs: catch invalid modes in mayopen" requires any inode be one of SIFDIR/SIFLNK/SIFREG/SIFCHR/SIFBLK/ SIFIFO/SIFSOCK type, use SIFREG for special inodes...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43233

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackh323: fix OOB read in decodechoice In decodechoice, the boundary check before getlen uses the variable len, which is still 0 from its initialization at the top of the function: unsigned int type, ext, len = ...

8.2CVSS6.8AI score0.00463EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43192

In the Linux kernel, the following vulnerability has been resolved: dm mpath: Add missing dmputdevice when failing to get scsi dh name When commit fd81bc5cca8f "scsi: devicehandler: Return error pointer in scsidhattachedhandlername" added code to fail parsing the path if scsidhattachedhandlername...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43167

In the Linux kernel, the following vulnerability has been resolved: xfrm: always flush state and policy upon NETDEVUNREGISTER event syzbot is reporting that "struct xfrmstate" refcount is leaking. unregisternetdevice: waiting for netdevsim0 to become free. Usage count = 2 reftracker:...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43215

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix locking usage for tcon fields We used to use the cifstcpseslock to protect a lot of objects that are not just the server, ses or tcon lists. We later introduced srvlock, seslock and tclock to protect fields within the...

8.8CVSS6.8AI score0.00298EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43271

In the Linux kernel, the following vulnerability has been resolved: md-cluster: fix NULL pointer dereference in processmetadataupdate The function processmetadataupdate blindly dereferences the 'thread' pointer acquired via rcudereferenceprotected within the waitevent macro. While the code commen...

5.5CVSS5.8AI score0.00116EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43166

In the Linux kernel, the following vulnerability has been resolved: erofs: fix interlaced plain identification for encoded extents Only plain data whose start position and on-disk physical length are both aligned to the block size should be classified as interlaced plain extents. Otherwise, it mu...

7.1CVSS5.7AI score0.00132EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•11 views

CVE-2026-43145

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imxrproc: Fix invalid loaded resource table detection imxrprocelffindloadedrsctable may incorrectly report a loaded resource table even when the current firmware does not provide one. When the device tree contains a...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43226

In the Linux kernel, the following vulnerability has been resolved: net/rds: No shortcut out of RDSCONNERROR RDS connections carry a state "rdsconnpath::cpstate" and transitions from one state to another and are conditional upon an expected state: "rdsconnpathtransition." There is one exception t...

7.5CVSS6.6AI score0.00523EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43217

In the Linux kernel, the following vulnerability has been resolved: media: iris: gen2: Add sanity check for session stop In iriskillsession, inst-state is set to IRISINSTERROR and sessionclose is executed, which will kfreeinsthfigen2-packet. If stopstreaming is called afterward, it will cause a...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43267

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential zero beacon interval in beacon tracking During fuzz testing, it was discovered that bssconf-beaconint might be zero, which could result in a division by zero error in subsequent calculations. Set a...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43148

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: Add check for kcalloc failure in parsethreadgroups As kcalloc may fail, check its return value to avoid a NULL pointer dereference when passing it to ofpropertyreadu32array...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43260

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix RSS context delete logic We need to free the corresponding RSS context VNIC in FW everytime an RSS context is deleted in driver. Commit 667ac333dbb7 added a check to delete the VNIC in FW only when netifrunning is tru...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43209

In the Linux kernel, the following vulnerability has been resolved: minix: Add required sanity checking to minixchecksuperblock The fs/minix implementation of the minix filesystem does not currently support any other value for slogzonesize than 0. This is also the only value supported in...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43239

In the Linux kernel, the following vulnerability has been resolved: smb: client: prevent races in -queryinterfaces It was possible for two query interface works to be concurrently trying to update the interfaces. Prevent this by checking and updating ifacelastupdate under ifacelock...

8.8CVSS6.8AI score0.00354EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43158

In the Linux kernel, the following vulnerability has been resolved: xfs: fix freemap adjustments when adding xattrs to leaf blocks xfs/592 and xfs/794 both trip this assertion in the leaf block freemap adjustment code after 20 minutes of running on my test VMs: ASSERTichdr-firstused = ichdr-count...

8.8CVSS6.4AI score0.00469EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43175

In the Linux kernel, the following vulnerability has been resolved: clk: rs9: Reserve 8 struct clkhw slots for for 9FGV0841 The 9FGV0841 has 8 outputs and registers 8 struct clkhw, make sure there are 8 slots for those newly registered clkhw pointers, else there is going to be out of bounds write...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43210

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rbreaddatabuffer. Since this function is used for validating possibly broken ring buffers, the lengt...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43124

In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43128

In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix double dmabufunpin in failure path In ibumemdmabufgetpinnedwithdmadevice, the call to ibumemdmabufmappages can fail. If this occurs, the dmabuf is immediately unpinned but the umemdmabuf-pinned flag is still set...

7.8CVSS6.5AI score0.00139EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43247

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix SError of kernel panic when closed SError of kernel panic rarely happened while testing fluster. The root cause was to enter suspend mode because timeout of autosuspend delay happened. 48.834439...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43136

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Check maxfield in hidppgetreportlength Do not crash when a report has no fields. Fake USB gadgets can send their own HID report descriptors and can define report structures without valid fields. This can be...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43188

In the Linux kernel, the following vulnerability has been resolved: ceph: do not propagate page array emplacement errors as batch errors When fscrypt is enabled, movedirtyfolioinpagearray may fail because it needs to allocate bounce buffers to store the encrypted versions of each folio. Each foli...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43232

In the Linux kernel, the following vulnerability has been resolved: net: wan: farsync: Fix use-after-free bugs caused by unfinished tasklets When the FarSync T-series card is being detached, the fstcardinfo is deallocated in fstremoveone. However, the fsttxtask or fstinttask may still be running ...

8.8CVSS6.8AI score0.00387EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43169

In the Linux kernel, the following vulnerability has been resolved: drm/buddy: Prevent BUGON by validating rounded allocation When DRMBUDDYCONTIGUOUSALLOCATION is set, the requested size is rounded up to the next power-of-two via rounduppowoftwo. Similarly, for non-contiguous allocations with lar...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2026-43228

In the Linux kernel, the following vulnerability has been resolved: hfs: Replace BUGON with error handling for CNID count checks In a06ec283e125 nextid, foldercount, and filecount in the super block info were expanded to 64 bits, and BUGONs were added to detect overflow. This triggered an error...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43154

In the Linux kernel, the following vulnerability has been resolved: erofs: fix incorrect early exits in volume label handling Crafted EROFS images containing valid volume labels can trigger incorrect early returns, leading to folio reference leaks. However, this does not cause system crashes or...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•15 views

CVE-2026-43171

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cperprintfwerr doesn't check if the error record length is big enough to handle offset. On a bad firmware, if the ofset is above the actual record, length -= offs...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•12 views

CVE-2026-43258

In the Linux kernel, the following vulnerability has been resolved: alpha: fix user-space corruption during memory compaction Alpha systems can suffer sporadic user-space crashes and heap corruption when memory compaction is enabled. Symptoms include SIGSEGV, glibc allocator failures e.g...

7.8CVSS6.6AI score0.00138EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43198

In the Linux kernel, the following vulnerability has been resolved: tcp: fix potential race in tcpv6synrecvsock Code in tcpv6synrecvsock after the call to tcpv4synrecvsock is done too late. After tcpv4synrecvsock, the child socket is already visible from TCP ehash table and other cpus might use i...

9.8CVSS5.6AI score0.00298EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43137

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix NULL pointer dereference If there's a mismatch between the DAI links in the machine driver and the topology, it is possible that the playback/capture widget is not set, especially in the case of loopbac...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•16 views

CVE-2026-43234

In the Linux kernel, the following vulnerability has been resolved: team: avoid NETDEVCHANGEMTU event when unregistering slave syzbot is reporting unregisternetdevice: waiting for netdevsim0 to become free. Usage count = 3 reftracker: netdev@ffff88807dcf8618 has 1/2 users at netdevtrackeralloc...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•10 views

CVE-2026-43245

In the Linux kernel, the following vulnerability has been resolved: ntfs: -dcompare must not block ... so don't use getname there. Switch it and ntfsdhash, while we are at it to kmallocPATHMAX, GFPNOWAIT. Yes, ntfsdhash almost certainly can do with smaller allocations, but let ntfs folks deal wit...

7.5CVSS6.5AI score0.00441EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•14 views

CVE-2025-71273

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devmkmemdup in rtwsetsupportedband Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtwregisterhw. The supported bands were not freed in the error path. Copied from...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•13 views

CVE-2026-43237

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Refactor amdgpugemvaioctl for Handling Last Fence Update and Timeline Management v4 This commit simplifies the amdgpugemvaioctl function, key updates include: - Moved the logic for managing the last update fence...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/05/06 12:16 p.m.•18 views

CVE-2026-43244

In the Linux kernel, the following vulnerability has been resolved: kcm: fix zero-frag skb in fraglist on partial sendmsg error Syzkaller reported a warning in kcmwritemsgs when processing a message with a zero-fragment skb in the fraglist. When kcmsendmsg fills MAXSKBFRAGS fragments in the curre...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References14
Total number of security vulnerabilities76513