Lucene search
+L

37691 matches found

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

EUVD-2026-2300

In the Linux kernel, the following vulnerability has been resolved: block: fix race between wbtenabledefault and IO submission When wbtenabledefault is moved out of queue freezing in elevatorchange, it can cause the wbt inflight counter to become negative -1, leading to hung tasks in the writebac...

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

EUVD-2026-2312

In the Linux kernel, the following vulnerability has been resolved: fuse: fix io-uring list corruption for terminated non-committed requests When a request is terminated before it has been committed, the request is not removed from the queue's list. This leaves a dangling list entry that leads to...

6.1AI score0.00125EPSS
SaveExploits0References3
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.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.8 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.8 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.6 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.00522EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/13 3:29 p.m.11 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.20 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.16 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:29 p.m.4 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
Rows per page
Query Builder