CVE-2026-64267
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:15
- Zuletzt bearbeitet 17.08.2026 05:17:25
In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSE_NOTIFY_PRUNE validates the nodeid payload length with: size - sizeof(outarg) != outarg.count * sizeof(u64) On 32-bit ker...
CVE-2026-64265
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:14
- Zuletzt bearbeitet 17.08.2026 05:17:25
In the Linux kernel, the following vulnerability has been resolved: fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req When fuse_resend() moves a request from fpq->processing back to fiq->pending, it sets FR_PENDING and clears FR_SEN...
CVE-2026-64263
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:13
- Zuletzt bearbeitet 17.08.2026 05:17:25
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix moving cancelled entry to ent_in_userspace list fuse_uring_cancel() moves entries that are available (these have no reqs attached) to the ent_in_userspace list. ent...
CVE-2026-64264
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:13
- Zuletzt bearbeitet 17.08.2026 05:17:25
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuse_uring_commit copy_from_user() returns the number of bytes not copied as an unsigned residual on failure (1..sizeof(struct fuse_out_header)). ...
CVE-2026-64262
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:12
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: end fuse_req on io-uring cancel task work When io_uring delivers task work with tw.cancel set (PF_EXITING, PF_KTHREAD fallback, or percpu_ref_is_dying on the ring conte...
CVE-2026-64260
- EPSS 0.13%
- Veröffentlicht 25.07.2026 08:49:11
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid queue->stopped races and set/read that value under lock There are several readers of queue->stopped that check the value under lock, but fuse_uring_commit_fetch()...
CVE-2026-64261
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:11
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues fuse_uring_async_stop_queues() might run when the last reference on ring->queue_refs was already dropped. In order...
CVE-2026-64258
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:10
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuse_uring_req_end()...
CVE-2026-64259
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:10
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fuse_req 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 ev...
CVE-2026-64257
- EPSS 0.22%
- Veröffentlicht 25.07.2026 08:49:09
- Zuletzt bearbeitet 17.08.2026 05:17:24
In the Linux kernel, the following vulnerability has been resolved: smb: client: reject overlapping data areas in SMB2 responses Commit 53b7c271f06b ("smb: client: restrict implied bcc[0] exemption to responses without data area") restricted the im...