Lucene search
+L

9475 matches found

EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48939

In the Linux kernel, the following vulnerability has been resolved: ksmbd: require source read access for duplicate extents FSCTLDUPLICATEEXTENTSTOFILE passes the source file directly to vfsclonefilerange or vfscopyfilerange without checking the SMB access mask granted to the source handle. A...

5.8AI score0.00406EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48896

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trielookupelem annotates its rcudereferencecheck walks with only rcureadlockbhheld. Because rcudereferencecheckp, c resolves to "c || rcureadlockheld", this passes for XDP/NAP...

5.8AI score0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64352

CVE-2026-64352 concerns the Linux kernel’s BPF LPM trie: sleepable BPF programs can access LPM map data due to incorrect rcu dereference checks in trie_lookup_elem/trie_update_elem/trie_delete_elem. The issue arises because trie_lookup_elem() uses rcu_dereference_check() with a condition that pas...

5.8AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64352 bpf: Allow LPM map access from sleepable BPF programs

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trielookupelem annotates its rcudereferencecheck walks with only rcureadlockbhheld. Because rcudereferencecheckp, c resolves to "c || rcureadlockheld", this passes for XDP/NAP...

5.8AI score
SaveExploits0References10
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64293 iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

7.8CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64290

The CVE-2026-64290 issue affects the Linux kernel iommufd component. A copy_to_user() failure in iommufd_fault_fops_read() can cause the outer loop to spin, since only the inner loop breaks and the outer while retriggers the operation while holding fault->mutex, yielding 100% CPU and a DoS con...

5.8AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

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...

0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64290 iommufd: Break the loop on failure in iommufd_fault_fops_read()

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.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.9 views

EUVD-2026-49002

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.8AI score0.002EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64286

CVE-2026-64286 affects the Linux kernel’s KVM on arm64. The vulnerability arises in flush_hyp_vcpu(): it copies the host vCPU context into the hyp private vCPU on every run. The guest-context resolver (ctxt_to_vcpu()) expects a NULL __hyp_running_vcpu (only set on the host); since the host’s valu...

8.2CVSS5.8AI score0.0017EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.32 views

CVE-2026-64264 fuse-uring: fix EFAULT clobber in fuse_uring_commit

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64264 fuse-uring: fix EFAULT clobber in fuse_uring_commit

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuseuringcommit copyfromuser returns the number of bytes not copied as an unsigned residual on failure 1..sizeofstruct fuseoutheader. fuseuringcommit stores that residual in ssizet err, sets...

5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64258 fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from entwreqqueue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuseuringreqend will set ent-fusereq to NULL but it will leave the entry...

5.9AI score
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:49 a.m.11 views

CVE-2026-64259 fuse-uring: make a fuse_req on SQE commit only findable after memcpy

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fusereq on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server iouringcmddone not called...

7.8CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48971

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fusereq on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server iouringcmddone not called...

5.8AI score0.00157EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64259

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fusereq on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server iouringcmddone not called...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/25 12:14 a.m.6 views

SUSE CVE-2026-64210

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix unlocked writing to ICOSQ During napi poll, when the affinity changes and there's still XSK work to be done, we trigger an ICOSQ interrupt on the new CPU. However, this triggering on the ICOSQ is done...

7.5CVSS5.7AI score0.00343EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 12:14 a.m.8 views

SUSE CVE-2026-64211

In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcustruct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Worse yet...

5.8AI score0.00155EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.6 views

SUSE CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.8AI score0.00161EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.6 views

SUSE CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score0.00157EPSS
SaveExploits0References2
Rows per page
Query Builder