Lucene search
+L

84 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-68095

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent -...

5.9AI score0.00166EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/11 1:30 p.m.12 views

CVE-2026-68095

A flaw was found in fuse-uring in the Linux kernel. A race condition exists between the registration of an I/O operation and the abortion of a FUSE connection. This can be triggered by a local attacker or a malicious application. This flaw can cause the unmount thread to hang indefinitely, leadin...

5.3AI score0.00166EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/10 1:19 p.m.9 views

CVE-2026-68095

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 1:19 p.m.6 views

UBUNTU-CVE-2026-68095

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...

5.3AI score0.00166EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.29 views

CVE-2026-68095 fuse-uring: fix race between registration and connection abortion

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 11:58 a.m.35 views

CVE-2026-68095 fuse-uring: fix race between registration and connection abortion

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...

5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 11:58 a.m.68 views

CVE-2026-68095

The CVE-2026-68095 entry affects Linux kernel fuse-uring, describing a race between registration and connection abortion that could leak the ring, queue, and ent if not properly synchronized. The concrete fix is to check fch->connected under fch->lock after the created ent has grabbed a ref...

5.3AI score0.00166EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/06 11:55 p.m.12 views

SUSE CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 8:16 a.m.12 views

CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 8:16 a.m.8 views

UBUNTU-CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS5.3AI score0.00119EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/06 7:13 a.m.47 views

CVE-2026-64588 fuse-uring: fix data races on ring->ready

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS0.00119EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.12 views

CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS5.3AI score0.00119EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/06 7:13 a.m.14 views

EUVD-2026-53775

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

5.4AI score0.00119EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/06 7:13 a.m.85 views

CVE-2026-64588

The CVE-2026-64588 entry describes a Linux kernel data-race in fuse-uring on ring->ready. The root cause is a weak-ordering issue where a store to fiq->ops could be reordered past ring->ready, allowing a CPU that observes ring->ready == true to dispatch via a stale fiq->ops pointer...

7.8CVSS5.4AI score0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 7:13 a.m.24 views

CVE-2026-64588 fuse-uring: fix data races on ring->ready

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS5.4AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64588

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU tha...

7.8CVSS5.9AI score0.00119EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.16 views

CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS5.4AI score0.00119EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 5:41 a.m.10 views

CVE-2026-64258

A flaw was found in the fuse-uring component of the Linux kernel. When a copy operation to the userspace ring buffer fails, a request can be terminated improperly, leading to a NULL pointer dereference. This vulnerability could allow a local attacker to cause a system crash, resulting in a Denial...

5.5CVSS6AI score0.00153EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 5:09 p.m.16 views

CVE-2026-64262

A flaw was found in the fuse-uring component of the Linux kernel. When iouring task work is canceled, the system fails to properly end a fusereq FUSE request. This can cause the originating system call thread to block indefinitely, leading to a Denial of Service DoS for the affected system...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/29 1:33 p.m.15 views

CVE-2026-64263

A flaw was found in the Linux kernel's fuse-uring component. This vulnerability arises from the incorrect handling of cancelled entries, which are moved to a list where a subsequent operation unconditionally attempts to access a null pointer. A local attacker could exploit this flaw to trigger a...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References4
Rows per page
Query Builder