Lucene search
+L

1958 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/29 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-52791

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fuse-overlayfs is an implementation of overlayfs in FUSE for rootless containers. Prior to 1.17, the release-1.x C branch preserves SUID and SGID mode bits in...

2CVSS5.9AI score0.00102EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.13 views

PT-2026-65846

fuse-overlayfs is an implementation of overlayfs in FUSE for rootless containers. Prior to 1.17, the release-1.x C branch preserves SUID and SGID mode bits in main.c during openO TRUNC and truncate handling on a copied-up file, allowing a low-privileged process to leave the upper-layer file with...

2CVSS5.9AI score0.00102EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 4:44 p.m.9 views

CVE-2026-64260

A flaw was found in the fuse-uring component of the Linux kernel. A race condition exists where the queue-stopped flag is not consistently checked under a lock. This can allow a struct fusereq to be prematurely freed while other operations are still in progress, potentially leading to memory...

7.8CVSS5.8AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/28 4:42 p.m.7 views

CVE-2026-64265

A flaw was found in the Linux kernel's fuse component. When a fuse request is interrupted and then resent, a specific interrupt entry intrentry is not properly cleared. If the requesting task subsequently receives a fatal signal, this uncleared entry can lead to a use-after-free condition. This...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/27 6:8 a.m.14 views

CVE-2026-64261

A flaw was found in the Linux kernel's fuse-uring component. This use-after-free vulnerability allows a local attacker to potentially achieve privilege escalation. The issue arises when the fuseuringasyncstopqueues function attempts to access memory that has already been freed, leading to...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References4
Amazon
Amazon
added 2026/07/27 12:0 a.m.6 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: ext4: replace BUGON with proper error handling in ext4readinlinefolio CVE-2026-31451 In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache...

9.8CVSS7AI score0.00908EPSS
SaveExploits18
Microsoft CVE
Microsoft CVE
added 2026/07/26 8:5 a.m.5 views

fuse: re-lock request before returning from fuse_ref_folio()

...

7.8CVSS5.2AI score0.0016EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.7 views

SUSE CVE-2026-64258

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 score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.8 views

SUSE 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.8AI score0.00157EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.8 views

SUSE CVE-2026-64260

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 fuseuringcommitfetch did not and actually the value was not set under the lo...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.7 views

SUSE CVE-2026-64261

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid use-after-free in fuseuringasyncstopqueues fuseuringasyncstopqueues might run when the last reference on ring-queuerefs was already dropped. In order to avoid an early destruction a reference on struct fuseconn ...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.10 views

SUSE CVE-2026-64264

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 score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:47 p.m.6 views

SUSE CVE-2026-64265

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intrentry in fuseresend and fuseremovependingreq When fuseresend moves a request from fpq-processing back to fiq-pending, it sets FRPENDING and clears FRSENT but does not remove the requests intrentry from...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.8 views

SUSE CVE-2026-64266

In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fusereffolio fusereffolio unlocks the request but does not re-lock it before returning. fusechanabort can end the request and the async end callback eg fusewritepagefree can free the ar...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 4:46 p.m.8 views

SUSE CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.7AI score0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.6 views

CVE-2026-64265

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intrentry in fuseresend and fuseremovependingreq When fuseresend moves a request from fpq-processing back to fiq-pending, it sets FRPENDING and clears FRSENT but does not remove the requests intrentry from...

7.8CVSS0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/25 10:17 a.m.14 views

CVE-2026-64263

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix moving cancelled entry to entinuserspace list fuseuringcancel moves entries that are available these have no reqs attached to the entinuserspace list. entlistrequestexpired checks the first entry on entinuserspace...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.13 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.8CVSS0.00157EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64262

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: end fusereq on io-uring cancel task work When iouring delivers task work with tw.cancel set PFEXITING, PFKTHREAD fallback, or percpurefisdying on the ring context, fuseuringsendintask takes the cancel branch, assigns...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64266

In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fusereffolio fusereffolio unlocks the request but does not re-lock it before returning. fusechanabort can end the request and the async end callback eg fusewritepagefree can free the ar...

7.8CVSS0.0016EPSS
SaveExploits0References8
Rows per page
Query Builder