Lucene search
+L

2690 matches found

EUVD
EUVD
added 2026/09/04 3:55 p.m.6 views

EUVD-2026-71300

In the Linux kernel, the following vulnerability has been resolved: tcp: fix AO info use-after-free in tcpaoconnectinit tcpv4connect adds a SYN-SENT socket to the ehash before calling tcpconnect. If TCP-AO is configured, tcpconnect first verifies that a key matches the peer and the bound device's...

5.5AI score0.00171EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:54 p.m.5 views

EUVD-2026-71299

In the Linux kernel, the following vulnerability has been resolved: net/tcp-ao: fix use-after-free of currentkey on reconnect to another peer tcpinboundaohash is called before bhlocksocknested is taken, with only rcureadlock held. On the fast path for established sockets, if the rnextkeyid sent b...

5.5AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:54 p.m.5 views

EUVD-2026-71292

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

5.5AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:54 p.m.2 views

CVE-2026-80842 net: bridge: mcast: fix use-after-free of a master VLAN's multicast context

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

5.8AI score
SaveExploits0References11
OSV
OSV
added 2026/09/04 3:54 p.m.4 views

CVE-2026-80838 vxlan: keep the last remote linked during FDB flush

In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:54 p.m.12 views

CVE-2026-80838

CVE-2026-80838 affects the vxlan subsystem in the Linux kernel. The root cause is a race condition during a filtered bulk FDB flush: vxlan_fdb_dst_destroy() unlinks the last remote from a non-nexthop FDB entry before the parent entry is removed from the hash table. During this window, an RCU read...

5.6AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/04 3:54 p.m.6 views

EUVD-2026-71288

In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every...

5.6AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80758

CVE-2026-80758 is a use-after-free vulnerability in the Linux kernel's futex subsystem. The flaw is in futex_private_hash_put(), which drops its reference to the private hash (fph) before evaluating fph->mm for wake_up_var(). Because futex_ref_put() re-enables preemption before returning, a ta...

5.5AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:12 p.m.2 views

CVE-2026-80758 futex: Avoid private hash use-after-free on final put

In the Linux kernel, the following vulnerability has been resolved: futex: Avoid private hash use-after-free on final put futexprivatehashput drops the reference to fph before evaluating fph-mm for wakeupvar. futexrefput enables preemption again before returning. If that put drops the final...

5.8AI score
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 views

kernel: locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()

A flaw was found in the Linux kernel. The rtspinunlock function, and similar real-time RT locking mechanisms, incorrectly release Read-Copy-Update RCU protection before fully unlocking, leading to a Use-After-Free UAF vulnerability. This issue could allow a local attacker to potentially cause a...

9.8CVSS5.3AI score0.00728EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85720

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the bridge multicast component of the Linux kernel. The problem occurs during the teardown of a master VLAN's multicast context. Specifically, the br...

6.2AI score0.00177EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-80849

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/tcp-ao: fix use-after-free of currentkey on reconnect to another peer tcpinboundaohash is called before bhlocksocknested is taken, with only rcureadlock hel...

6.5AI score0.00168EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/03 4:54 a.m.7 views

kernel: smc91x: fix broken irq-context in PREEMPT_RT

A locking context bug was found in the Linux kernel's smc91x Ethernet driver on PREEMPTRT kernels. The smcspecialtrylock function disables IRQs but smcspecialunlock does not properly restore IRQs on PREEMPTRT. This mismatch causes RCU read unlock to fail in devqueuexmit, triggering a "workqueue...

7.5CVSS6.5AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.8 views

kernel: smc91x: fix broken irq-context in PREEMPT_RT

A locking context bug was found in the Linux kernel's smc91x Ethernet driver on PREEMPTRT kernels. The smcspecialtrylock function disables IRQs but smcspecialunlock does not properly restore IRQs on PREEMPTRT. This mismatch causes RCU read unlock to fail in devqueuexmit, triggering a "workqueue...

7.5CVSS6.5AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/02 2:15 p.m.7 views

kernel: net/sched: act_api: use RCU with deferred freeing for action lifecycle

A flaw was found in the Linux kernel's networking scheduler. A race condition, which is a problem that occurs when multiple operations try to access the same resource at the same time, exists when network filter operations are run concurrently. This can lead to a Use-After-Free UAF vulnerability,...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2026/09/02 11:46 a.m.9 views

SUSE CVE-2026-72404

In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in cleanupbearer due to premature dstcachedestroy TIPC UDP media bearer teardown calls dstcachedestroy on its replicast caches before calling synchronizenet to wait for concurrent RCU readers transmitters to finish:...

7.8CVSS5.8AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/01 10:43 a.m.7 views

CVE-2026-80611

A flaw was found in the Linux kernel's Advanced Configuration and Power Interface ACPI processor idle functionality. When kernel tracing features, such as function tracing or Kprobes, are enabled, entering a Low Power Idle LPI state can trigger a Read-Copy Update RCU warning. This occurs because...

5.5CVSS5.8AI score0.00168EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/01 9:28 a.m.4 views

CVE-2026-22009-Linux-eBPF-Map-Locking-Race-Use-After-Free

CVE-2026-22009 – Condición de carrera en el bloqueo de mapas eBPF de Linux → Use‑After‑Free Código del programa simulación en C root@kitploit: // ebpfmapuaf.c - Simulated concurrent map update/free include include include include void mapdata = NULL; int mapfreed = 0; void updatemapvoid arg //...

6.5CVSS7.8AI score0.00303EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()

A flaw was found in the Linux kernel. The rtspinunlock function, and similar real-time RT locking mechanisms, incorrectly release Read-Copy-Update RCU protection before fully unlocking, leading to a Use-After-Free UAF vulnerability. This issue could allow a local attacker to potentially cause a...

9.8CVSS5.9AI score0.00728EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/28 4:36 p.m.5 views

SUSE CVE-2026-80611

In the Linux kernel, the following vulnerability has been resolved: ACPI: processoridle: Mark LPI enter functions as cpuidle When function tracing or Kprobes is enabled, entering an ACPI Low Power Idle LPI state triggers the following RCU splat: RCU not on for: acpiidlelpienter+0x4/0xd8 WARNING:...

5.8AI score0.00168EPSS
SaveExploits0References3
Rows per page
Query Builder