Lucene search
+L

208515 matches found

OSV
OSV
•added 2026/07/25 10:17 a.m.•12 views

DEBIAN-CVE-2026-64485

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

7.8CVSS5.6AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•11 views

DEBIAN-CVE-2026-64491

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascamdisconnect cancels capturework and midiinwork before usbkillanchoredurbs kills the capture/MIDI-in URBs. Those URBs self-resubmit, and their completion handlers reschedule...

5.7AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•12 views

DEBIAN-CVE-2026-64484

In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•15 views

DEBIAN-CVE-2026-64470

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•17 views

DEBIAN-CVE-2026-64472

In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently updated into the same...

5.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64449

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: bound slave read/write to the kernbuf size The SLAVE-path helpers buffertouser and bufferfromuser copy 'count' bytes into/out of the fixed-size kernbuf sizebuf == PCIBUFSIZE == 0x20000, 128 KiB using ppos as the...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64446

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix heap buffer overflow in rtwcfg80211setwpaie supplicantie is a 256-byte array in struct securitypriv. The WPA and WPA2 IE copy paths use: memcpypadapter-securitypriv.supplicantie, &pwpa0, wpaielen + 2; wher...

7.8CVSS5.9AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of a deferred filelock on SMB2CLOSE then SMB2CANCEL Commit f580d27e8928 "ksmbd: fix use-after-free of a deferred filelock on double SMB2CANCEL" made smb2cancel skip a work whose state is...

8.8CVSS5.7AI score0.0063EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•12 views

DEBIAN-CVE-2026-64394

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a WRITEDAC/WRITEOWNER check to SMB2 SETINFO SECURITY commit cc57232cae23 "ksmbd: fix FSCTL permission bypass by adding a permission check for FSCTLSETSPARSE" added a fp-daccess gate to fsctlsetsparse and noted that...

8.8CVSS5.7AI score0.0068EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64375

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second...

7.8CVSS5.7AI score0.00131EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•15 views

DEBIAN-CVE-2026-64366

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix slab-out-of-bounds write in wacomwacqueueinsert wacomwacqueueinsert calls kfifoskip in a loop when the kfifo doesn't have enough space for the incoming report. If the kfifo is empty, kfifoskip reads stale data lef...

8.8CVSS5.8AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•12 views

DEBIAN-CVE-2026-64368

In the Linux kernel, the following vulnerability has been resolved: mm/slab: do not limit zeroing to origsize when only red zoning is enabled When init zeroing on allocation is requested, for kmalloc we generally have to zero the full object size even if a smaller size is requested, in order to...

8.1CVSS5.7AI score0.00417EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•11 views

DEBIAN-CVE-2026-64357

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchmaps reservation limit check xfsexchmapsestimateoverhead adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINTMAX check still tests req-resblks. That is the reservation value from before t...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•11 views

DEBIAN-CVE-2026-64356

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64338

In the Linux kernel, the following vulnerability has been resolved: USB: misc: uss720: unregister parport on probe failure uss720probe registers a parport before reading the 1284 register used to detect unsupported Belkin F5U002 adapters. If get1284register fails, the error path drops the driver...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64321

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 10:17 a.m.•10 views

DEBIAN-CVE-2026-64294

In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks for side-channel protection in mincore and madviseMADVPAGEOUT were done against the nopmntidmap, which...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/25 9:48 a.m.•7 views

CGA-22F7-96X5-JX2R

Bulletin has no description...

5.3CVSS5.6AI score0.00507EPSS
SaveExploits0References5
Circl
Circl
•added 2026/07/25 9:31 a.m.•16 views

GHSA-FP43-VJ7G-PG92

creationtimestamp| type| source ---|---|--- 2026-07-25 09:31:15+00:00| seen| https://gist.github.com/alon710/98c2aa788fd9c777f6b5611c16810427...

5.8AI score
SaveExploits0References1
Debian CVE
Debian CVE
•added 2026/07/25 8:49 a.m.•20 views

CVE-2026-64298

In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAYWRITE in open permission mask for OTRUNC POSIX requires write permission to truncate a file, so an open that specifies OTRUNC must be authorized for write access regardless of the OACCMODE access mode...

7.1CVSS5.7AI score0.00164EPSS
SaveExploits0
Rows per page
Query Builder