Lucene search
+L

37527 matches found

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

EUVD-2025-205131

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between balance and cancel/pause Syzbot reported a panic that looks like this: assertion failed: fsinfo-exclusiveoperation == BTRFSEXCLOPBALANCEPAUSED, in fs/btrfs/ioctl.c:465 ------------ cut here ------------...

5.9AI score0.00182EPSS
SaveExploits0References4
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.0017EPSS
SaveExploits0References3
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.10 views

EUVD-2025-205134

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting quota root from the dirty cow roots list When disabling quotas we are deleting the quota root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it, which is struct...

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

EUVD-2025-205112

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix VAS mm use after free The refcount on mm is dropped before the coprocessor is detached...

6AI score0.00137EPSS
SaveExploits0References6
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.00206EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.6 views

EUVD-2025-205146

In the Linux kernel, the following vulnerability has been resolved: udplite: Fix NULL pointer dereference in skmemraiseallocated. syzbot reported 0 a null-ptr-deref in skgetrmem0 while using IPPROTOUDPLITE 0x88: 14:25:52 executing program 1: r0 = socket$inet60xa, 0x80002, 0x88 We had a similar...

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

EUVD-2025-205145

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix GID entry ref leak when createah fails If AH create request fails, release sgidattr to avoid GID entry referrence leak reported while releasing GID table...

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

EUVD-2025-205151

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on dataavail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the...

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

EUVD-2025-205118

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

6.1AI score0.00201EPSS
SaveExploits0References7
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.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.00107EPSS
SaveExploits0References5
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.00203EPSS
SaveExploits0References7
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.00206EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205152

In the Linux kernel, the following vulnerability has been resolved: ACPICA: ACPICA: check null return of ACPIALLOCATEZEROED in acpidbdisplayobjects ACPICA commit 0d5f467d6a0ba852ea3aad68663cbcbd43300fd4 ACPIALLOCATEZEROED may fails, objectinfo might be null and will cause null pointer dereference...

6AI score0.00215EPSS
SaveExploits0References9
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.00195EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.9 views

EUVD-2025-205162

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

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

EUVD-2025-205144

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix an issue found by KASAN Write only correct size 32 instead of 64 bytes...

6AI score0.00193EPSS
SaveExploits0References4
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.00212EPSS
SaveExploits0References7
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
Rows per page
Query Builder