Lucene search
+L

106 matches found

CVE
CVE
added 2026/09/17 4:12 p.m.11 views

CVE-2026-93202

CVE-2026-93202 is a deadlock vulnerability in the Linux kernel i3c master driver. The function i3c_master_register_new_i3c_devs() calls device_register() while holding i3c_bus_normaluse_lock() (a read-side rwsem). The resulting device probe callback may invoke I3C helpers that re-acquire the same...

0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:12 p.m.9 views

CVE-2026-93202 i3c: master: Fix recursive locking during device registration

In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix recursive locking during device registration i3cmasterregisternewi3cdevs registers newly discovered devices while holding i3cbusnormaluselock, a downread. deviceregister can immediately probe the device, and prob...

SaveExploits0References6
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.13 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: Bluetooth: In hcildisc,serdev, a failure in checking percpuinitrwsem. syzbot reports a NULL pointer dereferencing at hciuartttyclose. For rcusyncenter, rcusyncinit is called without calling hciuartttyopen, as hciuartttyopen...

5.5CVSS6.1AI score0.00203EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89446

In the Linux kernel, the following vulnerability has been resolved: iommufd: Release current IOAS on xastore failure iommufdtakealliovarwsem takes an object reference and the iovarwsem write lock before storing the IOAS in the temporary ioaslist xarray. If xastore fails, the current IOAS has not...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:43 p.m.7 views

CVE-2026-89446 iommufd: Release current IOAS on xa_store() failure

In the Linux kernel, the following vulnerability has been resolved: iommufd: Release current IOAS on xastore failure iommufdtakealliovarwsem takes an object reference and the iovarwsem write lock before storing the IOAS in the temporary ioaslist xarray. If xastore fails, the current IOAS has not...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.11 views

CVE-2026-89446

In the Linux kernel, the following vulnerability has been resolved: iommufd: Release current IOAS on xastore failure iommufdtakealliovarwsem takes an object reference and the iovarwsem write lock before storing the IOAS in the temporary ioaslist xarray. If xastore fails, the current IOAS has not...

5.9AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89446

CVE-2026-89446 affects the Linux kernel iommufd subsystem. The root cause is in the error-handling path of iommufd_take_all_iova_rwsem(): when xa_store() fails to insert the current IOAS into the ioas_list xarray, the subsequent call to iommufd_release_all_iova_rwsem() only unwinds entries alread...

5.8AI score0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.13 views

PT-2026-90162

In the Linux kernel, the following vulnerability has been resolved: iommufd: Release current IOAS on xa store failure iommufd take all iova rwsem takes an object reference and the iova rwsem write lock before storing the IOAS in the temporary ioas list xarray. If xa store fails, the current IOAS...

5.8AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99474 CVE-2026-80855 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.8AI score0.00165EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:55 p.m.7 views

EUVD-2026-71306

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fusedosetattr takes filemapinvalidatelock for a DAX truncate faultblocked = true and releases it at the out:/error: labels. But when a writeback flush is also needed, a...

5.4AI score0.00165EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:55 p.m.16 views

CVE-2026-80856

CVE-2026-80856 is a lock leak in the Linux kernel FUSE subsystem. In fuse_do_setattr(), the function acquires filemap_invalidate_lock() for a DAX truncate but fails to release it when write_inode_now() returns an error (e.g., the FUSE daemon returns -EIO ). The leaked rwsem causes any subsequent ...

5.4AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:55 p.m.7 views

CVE-2026-80856 fuse: fix invalidate lock leak on setattr writeback failure

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fusedosetattr takes filemapinvalidatelock for a DAX truncate faultblocked = true and releases it at the out:/error: labels. But when a writeback flush is also needed, a...

5.6AI score
SaveExploits0References11
OSV
OSV
added 2026/09/04 3:55 p.m.9 views

CVE-2026-80855 fuse: fix invalidate lock leak on open O_TRUNC DAX failure

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.6AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/04 3:55 p.m.6 views

EUVD-2026-71305

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the outinodeunlock label. But when fusedaxbreaklayouts fails, the goto...

5.4AI score0.00165EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.11 views

PT-2026-85733

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on open O TRUNC DAX failure fuse open takes filemap invalidate lock for a DAX truncate dax truncate = true and releases it before the out inode unlock label. But when fuse dax break layouts fails, t...

5.3AI score0.00234EPSS
SaveExploits0References128
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80856

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fuse: fix invalidate lock leak on setattr writeback failure fusedosetattr takes filemapinvalidatelock for a DAX truncate faultblocked = true and releases it at...

5.8AI score0.00165EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-80855

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fuse: fix invalidate lock leak on open OTRUNC DAX failure fuseopen takes filemapinvalidatelock for a DAX truncate daxtruncate = true and releases it before the...

5.8AI score0.00165EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: cgroup: Added the missing cpusreadlock function to cgroupattachtaskall. The syzbot tool encounters a warning regarding percpurwsemassertheld&cpuhotpluglock when calling cpusetattach 1. This issue was missed because cpusetattach i...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: ceph: Do not leak snaprwsem when handlecapgrant is called on an IMPORT operation. When handlecapgrant is called on an IMPORT operation, the snaprwsem resource is held, and the function is expected to release it before returning...

7.5CVSS5.9AI score0.00432EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/19 5:43 p.m.13 views

CVE-2026-72368

A flaw was found in the cachefiles component of the Linux kernel. When a directory creation operation fails due to memory exhaustion, a double unlock of the parent directory lock occurs. This issue corrupts the read-write semaphore rwsem state, which can lead to system instability or a kernel...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References4
Rows per page
Query Builder