Lucene search
+L

2509 matches found

Tenable Nessus
Tenable Nessus
added 4 days ago10 views

Linux Distros Unpatched Vulnerability : CVE-2026-72463

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transportfinish. However, xfrmrcvcb may modify skb-d...

9.8CVSS5.6AI score0.00407EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 4 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-72390

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/sched: schteql: Introduce slaveslock to avoid race condition and UAF The teql master-slaves singly linked list is not protected against multiple writes. It...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 4 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-72123

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - can: bcm: defer rxop deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 can: bcm: use callrcu instead of costly synchronizercu replaced...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 4 days ago6 views

PT-2026-72312

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rx op deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 "can: bcm: use call rcu instead of costly synchronize rcu" replaced synchronize rcu in bcm delete rx op with call rcu and introduced the RX N...

5.4AI score0.00164EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 4 days ago6 views

PT-2026-72842

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix potential null-ptr-deref in vxlan gro prepare receive. udp tunnel sock release could set sk-sk user data to NULL while vxlan gro prepare receive is running. Let's check if rcu dereference sk user data is NULL after skb...

5.3AI score0.00497EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 4 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-74512

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - audit: fix potential use-after-free in auditdelrule auditdelrule destroys e-rule.exe via auditremovemarkrule before unlinking the rule from RCU-visible filter...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 4 days ago8 views

PT-2026-72592

In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in cleanup bearer due to premature dst cache destroy TIPC UDP media bearer teardown calls dst cache destroy on its replicast caches before calling synchronize net to wait for concurrent RCU readers transmitters to...

5.4AI score0.00154EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 4 days ago3 views

PT-2026-72201

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Call synchronize rcu when unregistering This ensures that any RCU readers traversing the instance list have finished, before releasing the reference on the tracer that the instance points to...

5.3AI score0.00163EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 4 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-72012

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing/osnoise: Call synchronizercu when unregistering This ensures that any RCU readers traversing the instance list have finished, before releasing the...

7.8CVSS5.6AI score0.00163EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 4 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74496

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fou: Fix use-after-free in foucreate foucreate publishes struct fou through skuserdata before adding the new FOU port to the per-netns list. If fouaddtoportlist...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 4 days ago5 views

PT-2026-72509

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: Fix potential memory leaks in igmp mod timer and igmp stop timer When a timer is deleted and not re-armed in igmp mod timer, or stopped in igmp stop timer, the code currently decrements the reference counter of the...

5.5AI score0.00207EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 4 days ago7 views

PT-2026-72964

In the Linux kernel, the following vulnerability has been resolved: audit: fix potential use-after-free in audit del rule audit del rule destroys e-rule.exe via audit remove mark rule before unlinking the rule from RCU-visible filter lists and waiting for a grace period. Concurrent readers in aud...

5.5AI score0.00125EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 4 days ago7 views

PT-2026-72948

In the Linux kernel, the following vulnerability has been resolved: fou: Fix use-after-free in fou create fou create publishes struct fou through sk user data before adding the new FOU port to the per-netns list. If fou add to port list fails, the error path frees fou while it is still reachable...

5.5AI score0.0012EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 4 days ago4 views

PT-2026-72578

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch teql: Introduce slaves lock to avoid race condition and UAF The teql master-slaves singly linked list is not protected against multiple writes. It can be mod'ed concurently from teql master xmit, teql dequeue, teql...

5.5AI score0.00162EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 4 days ago7 views

PT-2026-73015

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: hold the RCU lock across ipv6 chk addr in rds tcp laddr check rds tcp laddr check looks up a scoped IPv6 interface with dev get by index rcu, drops the RCU read-side lock, and only then passes the bare struct net device...

5.3AI score0.00117EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 4 days ago6 views

PT-2026-72651

In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix dev use-after-free in xfrm async resumption xfrm async resumption hold skb-dev refcnt until after transport finish. However, xfrm rcv cb may modify skb-dev to tunnel dev without taking device reference, such as vti rcv...

5.5AI score0.00407EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 4 days ago5 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
Positive Technologies
Positive Technologies
added 4 days ago9 views

PT-2026-72724

In the Linux kernel, the following vulnerability has been resolved: net: fib rules: Don't dump dying fib rule in fib rules dump. rocker router fib event calls fib rule get during RCU dump. If the fib rule is dying, refcount inc will complain about it. Let's call refcount inc not zero in fib rules...

5.3AI score0.00129EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 4 days ago9 views

PT-2026-72828

In the Linux kernel, the following vulnerability has been resolved: dm: limit target bio polling to one shot dm poll bio is the -poll bio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide to do a spinning poll if it thinks a single queue is being polled...

5.5AI score0.00156EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 4 days ago9 views

PT-2026-72315

In the Linux kernel, the following vulnerability has been resolved: can: isotp: use unconditional synchronize rcu in isotp release isotp notify unregisters the RCU CAN filters via can rx unregister and clears so-bound without waiting for a grace period. isotp release uses so-bound to decide wheth...

5.5AI score0.00159EPSS
SaveExploits0References9
Rows per page
Query Builder