Lucene search
+L

37500 matches found

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

EUVD-2026-2293

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: crosecishtp: Fix UAF after unbinding driver After unbinding the driver, another kthread crosecconsolelogwork is still accessing the device, resulting an UAF and crash. The driver doesn't unregister the EC device ...

6AI score0.00179EPSS
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.5 views

EUVD-2026-2299

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrumrouter: Fix neighbour use-after-free We sometimes observe use-after-free when dereferencing a neighbour 1. The problem seems to be that the driver stores a pointer to the neighbour, but without holding a reference ...

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

EUVD-2026-2292

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrummr: Fix use-after-free when updating multicast route stats Cited commit added a dedicated mutex instead of RTNL to protect the multicast route list, so that it will not change while the driver periodically traverse...

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

EUVD-2026-2290

In the Linux kernel, the following vulnerability has been resolved: caif: fix integer underflow in cffrmlreceive The cffrmlreceive function extracts a length field from the packet header and, when FCS is disabled, subtracts 2 from this length without validating that len = 2. If an attacker sends ...

5.8AI score0.00285EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/13 3:29 p.m.7 views

EUVD-2026-2286

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

EUVD-2026-2287

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.7AI score0.0018EPSS
SaveExploits0References6
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.5 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.6 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.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-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.5 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-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
Rows per page
Query Builder