Lucene search
+L

37829 matches found

EUVD
EUVD
added 2026/01/14 3:07 p.m.7 views

EUVD-2026-2466

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: change all pageblocks migrate type on coalescing When a page is freed it coalesces with a buddy into a higher order page while possible. When the buddy page migrate type differs, it is expected to be updated to matc...

6AI score0.00132EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/14 3:07 p.m.9 views

EUVD-2026-2467

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix possible null-pointer dereferences in raid5storegroupthreadcnt The variable mddev-private is first assigned to conf and then checked: conf = mddev-private; if !conf ... If conf is NULL, then mddev-private is also...

6AI score0.00172EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/01/14 3:07 p.m.8 views

EUVD-2026-2474

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: avoid invalid read in irdmanetevent irdmanetevent should not dereference anything from "neigh" alias "ptr" until it has checked that the event is NETEVENTNEIGHUPDATE. Other events come with different structures pointe...

5.9AI score0.00179EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:07 p.m.6 views

EUVD-2026-2488

In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Do not use req-iv after cryptoaeadencrypt As soon as cryptoaeadencrypt is called, the underlying request may be freed by an asynchronous completion. Thus dereferencing req-iv after it returns is invalid. Instead o...

6AI score0.00279EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:07 p.m.8 views

EUVD-2026-2483

In the Linux kernel, the following vulnerability has been resolved: smc91x: fix broken irq-context in PREEMPTRT When smc91x.c is built with PREEMPTRT, the following splat occurs in FVPRevC: 13.055000 smc91x LNRO0003:00 eth0: link up, 10Mbps, half-duplex, lpa 0x0000 13.062137 BUG: workqueue leaked...

6AI score0.00273EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:07 p.m.7 views

EUVD-2026-2477

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Zero-initialize the eb.vma array in i915gemdoexecbuffer Initialize the eb.vma array with values of 0 when the eb structure is first set up. In particular, this sets the eb-vmai.vma pointers to NULL, simplifying...

6AI score0.00148EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:07 p.m.10 views

EUVD-2026-2481

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Sign extend kfunc call arguments The kfunc calls are native calls so they should follow LoongArch calling conventions. Sign extend its arguments properly to avoid kernel panic. This is done by adding a new...

5.9AI score0.00133EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/14 3:07 p.m.14 views

EUVD-2026-2487

In the Linux kernel, the following vulnerability has been resolved: erspan: Initialize optionslen before referencing options. The struct iptunnelinfo has a flexible array member named options that is protected by a countedbyoptionslen attribute. The compiler will use this information to enforce...

6.1AI score0.00302EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/14 3:07 p.m.10 views

EUVD-2026-2465

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Discard Beacon frames to non-broadcast address Beacon frames are required to be sent to the broadcast address, see IEEE Std 802.11-2020, 11.1.3.1 "The Address 1 field of the Beacon .. frame shall be set to the...

6AI score0.00224EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.7 views

EUVD-2026-2478

In the Linux kernel, the following vulnerability has been resolved: mptcp: avoid deadlock on fallback while reinjecting Jakub reported an MPTCP deadlock at fallback time: WARNING: possible recursive locking detected 6.18.0-rc7-virtme 1 Not tainted --------------------------------------------...

5.9AI score0.00259EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.9 views

EUVD-2026-2491

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not register unsupported perf events Synthetic events currently do not have a function to register perf events. This leads to calling the tracepoint register functions with a NULL function pointer which triggers:...

6.1AI score0.00159EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.11 views

EUVD-2026-2498

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: move preemptpreparepostamble after error check Move the call to preemptpreparepostamble after verifying that preemptpostambleptr is valid. If preemptpostambleptr is NULL, dereferencing it in preemptpreparepostamble...

5.9AI score0.00161EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/14 3:06 p.m.10 views

EUVD-2026-2490

In the Linux kernel, the following vulnerability has been resolved: ext4: fix string copying in parseapplysbmountoptions strscpypad can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size. Commit 0efc5990bca5 "string.h: Introduce memtostr and memtostrpad" provid...

5.9AI score0.00167EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.13 views

EUVD-2026-2489

In the Linux kernel, the following vulnerability has been resolved: iommufd/selftest: Check for overflow in IOMMUTESTOPADDRESERVED syzkaller found it could overflow math in the test infrastructure and cause a WARNON by corrupting the reserved interval tree. This only effects test kernels with...

6.1AI score0.00213EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/01/14 3:06 p.m.5 views

EUVD-2026-2494

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauthgss: avoid NULL deref on zero length gsstoken in gssreadproxyverf A zero length gsstoken results in pages == 0 and intoken-pages0 is NULL. The code unconditionally evaluates pageaddressintoken-pages0 for the initia...

6.2AI score0.00484EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.6 views

EUVD-2026-2495

In the Linux kernel, the following vulnerability has been resolved: parisc: Do not reprogram affinitiy on ASP chip The ASP chip is a very old variant of the GSP chip and is used e.g. in HP 730 workstations. When trying to reprogram the affinity it will crash with a HPMC as the relevant registers...

5.9AI score0.00144EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.5 views

EUVD-2026-2496

In the Linux kernel, the following vulnerability has been resolved: powerpc/kexec: Enable SMT before waking offline CPUs If SMT is disabled or a partial SMT state is enabled, when a new kernel image is loaded for kexec, on reboot the following warning is observed: kexec: Waking offline cpu 228...

5.7AI score0.00143EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.6 views

EUVD-2026-2493

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Avoid walking the Namespace if startnode is NULL Although commit 0c9992315e73 "ACPICA: Avoid walking the ACPI Namespace if it is not there" fixed the situation when both startnode and acpigblrootnode are NULL, the Linux...

5.9AI score0.00144EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/01/14 3:06 p.m.13 views

EUVD-2026-2497

In the Linux kernel, the following vulnerability has been resolved: block: Remove queue freezing from several sysfs store callbacks Freezing the request queue from inside sysfs store callbacks may cause a deadlock in combination with the dm-multipath driver and the queueifnopath option...

5.9AI score0.00095EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/01/14 3:06 p.m.7 views

EUVD-2026-2500

In the Linux kernel, the following vulnerability has been resolved: libceph: make decodepool more resilient against corrupted osdmaps If the osdmap is maliciously corrupted such that the encoded length of cephpgpool envelope is less than what is expected for a particular encoding version,...

6AI score0.0037EPSS
SaveExploits0References6
Rows per page
Query Builder