Lucene search
+L
UbuntucveRecent

72412 matches found

UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•8 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS6.1AI score0.0012EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-68818

In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path" This reverts commit 0367076b0817d5c75dfb83001ce7ce5c64d803a9. The commit being reverted added code to qla2x00abortallcmds to call sp-done without...

6AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71077

In the Linux kernel, the following vulnerability has been resolved: tpm: Cap the number of PCR banks tpm2getpcrallocation does not cap any upper limit for the number of banks. Cap the limit to eight banks so that out of bounds values coming from external I/O cause on only limited harm...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•5 views

CVE-2025-68806

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix buffer validation by including null terminator size in EA length The smb2setea function, which handles Extended Attributes EA, was performing buffer validation checks that incorrectly omitted the size of the null...

5.9AI score0.00168EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71088

In the Linux kernel, the following vulnerability has been resolved: mptcp: fallback earlier on simult connection Syzkaller reports a simult-connect race leading to inconsistent fallback status: WARNING: CPU: 3 PID: 33 at net/mptcp/subflow.c:1515 subflowdataready+0x40b/0x7c0 net/mptcp/subflow.c:15...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•9 views

CVE-2025-68798

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Check event before enable to avoid GPF On AMD machines cpuc-eventsidx can become NULL in a subtle race condition with NMI-throttle-x86pmustop. Check event for NULL in amdpmuenableall before enable to avoid a GPF. Th...

5.7AI score0.00173EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-68814

In the Linux kernel, the following vulnerability has been resolved: iouring: fix filename leak in ioopenatprep ioopenatprep allocates a struct filename using getname. However, for the condition of the file being installed in the fixed file table as well as having OCLOEXEC flag set, the function...

5.8AI score0.00176EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-71075

In the Linux kernel, the following vulnerability has been resolved: scsi: aic94xx: fix use-after-free in device removal path The asdpciremove function fails to synchronize with pending tasklets before freeing the asdha structure, leading to a potential use-after-free vulnerability. When a device...

7.8CVSS6.2AI score0.00126EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•9 views

CVE-2025-68817

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdtreeconnectput under concurrency Under high concurrency, A tree-connection object tcon is freed on a disconnect path while another path still holds a reference and later executes put/write on it...

7.8CVSS6.4AI score0.00159EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•4 views

CVE-2025-71068

In the Linux kernel, the following vulnerability has been resolved: svcrdma: bound check rqpages index in inline path svcrdmacopyinlinerange indexed rqstp-rqpagesrccurpage without verifying rccurpage stays within the allocated page array. Add guards before the first use and after advancing to a n...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-71083

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Avoid NULL pointer deref for evicted BOs It is possible for a BO to exist that is not currently associated with a resource, e.g. because it has been evicted. When devcoredump tries to read the contents of all BOs for...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•10 views

CVE-2025-71089

In the Linux kernel, the following vulnerability has been resolved: iommu: disable SVA when CONFIGX86 is set Patch series "Fix stale IOTLB entries for kernel address space", v7. This proposes a fix for a security vulnerability related to IOMMU Shared Virtual Addressing SVA. In an SVA context, an...

7.8CVSS6.3AI score0.00145EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•5 views

CVE-2025-71101

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix out-of-bounds array access in ACPI package parsing The hppopulateelementsfrompackage functions in the hp-bioscfg driver contain out-of-bounds array access vulnerabilities. These functions parse ACPI...

7.1CVSS6.1AI score0.00117EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71081

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: sai: fix OF node leak on probe The reference taken to the sync provider OF node when probing the platform device is currently only dropped if the setsync callback fails during DAI probe. Make sure to drop the referen...

5.5CVSS5.8AI score0.00111EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-68795

In the Linux kernel, the following vulnerability has been resolved: ethtool: Avoid overflowing userspace buffer on stats query The ethtool -S command operates across three ioctl calls: ETHTOOLGSSETINFO for the size, ETHTOOLGSTRINGS for the names, and ETHTOOLGSTATS for the values. If the number of...

6.2AI score0.00191EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•4 views

CVE-2025-71098

In the Linux kernel, the following vulnerability has been resolved: ip6gre: make ip6greheader robust Over the years, syzbot found many ways to crash the kernel in ip6greheader 1. This involves team or bonding drivers ability to dynamically change their dev-neededheadroom and/or dev-hardheaderlen ...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-68797

In the Linux kernel, the following vulnerability has been resolved: char: applicom: fix NULL pointer dereference in acioctl Discovered by Atuin - Automated Vulnerability Discovery Engine. In acioctl, the validation of IndexCard and the check for a valid RamIO pointer are skipped when cmd is 6...

5.8AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71066

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

7.5CVSS6.2AI score0.00151EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•4 views

CVE-2025-68821

In the Linux kernel, the following vulnerability has been resolved: fuse: fix readahead reclaim deadlock Commit e26ee4efbc79 "fuse: allocate ff-releaseargs only if release is needed" skips allocating ff-releaseargs if the server does not implement open. However in doing so, fusepreparerelease now...

5.8AI score0.00173EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•10 views

CVE-2025-71096

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Check for the presence of LSNLATYPEDGID correctly The netlink response for RDMANLLSOPIPRESOLVE should always have a LSNLATYPEDGID attribute, it is invalid if it does not. Use the nl parsing logic properly and call...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•8 views

CVE-2025-68794

In the Linux kernel, the following vulnerability has been resolved: iomap: adjust read range correctly for non-block-aligned positions iomapadjustreadrange assumes that the position and length passed in are block-aligned. This is not always the case however, as shown in the syzbot generated case...

6AI score0.00168EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•5 views

CVE-2025-71069

In the Linux kernel, the following vulnerability has been resolved: f2fs: invalidate dentry cache on failed whiteout creation F2FS can mount filesystems with corrupted directory depth values that get runtime-clamped to MAXDIRHASHDEPTH. When RENAMEWHITEOUT operations are performed on such...

5.8AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71094

In the Linux kernel, the following vulnerability has been resolved: net: usb: asix: validate PHY address before use The ASIX driver reads the PHY address from the USB device via asixreadphyaddr. A malicious or faulty device can return an invalid address = PHYMAXADDR, which causes a warning in...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-71078

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

7.8CVSS6.4AI score0.0012EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•8 views

CVE-2025-71086

In the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rosekillbydevice rosekillbydevice collects sockets into a local array and then iterates over them to disconnect sockets bound to a device being brought down. The loop mistakenly indexes...

7.8CVSS6.4AI score0.0012EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•7 views

CVE-2025-71093

In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000tbishouldaccept In e1000tbishouldaccept we read the last byte of the frame via 'datalength - 1' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer...

7.1CVSS6.4AI score0.00117EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:16 p.m.•6 views

CVE-2025-71080

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix a BUG in rt6getpcpuroute under PREEMPTRT On PREEMPTRT kernels, after rt6getpcpuroute returns NULL, the current task can be preempted. Another task running on the same CPU may then execute rt6makepcpuroute and successful...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•6 views

CVE-2025-68772

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating compression context during writeback Bai, Shuangpeng reported a bug as below: Oops: divide error: 0000 1 SMP KASAN PTI CPU: 0 UID: 0 PID: 11441 Comm: syz.0.46 Not tainted 6.17.0 1 PREEMPTfull Hardware...

5.8AI score0.00168EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•8 views

CVE-2025-68767

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Verify inode mode when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 16bits "mode" field loaded from disk are corrupted. According to 1, the permissions...

6.1AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•10 views

CVE-2025-68770

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix XDPTX path For XDPTX action in bnxtrxxdp, clearing of the event flags is not correct. bnxtpollwork - bnxtrxpkt - bnxtrxxdp may be looping within NAPI and some event flags may be set in earlier iterations. In particula...

6AI score0.00166EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•8 views

CVE-2025-68774

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix missing hfsbnodeget in hfsbnodecreate When sync and link are called concurrently, both threads may enter hfsbnodefind without finding the node in the hash table and proceed to create it. Thread A: hfspluswriteinode -...

5.7AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•9 views

CVE-2025-68778

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't log conflicting inode if it's a dir moved in the current transaction We can't log a conflicting inode if it's a directory and it was moved from one parent directory to another parent directory in the current...

5.8AI score0.00168EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•4 views

CVE-2025-68784

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchksetupxattrbuf function can allocate a new value buffer, which means that any reference to ab-value before the call could become a dangling pointer. Fix this by moving an assignment t...

5.9AI score0.00166EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•6 views

CVE-2025-68768

In the Linux kernel, the following vulnerability has been resolved: inet: frags: flush pending skbs in fqdirpreexit We have been seeing occasional deadlocks on pernetopsrwsem since September in NIPA. The stuck task was usually modprobe often loading a driver like ipvlan, trying to take the lock a...

5.8AI score0.00168EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•13 views

CVE-2025-68771

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix kernel BUG in ocfs2findvictimchain syzbot reported a kernel BUG in ocfs2findvictimchain because the clnextfreerec field of the allocation chain list next free slot in the chain list is 0, triggring the...

6.1AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•5 views

CVE-2025-68775

In the Linux kernel, the following vulnerability has been resolved: net/handshake: duplicate handshake cancellations leak socket When a handshake request is cancelled it is removed from the handshakenet-hnrequests list, but it is still present in the handshakerhashtbl until it is destroyed. If a...

5.8AI score0.00168EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•5 views

CVE-2025-68773

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-cpm: Check length parity before switching to 16 bit mode Commit fc96ec826bce "spi: fsl-cpm: Use 16 bit mode for large transfers with even size" failed to make sure that the size is really even before switching to 16 bit...

6AI score0.00177EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•7 views

CVE-2025-68769

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsrecoverfsyncdata With below scripts, it will trigger panic in f2fs: mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo 111 /mnt/f2fs/foo f2fsio fsync /mnt/f2fs/foo f2fsio...

5.8AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•7 views

CVE-2025-68776

In the Linux kernel, the following vulnerability has been resolved: net/hsr: fix NULL pointer dereference in prpgetuntaggedframe prpgetuntaggedframe calls pskbcopy to create frame-skbstd but doesn't check if the allocation failed. If pskbcopy returns NULL, skbclone is called with a NULL pointer,...

5.8AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•6 views

CVE-2025-68777

In the Linux kernel, the following vulnerability has been resolved: Input: tiam335xtsc - fix off-by-one error in wireorder validation The current validation 'wireorderi ARRAYSIZEconfigpins' allows wireorderi to equal ARRAYSIZEconfigpins, which causes out-of-bounds access when used as index in...

6.4AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•5 views

CVE-2025-68779

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid unregistering PSP twice PSP is unregistered twice in: mlx5eremove - mlx5epspunregister mlx5eniccleanup - mlx5epspunregister This leads to a refcount underflow in some conditions: ------------ cut here -----------...

5.7AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•6 views

CVE-2025-68789

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.9AI score0.00032EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•2 views

CVE-2025-68786

In the Linux kernel, the following vulnerability has been resolved: ksmbd: skip lock-range check on equal size to avoid size==0 underflow When size equals the current isize including 0, the code used to call checklockrangefilp, isize, size - 1, WRITE, which computes size - 1 and can underflow for...

5.8AI score0.00168EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•4 views

CVE-2025-68787

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix memory leak in nrsendmsg syzbot reported a memory leak 1. When function sockallocsendskb return NULL in nroutput, the original skb is not freed, which was allocated in nrsendmsg. Fix this by freeing it before return. ...

5.8AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•3 views

CVE-2025-68781

In the Linux kernel, the following vulnerability has been resolved: usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal The delayed work item otgevent is initialized in fslotgconf and scheduled under two conditions: 1. When a host controller binds to the OTG controller. 2...

6.3AI score0.00181EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•4 views

CVE-2025-68785

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix middle attribute validation in pushnsh action The pushnsh action structure looks like this: OVSACTIONATTRPUSHNSHOVSKEYATTRNSHOVSNSHKEYATTRBASE,... The outermost OVSACTIONATTRPUSHNSH attribute is OK'ed by the...

6.2AI score0.00186EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•5 views

CVE-2025-68782

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Reset ttaskcdb pointer in error case If allocation of cmd-ttaskcdb fails, it remains NULL but is later dereferenced in the 'err' path. In case of error, reset NULL ttaskcdb value to point at the default fixed-size...

5.8AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•6 views

CVE-2025-68783

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-mixer: us16x08: validate meter packet indices getmeterlevelsfromurb parses the 64-byte meter packets sent by the device and fills the per-channel arrays meterlevel, complevel and masterlevel in struct...

5.8AI score0.00173EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•4 views

CVE-2025-68788

In the Linux kernel, the following vulnerability has been resolved: fsnotify: do not generate ACCESS/MODIFY events on child for special files inotify/fanotify do not allow users with no read access to a file to subscribe to events e.g. INACCESS/INMODIFY, but they do allow the same user to subscri...

5.8AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
•added 2026/01/13 4:15 p.m.•7 views

CVE-2025-68780

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: only set freecpus for online runqueues Commit 16b269436b72 "sched/deadline: Modify cpudl::freecpus to reflect rd-online" introduced the cpudlset/clearfreecpu functions to allow the cpudl::freecpus mask to be...

5.8AI score0.00173EPSS
SaveExploits0References38
Total number of security vulnerabilities72412