Lucene search
+L

37484 matches found

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

EUVD-2026-2284

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating zero-sized extent in extent cache As syzbot reported: F2FS-fs loop0: updateextenttreerange: extent len is zero, type: 0, extent 0, 0, 0, age 0, 0 ------------ cut here ------------ kernel BUG at...

5.9AI score0.00179EPSS
SaveExploits0References6
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.4 views

EUVD-2026-2308

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

5.8AI score0.00475EPSS
SaveExploits0References5
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.19 views

EUVD-2026-2326

In the Linux kernel, the following vulnerability has been resolved: fuse: missing copyfinish in fuse-over-io-uring argument copies Fix a possible reference count leak of payload pages during fuse argument copies. Joanne: simplified error cleanup...

5.8AI score0.00162EPSS
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.00161EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 3:29 p.m.3 views

EUVD-2026-2320

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

EUVD-2026-2328

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

EUVD-2026-2324

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.00172EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/13 3:28 p.m.6 views

EUVD-2026-2323

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

EUVD-2026-2325

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

EUVD-2026-2315

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

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

EUVD-2026-2329

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

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

EUVD-2026-2327

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.9AI score0.00162EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/13 3:28 p.m.6 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.10 views

EUVD-2026-2331

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.9AI score0.00184EPSS
SaveExploits0References6
Rows per page
Query Builder