Lucene search
+L

11989 matches found

EUVD
EUVD
added 2026/01/13 3:29 p.m.5 views

EUVD-2026-2272

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.5AI score0.00179EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.7 views

EUVD-2026-2302

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

6AI score0.00416EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.9 views

EUVD-2026-2306

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Remove drr class from the active list if it changes to strict Whenever a user issues an ets qdisc change command, transforming a drr class into a strict one, the ets code isn't checking whether that class was in t...

6.2AI score0.00134EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2285

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

6AI score0.00183EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2311

In the Linux kernel, the following vulnerability has been resolved: svcrdma: use rcpageoff for memcpy byte offset svcrdmacopyinlinerange added rccurpage page index to the page base instead of the byte offset rcpageoff. Use rcpageoff so copies land within the current page. Found by ZeroPath...

6AI score0.0046EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:29 p.m.5 views

EUVD-2026-2297

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: initialize local pointers upon transfer of memory ownership vidtvchannelsiinit creates a temporary list program, service, event and ownership of the memory itself is transferred to the PAT/SDT/EIT tables through...

5.7AI score0.0013EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2295

In the Linux kernel, the following vulnerability has been resolved: ksmbd: vfs: fix race on mflags in vfscache ksmbd maintains delete-on-close and pending-delete state in ksmbdinode-mflags. In vfscache.c this field is accessed under inconsistent locking: some paths read and modify mflags under...

5.8AI score0.00458EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2305

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

6.1AI score0.00388EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.4 views

EUVD-2026-2303

In the Linux kernel, the following vulnerability has been resolved: NFSD: NFSv4 file creation neglects setting ACL An NFSv4 client that sets an ACL with a named principal during file creation retrieves the ACL afterwards, and finds that it is only a default ACL based on the mode bits and not the...

5.9AI score0.00383EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2294

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.5AI score0.00148EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.10 views

EUVD-2026-2291

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix a job-pasid access race in gpu recovery Avoid a possible UAF in GPU recovery due to a race between the sched timeout callback and the tdr work queue. The gpu recovery function calls drmschedstop and later...

5.8AI score0.00125EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 3:29 p.m.6 views

EUVD-2026-2321

In the Linux kernel, the following vulnerability has been resolved: hwmon: ibmpex fix use-after-free in high/low store The ibmpexhighlowstore function retrieves driver data using devgetdrvdata and uses it without validation. This creates a race condition where the sysfs callback can be invoked...

6AI score0.00032EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.14 views

EUVD-2026-2289

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix double unregister of HCAPORTS component Clear hcadevcomcomp in device's private data after unregistering it in LAG teardown. Otherwise a slightly lagging second pass through mlx5unloadone might try to unregister it...

5.9AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 3:28 p.m.6 views

EUVD-2026-2301

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

6.2AI score0.00175EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:28 p.m.6 views

EUVD-2026-2336

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

6AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:28 p.m.7 views

EUVD-2026-2322

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.00175EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:28 p.m.9 views

EUVD-2026-2314

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

6AI score0.00179EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:28 p.m.5 views

EUVD-2026-2334

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

6AI score0.0018EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:28 p.m.6 views

EUVD-2026-2319

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.00443EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:05 p.m.9 views

EUVD-2026-2347

A vulnerability has been identified in the installation/uninstallation of the Nessus Agent Tray App on Windows Hosts which could lead to escalation of privileges...

8.8CVSS6.5AI score0.00114EPSS
SaveExploits0References2
Rows per page
Query Builder