Lucene search
+L

1267 matches found

AstraLinux
AstraLinux
added 3 days ago6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: bpf: The reuseport cBPF prog is freed after the RCU grace period. Eulgyu Kim reported the issue below with a reproduction example. The reproduction example sets up a UDP reuseport group with a cBPF prog and replaces it with a new...

7.8CVSS6.5AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-64570

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.3AI score0.00186EPSS
SaveExploits0References7
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-64568

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.3AI score0.00156EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 4 days ago8 views

CVE-2026-64572

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: free fibalias with kfreercu on insert error path fibtableinsert publishes newfa into the leaf's falist with fibinsertalias before calling the fib entry notifiers. When a notifier fails, the error path removes newfa wit...

5.3AI score0.00186EPSS
SaveExploits0
CVE
CVE
added 4 days ago37 views

CVE-2026-64568

CVE-2026-64568 is a Linux kernel vulnerability in the wireless stack (wifi/mac80211). The issue is a double free of the rcu_head object when updating the unsol_bcast_probe_resp template: ieee80211_set_unsol_bcast_probe_resp() frees the old object via kfree_rcu() before a new kzalloc() has complet...

7.8CVSS5.4AI score0.00156EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 4 days ago4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64572

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv4: fib: free fibalias with kfreercu on insert error path fibtableinsert publishes newfa into the leaf's falist with fibinsertalias before calling the fib ent...

5.5AI score0.00186EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago173 views

CVE-2026-64564

CVE-2026-64564 concerns a Linux kernel SCTP DEL-IP processing bug. The vulnerability arises because sctp_process_asconf() caches the ASCONF transport in asconf->transport (tied to chunk->transport) and that transport can be different from the packet source address when looked up via __sctp_...

9.8CVSS5.4AI score0.00187EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2026/07/28 5:8 p.m.7 views

SUSE CVE-2026-64543

In the Linux kernel, the following vulnerability has been resolved: tipc: fix use-after-free of the discoverer in tipcdiscrcv bearerdisable frees b-disc with tipcdiscdelete's plain kfree, but tipcdiscrcv still dereferences b-disc in RX softirq under rcureadlock tipcudprecv - tipcrcv - tipcdiscrcv...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/28 11:57 a.m.6 views

CVE-2026-64248

A flaw was found in the Linux kernel, specifically affecting systems using the MIPS architecture. During the shutdown process of a CPU, the kernel's internal mechanism responsible for managing concurrent data access Read-Copy Update or RCU is not properly informed that the CPU is no longer active...

5.8AI score0.00161EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/28 7:42 a.m.11 views

kernel: net: bridge: use a stable FDB dst snapshot in RCU readers

A flaw was found in the Linux kernel. Inconsistent handling of local Forwarding Database FDB entries in the bridge networking component's RCU Read-Copy-Update readers can lead to a null-pointer dereference. A local attacker could exploit this by triggering a concurrent update to an FDB entry,...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/27 8:10 p.m.18 views

CVE-2026-64543

CVE-2026-64543 — Linux TIPC use-after-free fixed . The vulnerability occurs in tipc_disc_rcv() where the discoverer object is freed with kfree while still referenced under an RCU read-side critical section, allowing a local unprivileged user to crash the system via TIPCv2 genl interactions. The f...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/27 12:0 a.m.6 views

UBUNTU-CVE-2026-64525

In the Linux kernel, the following vulnerability has been resolved: xfrm: move policybydst RCU sync from per-netns .exit to .preexit The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking...

5.7AI score0.00156EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/25 4:1 p.m.6 views

SUSE CVE-2026-64352

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow LPM map access from sleepable BPF programs trielookupelem annotates its rcudereferencecheck walks with only rcureadlockbhheld. Because rcudereferencecheckp, c resolves to "c || rcureadlockheld", this passes for XDP/NAP...

5.8AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:59 p.m.8 views

SUSE CVE-2026-64419

In the Linux kernel, the following vulnerability has been resolved: mm/shrinker: do not hold RCU lock in shrinkerdebugfscountshow Reading the debugfs "count" file of a memcg-aware shrinker can sleep inside an RCU read-side critical section: BUG: sleeping function called from invalid context at...

5.8AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 3:57 p.m.5 views

SUSE CVE-2026-64525

In the Linux kernel, the following vulnerability has been resolved: xfrm: move policybydst RCU sync from per-netns .exit to .preexit The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking...

5.8AI score0.00156EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.14 views

CVE-2026-64525

In the Linux kernel, the following vulnerability has been resolved: xfrm: move policybydst RCU sync from per-netns .exit to .preexit The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking...

0.00156EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/25 10:17 a.m.9 views

CVE-2026-64459

In the Linux kernel, the following vulnerability has been resolved: tcp: restore RCU grace period in tcpaodestroysock Commit 51e547e8c89c "tcp: Free TCP-AO/TCP-MD5 info/keys without RCU" removed the callrcu callback from tcpaodestroysock, arguing that "the destruction of info/keys is delayed unti...

9.8CVSS0.00475EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64419

In the Linux kernel, the following vulnerability has been resolved: mm/shrinker: do not hold RCU lock in shrinkerdebugfscountshow Reading the debugfs "count" file of a memcg-aware shrinker can sleep inside an RCU read-side critical section: BUG: sleeping function called from invalid context at...

0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64423

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroyed under RTNL, ipmcdestroydev iterates through the multicast list and calls ipmaput on each membership, scheduling them for RCU...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

UBUNTU-CVE-2026-64419

In the Linux kernel, the following vulnerability has been resolved: mm/shrinker: do not hold RCU lock in shrinkerdebugfscountshow Reading the debugfs "count" file of a memcg-aware shrinker can sleep inside an RCU read-side critical section: BUG: sleeping function called from invalid context at...

5.7AI score0.00173EPSS
SaveExploits0References9
Rows per page
Query Builder