Lucene search
+L

16 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-89766

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing...

5.7AI score0.00184EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/11 10:29 p.m.10 views

CVE-2026-89766

A flaw was found in the Linux kernel. A local attacker could exploit a race condition in the pidfd subsystem, specifically within the PIDFDGETNAMESPACE ioctls. This vulnerability occurs because the system does not properly hold a lock execupdatelock during credential checks. This allows an attack...

2.5CVSS5.5AI score0.00184EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/11 8:20 p.m.8 views

CVE-2026-89766

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

0.00184EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.14 views

CVE-2026-89766

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

5.8AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:20 p.m.4 views

UBUNTU-CVE-2026-89766

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

5.9AI score0.00184EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 7:47 p.m.10 views

CVE-2026-89766 pidfd: hold exec_update_lock around namespace ioctl

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

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

CVE-2026-89766

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

5.9AI score0.00184EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:47 p.m.27 views

CVE-2026-89766 pidfd: hold exec_update_lock around namespace ioctl

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

0.00184EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:47 p.m.9 views

EUVD-2026-76678

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

5.8AI score0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:47 p.m.22 views

CVE-2026-89766

This Linux kernel vulnerability affects the PIDFD_GET_*_NAMESPACE ioctls in pidfd_ioctl(), which perform a ptrace credentials check before handing out a namespace file descriptor. Unlike the equivalent procfs paths (proc_ns_get_link, proc_ns_readlink), the pidfd path did not hold the target task'...

5.8AI score0.00184EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-099712)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099712 advisory. In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink...

7.8CVSS5.5AI score0.00131EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/17 12:00 a.m.9 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-100513)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100513 advisory. In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink...

7.8CVSS5.4AI score0.00131EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

AZL-93840 CVE-2026-64371 affecting package kernel for versions less than 6.6.145.2-1

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 8:50 a.m.11 views

CVE-2026-64375 proc: protect ptrace_may_access() with exec_update_lock (FD links)

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock FD links procpidgetlink and procpidreadlink currently look up the task from the pid once, then do the ptrace access check on that task, then look up the task from the pid a second...

7.8CVSS5.7AI score
SaveExploits0References12
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64371 proc: protect ptrace_may_access() with exec_update_lock (part 1)

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.7AI score
SaveExploits0References12
OSV
OSV
added 2025/12/09 4:09 a.m.11 views

CVE-2025-40341 futex: Don't leak robust_list pointer on exec race

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

6.2AI score
SaveExploits0References8
Rows per page
Query Builder