Lucene search
+L

435 matches found

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

Linux Distros Unpatched Vulnerability : CVE-2026-89508

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/ucma: Lock the handler in ucmasetibpath ucmasetibpath calls ucmaeventhandler straight from the write path, without the handler lock that keeps ctx-file...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/11 11:27 p.m.10 views

CVE-2026-89488

A flaw was found in the Linux kernel's Open vSwitch OVS component. An unprivileged user, operating from a user and network namespace, can trigger a use-after-free vulnerability during network namespace teardown. This occurs because packet processing attempts to use connection tracking CT limit...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:20 p.m.8 views

AZL-100370 CVE-2026-89763 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix TPM teardown ordering trustedtpmexit drops the TPM chip reference and frees the digest array before unregistering the trusted key type. keytypelookup holds keytypessem for reading until the key operation...

7.8CVSS6.3AI score0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:20 p.m.2 views

UBUNTU-CVE-2026-89763

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix TPM teardown ordering trustedtpmexit drops the TPM chip reference and frees the digest array before unregistering the trusted key type. keytypelookup holds keytypessem for reading until the key operation...

7.8CVSS6.4AI score0.00115EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:19 p.m.8 views

AZL-100389 CVE-2026-89555 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: mpls: reload header after pskbmaypull mplsselectmultipath calls mplsmultipathhash to choose a nexthop when an MPLS route has multiple nexthops. While walking the MPLS label stack, the hash routine caches hdr for the current label...

9.8CVSS6.3AI score0.00684EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-89508

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Lock the handler in ucmasetibpath ucmasetibpath calls ucmaeventhandler straight from the write path, without the handler lock that keeps ctx-file stable while a uevent is queued. The handler re-reads ctx-file for every...

7.8CVSS6.4AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.7 views

DEBIAN-CVE-2026-80981

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

9.8CVSS6.9AI score0.00588EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-89555

In the Linux kernel, the following vulnerability has been resolved: mpls: reload header after pskbmaypull mplsselectmultipath calls mplsmultipathhash to choose a nexthop when an MPLS route has multiple nexthops. While walking the MPLS label stack, the hash routine caches hdr for the current label...

9.8CVSS6.4AI score0.00684EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:18 p.m.7 views

AZL-100383 CVE-2026-80932 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS6.2AI score0.0014EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/11 7:44 p.m.20 views

CVE-2026-89555

CVE-2026-89555 is a use-after-free in the Linux kernel's MPLS subsystem. In mpls_select_multipath(), a cached header pointer (hdr) is not reloaded after pskb_may_pull() reallocates the skb head via pskb_expand_head(), leaving hdr pointing to freed memory. A remote attacker can trigger the bug by ...

9.8CVSS6.3AI score0.00684EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.9 views

CVE-2026-89508

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Lock the handler in ucmasetibpath ucmasetibpath calls ucmaeventhandler straight from the write path, without the handler lock that keeps ctx-file stable while a uevent is queued. The handler re-reads ctx-file for every...

7.8CVSS6.4AI score0.00125EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76414

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Lock the handler in ucmasetibpath ucmasetibpath calls ucmaeventhandler straight from the write path, without the handler lock that keeps ctx-file stable while a uevent is queued. The handler re-reads ctx-file for every...

6.3AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.11 views

CVE-2026-89488

In the Linux kernel, the following vulnerability has been resolved: openvswitch: Fix CT limit teardown use-after-free Packet processing uses CT limit state under RCU, while netns teardown frees that state under ovsmutex. The CT limit pointer was neither removed from readers nor protected by a gra...

7.8CVSS6.4AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.22 views

CVE-2026-89488

CVE-2026-89488 is a slab-use-after-free in the Linux kernel's Open vSwitch (OVS) component, occurring during network namespace teardown . Packet processing reads CT (connection tracking) limit state under RCU, while teardown frees that state under ovs_mutex without removing the pointer from reade...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:42 p.m.8 views

EUVD-2026-76304

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix use-after-free of the LLC qentry in smcllcsrvaddlink smcllcsrvaddlink keeps addllc pointing into the queue entry: addllc = &qentry-msg.addlink; smcllc.c:1482 ... smcllcsaveaddlinkinfolinknew, addllc; smcllc.c:1494...

6.8AI score0.00588EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.11 views

PT-2026-90377

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent post-shutdown use-after-free in unlock filesystem Writing a filesystem path to /proc/fs/nfsd/unlock filesystem runs nfsd4 cancel copy by sb before nfsd mutex is held and before the handler confirms that nn-nfsd serv...

6.4AI score0.00189EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/04 3:54 p.m.7 views

EUVD-2026-71287

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't queue packet path object notifications All file:line references below are against v7.2-rc4 ac5b0e5651b1. The trace was captured on 7.2.0-rc6-kasan72rc6 075b74841bd0, where the same lines apply...

5.5AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/03 1:06 p.m.6 views

AZL-99062 CVE-2026-80726 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page Explicitly clear role.invalid when deriving a child shadow page's role from its parent to harden against bugs elsewhere in KVM, as violating KVM's...

9.3CVSS5.6AI score0.00177EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 6:31 a.m.11 views

EUVD-2026-66573

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS5.4AI score0.00519EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/27 6:31 a.m.13 views

EUVD-2026-66574

In the Linux kernel, the following vulnerability has been resolved: ipvlan: inherit neededheadroom and neededtailroom from phydev ipvlan devices inherit hardheaderlen from phydev during ipvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying phydev or stacked lower...

9.8CVSS5.4AI score0.00519EPSS
SaveExploits0References7
Rows per page
Query Builder