Lucene search
+L

1406196 matches found

OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64408

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its HCI device to registernetdev. Controller teardown can clear and relea...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64406

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in btacceptdequeue btacceptget takes a temporary reference before dropping the accept queue lock. btacceptdequeue currently drops that reference before btacceptunlink, leaving only the queue reference...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64387

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix query directory replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2querydirectoryinit fails before the next send, cleanup retains the previous buffer...

5.8AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 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...

5.7AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64386

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix queryinfo replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2queryinfoinit fails before the next send, cleanup retains the previous buffer type and...

5.8AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 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...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64364

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-64367

In the Linux kernel, the following vulnerability has been resolved: HID: hid-goodix-spi: validate report size to prevent stack buffer overflow goodixhidsetrawreport builds a protocol frame in a 128-byte stack buffer tmpbuf, writing an 11-12 byte header followed by the caller-supplied report data...

5.9AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 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.7AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64358

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-64342

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect Submitted write URBs are not stopped on close and therefore need to be stopped unconditionally on disconnect to avoid use-after-free in the completion handler...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64343

In the Linux kernel, the following vulnerability has been resolved: USB: ldusb: fix use-after-free on disconnect race mutexunlock may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly unlike spinlocks and refcounts. 12 Use a kr...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64324

In the Linux kernel, the following vulnerability has been resolved: udf: validate free block extents against the partition length udffreeblocks checks the logical block number and count against the partition length, but drops the extent offset from that final bound. A crafted extent can pass the...

5.7AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64318

In the Linux kernel, the following vulnerability has been resolved: partitions: aix: bound the ppcount scan to the ppe array aixpartition reads the physical volume descriptor into a fixed-size struct pvd and then scans its physical-partition-extent array: int numpps = be16tocpupvd-ppcount; ... fo...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64297

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of moduleextendmaxpages moduleextendmaxpages calls kvrealloc internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fails,...

5.7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 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.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64287

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound usedlrs when flushing the pKVM hyp vCPU flushhypvcpu copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and restore use usedlrs as their loop bound and expect it to...

5.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64292

In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulnerability, where userspace can allocate large queu...

5.7AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64283

In the Linux kernel, the following vulnerability has been resolved: KVM: guestmemfd: Treat memslot binding offset+size as unsigned values When binding a memslot to a guestmemfd file, treat the offset and size as unsigned values to fix a bug where the sum of the two can result in a false negative...

5.5AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-64280

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

5.7AI score0.00206EPSS
SaveExploits0References1
Rows per page
Query Builder