Lucene search
+L

17 matches found

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

Linux Distros Unpatched Vulnerability : CVE-2026-72034

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL...

7.8CVSS5.5AI score0.00163EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/17 5:48 p.m.6 views

CVE-2026-72034

A flaw was found in the Linux kernel's file handle fhandle mechanism. A local attacker could exploit a vulnerability in the capablewrtmount function, which incorrectly handles detached mounts. By performing specific operations, an attacker could trigger a null pointer dereference, leading to a...

7.8CVSS5.5AI score0.00163EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/15 6:21 a.m.6 views

CVE-2026-72034

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

7.8CVSS0.00163EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.7 views

UBUNTU-CVE-2026-72034

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:51 a.m.13 views

CVE-2026-72034 fhandle: reject detached mounts in capable_wrt_mount()

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

7.8CVSS5.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.23 views

CVE-2026-72034 fhandle: reject detached mounts in capable_wrt_mount()

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

7.8CVSS0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/15 5:51 a.m.10 views

EUVD-2026-58992

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capablewrtmount The recent fhandle RCU fix moved the mount namespace capability check into capablewrtmount, so a non-NULL mntnamespace survives the nscapable dereference. The helper still assume...

5.3AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:51 a.m.24 views

CVE-2026-72034

CVE-2026-72034 — Linux kernel fhandle detaching mounts issue : A fix updated the fhandle path to reject detached mounts by returning false when the RCU read observes a detached mount, preventing a detached mount from authorizing open_by_handle_at() access. The issue stemmed from the mount namespa...

7.8CVSS5.3AI score0.00163EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.8 views

PT-2026-72223

In the Linux kernel, the following vulnerability has been resolved: fhandle: reject detached mounts in capable wrt mount The recent fhandle RCU fix moved the mount namespace capability check into capable wrt mount, so a non-NULL mnt namespace survives the ns capable dereference. The helper still...

5.3AI score0.00163EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/04 12:00 a.m.21 views

Amazon Linux 2023 : bpftool6.12, kernel6.12, kernel6.12-devel (ALAS2023-2026-2014)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-2014 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6output CVE-2025-40158 In the Linux kernel, the following vulnerability has been resolved: gpio: Fix...

9.8CVSS5.6AI score0.00529EPSS
SaveExploits0References90
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-53341

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fhandle: fix UAF due to unlocked -mntns read in maydecodefh maydecodefh accesses mount::mntns without holding any locks; that means the mount can concurrently b...

7.8CVSS5.4AI score0.00126EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/01 7:42 p.m.17 views

CVE-2026-53341

A flaw was found in the Linux kernel. This vulnerability, a Use-After-Free UAF, occurs in the fhandle component when the maydecodefh function accesses mount namespace information without proper locking. This creates a race condition that could be exploited by an attacker. The most severe...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/01 2:16 p.m.12 views

UBUNTU-CVE-2026-53341

In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked -mntns read in maydecodefh maydecodefh accesses mount::mntns without holding any locks; that means the mount can concurrently be unmounted, and the mntnamespace can concurrently be freed after an...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/01 1:32 p.m.58 views

CVE-2026-53341 fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()

In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked -mntns read in maydecodefh maydecodefh accesses mount::mntns without holding any locks; that means the mount can concurrently be unmounted, and the mntnamespace can concurrently be freed after an...

7.8CVSS0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.13 views

PT-2026-54809

In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked -mnt ns read in may decode fh may decode fh accesses mount::mnt ns without holding any locks; that means the mount can concurrently be unmounted, and the mnt namespace can concurrently be freed...

5.8AI score0.00126EPSS
SaveExploits0References4
exploitpack
exploitpack
added 2016/12/15 12:00 a.m.15 views

Nidesoft MP3 Converter 2.6.18 - Local Buffer Overflow (SEH)

Nidesoft MP3 Converter 2.6.18 - Local Buffer Overflow SEH !python Exploit title: MP3 converter v 2.6.18 License code SEH exploit Date: 2016-12-15 Vendor homepage: http://www.nidesoft.com/mp3-converter.html Download: http://www.nidesoft.com/downloads/mp3-converter.exe Tested on: Win7 SP1 Author:...

SaveExploits0
Mageia
Mageia
added 2013/07/16 8:05 a.m.68 views

Updated kernel-linus package fixes multiple security vulnerabilities

This kernel-linus update provides the extended stable 3.8.13.4 kernel and fixes the follwing security issues: The pcibackenablemsi function in the PCI backend driver drivers/xen/pciback/confspacecapabilitymsi.c in Xen for the Linux kernel 2.6.18 and 3.8 allows guest OS users with PCI device acces...

7.9CVSS4.4AI score0.07313EPSS
SaveExploits3References2
Rows per page
Query Builder