Lucene search
+L

37527 matches found

EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205150

In the Linux kernel, the following vulnerability has been resolved: thermal: of: fix double-free on unregistration Since commit 3d439b1a2ad3 "thermal/core: Alloc-copy-free the thermal zone parameters structure", thermalzonedeviceregister allocates a copy of the tzp argument and frees it when...

6AI score0.00142EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.13 views

EUVD-2025-205157

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

6AI score0.00208EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.1 views

EUVD-2025-205154

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-race around unixtotinflight. unixtotinflight is changed under spinlockunixgclock, but unixreleasesock reads it locklessly. Let's use READONCE for unixtotinflight. Note that the writer side was marked by commit...

5.9AI score0.00217EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.4 views

EUVD-2025-205148

In the Linux kernel, the following vulnerability has been resolved: vmcihost: fix a race condition in vmcihostpoll causing GPF During fuzzing, a general protection fault is observed in vmcihostpoll. general protection fault, probably for non-canonical address 0xdffffc0000000019: 0000 1 PREEMPT SM...

5.8AI score0.00215EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205143

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix locking for runpm vs reclaim For cases where iccbwset can be called in callbaths that could deadlock against shrinker/reclaim, such as runpm resume, we need to decouple the icc locking. Introduce a new iccbwlock...

6AI score0.00191EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205141

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix internal port memory leak The flow rule can be splited, and the extra postact rules are added to postact table. It's possible to trigger memleak when the rule forwards packets from internal port and over tunnel...

6.2AI score0.00187EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205116

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Check valid rport returned by fcbsgtorport Klocwork reported warning of rport maybe NULL and will be dereferenced. rport returned by call to fcbsgtorport could be NULL and dereferenced. Check valid rport returned b...

5.9AI score0.00208EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205177

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

6AI score0.0015EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.46 views

EUVD-2025-205167

In the Linux kernel, the following vulnerability has been resolved: ice: set txtstamps when creating new Tx rings via ethtool When the user changes the number of queues via ethtool, the driver allocates new rings. This allocation did not initialize txtstamps. This results in the txtstamps field...

5.9AI score0.00196EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.9 views

EUVD-2025-205173

In the Linux kernel, the following vulnerability has been resolved: virtio-crypto: fix memory leak in virtiocryptoalgskcipherclosesession 'vcctrlreq' is alloced in virtiocryptoalgskcipherclosesession, and should be freed in the invalid ctrlstatus-status error handling case. Otherwise there is a...

5.9AI score0.00196EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205168

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: ocb: don't leave if not joined If there's no OCB state, don't ask the driver/mac80211 to leave, since that's just confusing. Since set/clear the chandef state, that's a simple check...

6AI score0.00195EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205155

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Disallow unallocated resources to be returned In the event that the topology requests resources that have not been created by the system because they are typically not represented in dpumdsscfg ^1, the resources in...

6AI score0.00196EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205156

In the Linux kernel, the following vulnerability has been resolved: mips: bmips: BCM6358: disable RAC flush for TP1 RAC flush causes kernel panics on BCM6358 with EHCI/OHCI when booting from TP1: 3.881739 usb 1-1: new high-speed USB device number 2 using ehci-platform 3.895011 Reserved instructio...

5.9AI score0.00425EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205166

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

6AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.18 views

EUVD-2025-205171

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: smsm: Fix refcount leak bugs in qcomsmsmprobe There are two refcount leak bugs in qcomsmsmprobe: 1 The 'localnode' is escaped out from foreachchildofnode as the break of iteration, we should call ofnodeput for it in...

6AI score0.00227EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/24 12:30 p.m.29 views

EUVD-2025-205179

In the Linux kernel, the following vulnerability has been resolved: HSI: ssiprotocol: fix potential resource leak in ssippnopen ssippnopen claims the HSI client's port with hsiclaimport. When hsiregisterportevent gets some error and returns a negetive value, the HSI client's port should be releas...

5.9AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205172

In the Linux kernel, the following vulnerability has been resolved: ping: Fix potentail NULL deref for /proc/net/icmp. After commit dbca1596bbb0 "ping: convert to RCU lookups, get rid of rwlock", we use RCU for ping sockets, but we should use spinlock for /proc/net/icmp to avoid a potential NULL...

6AI score0.00193EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.3 views

EUVD-2025-205181

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

6AI score0.00203EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205169

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

6AI score0.00196EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.14 views

EUVD-2025-205160

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix memory leak with CONFIGDEBUGOBJECTS=y After a pcidoetask completes, its workstruct needs to be destroyed to avoid a memory leak with CONFIGDEBUGOBJECTS=y...

5.9AI score0.00193EPSS
SaveExploits0References4
Rows per page
Query Builder