Lucene search
+L

5120 matches found

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

EUVD-2025-205132

In the Linux kernel, the following vulnerability has been resolved: KVM: Destroy target device if coalesced MMIO unregistration fails Destroy and free the target coalesced MMIO device if unregistering said device fails. As clearly noted in the code, kvmiobusunregisterdev does not destroy the targ...

6AI score0.00187EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 12:30 p.m.15 views

EUVD-2025-205125

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks at error path for UMP open The allocation and initialization errors at allocmidiurbs that is called at MIDI 2.0 / UMP device are supposed to be handled at the caller side by invoking...

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

EUVD-2025-205142

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix deadlock issue when externellb and reset are executed together When externellb and reset are executed together, a deadlock may occur: 3147.217009 INFO: task kworker/u321:0:7 blocked for more than 120 seconds...

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

EUVD-2025-205161

In the Linux kernel, the following vulnerability has been resolved: i2c: cadence: cdnsi2cmasterxfer: Fix runtime PM leak on error path The cdnsi2cmasterxfer function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currentl...

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

EUVD-2025-205164

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix one memleak in inetdelifa I got the below warning when do fuzzing test: unregisternetdevice: waiting for bond0 to become free. Usage count = 2 It can be repoduced via: ip link add bond0 type bond sysctl -w...

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

EUVD-2025-205158

In the Linux kernel, the following vulnerability has been resolved: x86/sev: Make encdechypercall accept a size instead of npages encdechypercall accepted a page count instead of a size, which forced its callers to round up. As a result, non-page aligned vaddrs caused pages to be spuriously marke...

5.7AI score0.00106EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205140

In the Linux kernel, the following vulnerability has been resolved: ionic: remove WARNON to prevent paniconwarn Remove unnecessary early code development check and the WARNON that it uses. The irq alloc and free paths have long been cleaned up and this check shouldn't have stuck around so long...

6.2AI score0.0021EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205149

In the Linux kernel, the following vulnerability has been resolved: virtiovdpa: build affinity masks conditionally We try to build affinity mask via createaffinitymasks unconditionally which may lead several issues: - the affinity mask is not used for parent without affinity support only VDUSE...

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

EUVD-2025-205147

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion of exclop condition when starting balance Balance as exclusive state is compatible with paused balance and device add, which makes some things more complicated. The assertion of valid states when starting fro...

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

EUVD-2025-205159

In the Linux kernel, the following vulnerability has been resolved: staging: r8712: Fix memory leak in r8712initxmitpriv In the above mentioned routine, memory is allocated in several places. If the first succeeds and a later one fails, the routine will leak memory. This patch fixes commit...

6AI score0.00204EPSS
SaveExploits0References6
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.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.48 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.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.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.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-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.10 views

EUVD-2025-205176

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host SDIO may need addtional 511 bytes to align bus operation. If the tailroom of this skb is not big enough, we would access invalid memory region. For low level...

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

EUVD-2025-205180

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible memory leak in mtkprobe If mtkwedaddhw has been called, mtkwedexit needs be called in error path or removing module to free the memory allocated in mtkwedaddhw...

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

EUVD-2025-205174

In the Linux kernel, the following vulnerability has been resolved: ceph: fix potential use-after-free bug when trimming caps When trimming the caps and just after the 'session-scaplock' is released in cephiteratesessioncaps the cap maybe removed by another thread, and when using the stale cap...

6AI score0.00516EPSS
SaveExploits0References5
Rows per page
Query Builder