Lucene search
+L
UbuntucveRecent

71772 matches found

UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•17 views

CVE-2026-31448

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid infinite loops caused by residual data On the mkdir/mknod path, when mapping logical blocks to physical blocks, if inserting a new extent into the extent tree fails in this example, because the file system disabled th...

9.4CVSS5.8AI score0.00443EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31446

In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in updatesuperwork when racing with umount Commit b98535d09179 "ext4: fix bugon in startthishandle during umount filesystem" moved ext4unregistersysfs before flushing ssbupdwork to prevent new error work...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31434

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix leak of kobject name for sub-group spaceinfo When createspaceinfosubgroup allocates elements of spaceinfo-subgroup, kobjectinitandadd is called for each element via btrfssysfsaddspaceinfotype. However, when...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31518

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...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•18 views

CVE-2026-31447

In the Linux kernel, the following vulnerability has been resolved: ext4: reject mount if bigalloc with sfirstdatablock != 0 bigalloc with sfirstdatablock != 0 is not supported, reject mounting it...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31524

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asusreportfixup The asusreportfixup function was returning a newly allocated kmemdup-allocated buffer, but never freeing it. Switch to devmkzalloc to ensure the memory is managed and freed...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•12 views

CVE-2026-31450

In the Linux kernel, the following vulnerability has been resolved: ext4: publish jinode after initialization ext4inodeattachjinode publishes ei-jinode to concurrent users. It used to set ei-jinode before jbd2journalinitjbdinode, allowing a reader to observe a non-NULL jinode with ivfsinode still...

8.8CVSS5.7AI score0.00533EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•7 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.5CVSS5.7AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31495

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use netlink policy range checks Replace manual range and mask validations with netlink policy annotations in ctnetlink code paths, so that the netlink core rejects invalid values early and can generate extac...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31453

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid dereferencing log items after push callbacks After xfsaildpushitem calls ioppush, the log item may have been freed if the AIL lock was dropped during the push. Background inode reclaim or the dquot shrinker can free th...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31508

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: Avoid releasing netdev before teardown completes The patch cited in the Fixes tag below changed the teardown code for OVS ports to no longer unconditionally take the RTNL. After this change, the netdevdestroy...

7.8CVSS5.8AI score0.00135EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•11 views

CVE-2026-31455

In the Linux kernel, the following vulnerability has been resolved: xfs: stop reclaim before pushing AIL during unmount The unmount sequence in xfsunmountflushinodes pushed the AIL while background reclaim and inodegc are still running. This is broken independently of any use-after-free issues -...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•7 views

CVE-2026-31521

In the Linux kernel, the following vulnerability has been resolved: module: Fix kernel panic when a symbol stshndx is out of bounds The module loader doesn't check for bounds of the ELF section index in simplifysymbols: for i = 1; i shsize / sizeofElfSym; i++ const char name = info-strtab +...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31469

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31467

In the Linux kernel, the following vulnerability has been resolved: erofs: add GFPNOIO in the bio completion if needed The bio completion path in the process context e.g. dm-verity will directly call into decompression rather than trigger another workqueue context for minimal scheduling latencies...

7.5CVSS5.7AI score0.00378EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•7 views

CVE-2026-31523

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: ensure we're polling a polled queue A user can change the polled queue count at run time. There's a brief window during a reset where a hipri task may try to poll that queue before the block layer has updated the queue...

4.7CVSS5.7AI score0.00089EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•12 views

CVE-2026-31504

In the Linux kernel, the following vulnerability has been resolved: net: fix fanout UAF in packetrelease via NETDEVUP race packetrelease has a race window where NETDEVUP can re-register a socket into a fanout group's arr array. The re-registration is not cleaned up by fanoutrelease, leaving a...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•9 views

CVE-2026-31458

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr before accessing contextsarr0 Multiple sysfs command paths dereference contextsarr0 without first verifying that kdamond-contexts-nr == 1. A user can set nrcontexts to 0 via sysfs while DAMON is...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•9 views

CVE-2026-31503

In the Linux kernel, the following vulnerability has been resolved: udp: Fix wildcard bind conflict check when using hash2 When binding a udpsock to a local address and port, UDP uses two hashes udptable-hash and udptable-hash2 for collision detection. The current code switches to "hash2" when...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•7 views

CVE-2026-31515

In the Linux kernel, the following vulnerability has been resolved: afkey: validate families in pfkeysendmigrate syzbot was able to trigger a crash in skbput 1 Issue is that pfkeysendmigrate does not check old/new families, and that setipsecrequest @family argument was truncated, thus possibly...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31466

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix folio isn't locked in softleaftofolio On arm64 server, we found folio that get from migration entry isn't locked in softleaftofolio. This issue triggers when mTHP splitting and zapnonpresentptes races, and the...

4.7CVSS5.7AI score0.00094EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•9 views

CVE-2026-31491

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Harden depth calculation functions An issue was exposed where OS can pass in U32MAX for SQ/RQ/SRQ size. This can cause integer overflow and truncation of SQ/RQ/SRQ depth returning a success when it should have failed...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31473

In the Linux kernel, the following vulnerability has been resolved: media: mc, v4l2: serialize REINIT and REQBUFS with reqqueuemutex MEDIAREQUESTIOCREINIT can run concurrently with VIDIOCREQBUFS0 queue teardown paths. This can race request object cleanup against vb2 queue cancellation and lead to...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31480

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential deadlock in cpu hotplug with osnoise The following sequence may leads deadlock in cpu hotplug: task1 task2 task3 ----- ----- ----- mutexlock&interfacelock CPU GOING OFFLINE cpuswritelock; osnoisecpudie;...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31454

In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfsinodeitempush and xfsqmdquotlogitempush, the AIL lock is dropped to perform buffer IO. Once the cluster buffer no longer protects the log item from reclaim, the...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•7 views

CVE-2026-31435

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place...

8.8CVSS5.7AI score0.00342EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•14 views

CVE-2026-31452

In the Linux kernel, the following vulnerability has been resolved: ext4: convert inline data to extents when truncate exceeds inline size Add a check in ext4setattr to convert files from inline data storage to extent-based storage when truncate grows the file size beyond the inline capacity. Thi...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31499

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix deadlock in l2capconndel l2capconndel calls canceldelayedworksync for both infotimer and idaddrtimer while holding conn-lock. However, the work functions l2capinfotimeout and l2capconnupdateidaddr both acqui...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•9 views

CVE-2026-31479

In the Linux kernel, the following vulnerability has been resolved: drm/xe: always keep track of remap prev/next During 3D workload, user is reporting hitting: 413.361679 WARNING: drivers/gpu/drm/xe/xevm.c:1217 at vmbindioctlopsunwind+0x1e2/0x2e0 xe, CPU7: vkd3dqueue/9925 413.361944 CPU: 7 UID:...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•9 views

CVE-2026-31465

In the Linux kernel, the following vulnerability has been resolved: writeback: don't block sync for filesystems with no data integrity guarantees Add a SBINODATAINTEGRITY superblock flag for filesystems that cannot guarantee data persistence on sync eg fuse. For superblocks with this flag set, sy...

5.5CVSS5.5AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•10 views

CVE-2026-31440

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix leaking event log memory During the device remove process, the device is reset, causing the configuration registers to go back to their default state, which is zero. As the driver is checking if the event log...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31445

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damoncall is online DAMON parameters update. It is done by calling damoncommitctx inside the damoncall callback function. damoncommitctx can fail for tw...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 2:16 p.m.•8 views

CVE-2026-31483

In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an arrayindexnospec boundary to prevent access past the syscall function pointer tables...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•14 views

CVE-2026-35332

NULL-Pointer Dereference When Handling ECDH Public Value in TLS...

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•15 views

CVE-2026-35329

NULL-Pointer Dereference When Processing Padding in PKCS7...

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•12 views

CVE-2026-35334

Possible NULL-Pointer Dereference in RSA Decryption...

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•14 views

CVE-2026-35333

Integer Underflow When Handling RADIUS Attributes...

5.7AI score
SaveExploits3References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•23 views

CVE-2026-35330

Integer Underflow When Handling EAP-SIM/AKA Attributes...

5.7AI score
SaveExploits3References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•14 views

CVE-2026-35331

Accepting Certificates Violating Name Constraints...

5.8AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 12:0 p.m.•18 views

CVE-2026-35328

Infinite Loop When Handling Supported Versions TLS Extension...

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•5 views

CVE-2026-33260

An attacker can send a web request that causes unlimited memory allocation in the internal web server, leading to a denial of service. The internal web server is disabled by default...

7.5CVSS5.8AI score0.00524EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•6 views

CVE-2026-33261

A zone transition from NSEC to NSEC3 might trigger an internal inconsistency and cause a denial of service...

5.9CVSS5.8AI score0.00228EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•6 views

CVE-2026-33262

An attacker can send replies that result in a null pointer dereference, caused by a missing consistency check and leading to a denial of service. Cookies are disabled by default...

5.9CVSS5.8AI score0.00418EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•6 views

CVE-2026-33257

An attacker can send a web request that causes unlimited memory allocation in the internal web server, leading to a denial of service. The internal web server is disabled by default...

7.5CVSS5.8AI score0.00514EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•8 views

CVE-2026-33259

Having many concurrent transfers of the same RPZ can lead to inconsistent RPZ data, use after free and/or a crash of the recursor. Normally concurrent transfers of the same RPZ zone can only occur with a malfunctioning RPZ provider...

5CVSS5.8AI score0.00225EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•6 views

CVE-2026-33600

An RPZ sent by a malicious authoritative server can result in a null pointer dereference, caused by a missing consistency check and leading to a denial of service...

4.9CVSS5.8AI score0.00523EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•8 views

CVE-2026-33258

By publishing and querying a crafted zone an attacker can cause allocation of large entries in the negative and aggressive NSEC3 caches...

7.5CVSS5.8AI score0.00583EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•7 views

CVE-2026-33256

An attacker can send a web request that causes unlimited memory allocation in the internal web server, leading to a denial of service. The internal web server is disabled by default...

7.5CVSS5.8AI score0.00606EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 10:16 a.m.•6 views

CVE-2026-33601

If you use the zoneToCache function with a malicious authoritative server, an attacker can send a zone that result in a null pointer dereference, caused by a missing consistency check and leading to a denial of service...

4.9CVSS5.8AI score0.00512EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/04/22 9:16 a.m.•14 views

CVE-2026-6845

A flaw was found in binutils, specifically within the readelf utility. This vulnerability allows a local attacker to cause a Denial of Service DoS by tricking a user into processing a specially crafted Executable and Linkable Format ELF file. The exploitation of this flaw can lead to the system...

5CVSS5.7AI score0.00147EPSS
SaveExploits0References2
Total number of security vulnerabilities71772