Lucene search
+L

208109 matches found

OSV
OSV
added 6 days ago5 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.002EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64284

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains...

7.1CVSS5.8AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64288

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined yet no pseudo-TLB allocated. Similarly, the TLB...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64290

In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufdfaultfopsread On a copytouser failure inside the inner listforeachentry, only the inner loop breaks; the outer while re-fetches the just-restored fault group and retries the failing...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64291

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventqdepth upper bound iommufdveventqalloc accepts any !0 veventqdepth from userspace, with an upper bound at U32MAX. This leaves a vulnerability where userspace can allocate excessively large queues to exhaust...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 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...

8.2CVSS5.7AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 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.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64285

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guestmemfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the...

5.7AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64276

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count rmif30mapgpios allocates gpioledkeymap with mingpioledcount, TRACKSTICKRANGEEND == at most 6 entries, but rmif30attention iterates the full f30-gpioledcount devic...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64278

In the Linux kernel, the following vulnerability has been resolved: i2c: imx-lpi2c: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a ti...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64281

In the Linux kernel, the following vulnerability has been resolved: svcrdma: wake sq waiters when the transport closes Threads parked in svcrdmasqwait on scsqticketwait or scsendwait can hang indefinitely in TASKUNINTERRUPTIBLE state across transport teardown, pinning svcxprt references and...

7.5CVSS5.7AI score0.00468EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64279

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix adapter deregistration race Adapters can be looked up by their id using i2cgetadapter which takes a reference to the embedded struct device. Remove the adapter from the IDR before tearing it down during...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago7 views

DEBIAN-CVE-2026-64282

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Don't leak PFN when kvmtranslatevncr races MMU notifier In the case that kvmtranslatevncr races with an MMU notifier the early return does not release a reference on the faulted in PFN. Add the necessary call to...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64277

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count rmif3ainitialize takes the GPIO count from the device query register f3a-gpiocount = buf & RMIF3AGPIOCOUNT, range 0..127. rmif3amapgpios then allocates gpiokeymap wit...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 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.0021EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago6 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...

8.8CVSS5.7AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64268

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siwqprx.c, siwprocrresp places each inbound Read Response DDP segment at sge-laddr + wqe-processed and then accumulates wqe-processed, but i...

9.8CVSS5.9AI score0.00695EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago6 views

DEBIAN-CVE-2026-64274

In the Linux kernel, the following vulnerability has been resolved: Input: goodix - clamp the device-reported contact count goodixtsreadinputreport copies the number of touch points reported by the device into an on-stack buffer u8 pointdata2 + GOODIXMAXCONTACTSIZE GOODIXMAXCONTACTS; which is siz...

5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago5 views

DEBIAN-CVE-2026-64271

In the Linux kernel, the following vulnerability has been resolved: Input: touchwin - reset the packet index on every complete packet twinterrupt accumulates each non-zero serial byte into a fixed three-byte buffer with a running index that is only reset once a full packet has been received and t...

5.8AI score0.00211EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago4 views

DEBIAN-CVE-2026-64272

In the Linux kernel, the following vulnerability has been resolved: Input: mms114 - fix touch indexing for MMS134S and MMS136 The MMS134S and MMS136 touch controllers have an event size of 6 bytes rather than 8 bytes. When mms114readreg reads the touch data packet from the device into the touch...

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