Lucene search
+L

445 matches found

AstraLinux
AstraLinux
added 3 days ago5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: bpf: Free reuseport cBPF prog after RCU grace period. Eulgyu Kim reported the splat below with a repro. 0 The repro sets up a UDP reuseport group with a cBPF prog and replaces it with a new one while another thread is sending a U...

7.8CVSS6.6AI score0.00165EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 5 days ago5 views

SUSE 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.8CVSS5.6AI score0.00475EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 5 days ago5 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
SaveExploits0References2
NVD
NVD
added 5 days ago8 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
OSV
OSV
added 5 days ago5 views

UBUNTU-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.8CVSS5.6AI score0.00475EPSS
SaveExploits0References6
CVE
CVE
added 5 days ago20 views

CVE-2026-64525

The CVE describes a Linux kernel xfrm policy_bydst RCU synchronization issue where xfrm_policy_fini() called synchronize_rcu() during namespace exit, causing long RCUs and heavy cleanup workload when many namespaces are torn down. The fix moves the policy flush and related workqueue drains into a...

5.8AI score0.00156EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago26 views

CVE-2026-64459

Summary: CVE-2026-64459 is a use-after-free risk in the Linux kernel TCP-AO code. A previous patch removed the RCU-based freeing of TCP-AO/TCP-MD5 info in tcp_ao_destroy_sock(), which could allow a race during socket connect when a socket is in TCP_SYN_SENT and still discoverable in the hash/inbo...

9.8CVSS5.6AI score0.00475EPSS
SaveExploits0References3
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-48803

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...

5.6AI score0.00475EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 5 days ago13 views

PT-2026-64756

Name of the Vulnerable Software and Affected Versions Linux kernel version 6.18 Description An issue exists in the xfrm module where the xfrm policy fini function incorrectly calls synchronize rcu within the .exit handler of xfrm net ops. This violates the guidelines in include/net/net namespace....

5.9AI score0.00156EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 5 days ago11 views

Linux Distros Unpatched Vulnerability : CVE-2026-64459

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tcp: restore RCU grace period in tcpaodestroysock Commit 51e547e8c89c tcp: Free TCP-AO/TCP-MD5 info/keys without RCU removed the callrcu callback from...

9.8CVSS5.8AI score0.00475EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago3 views

DEBIAN-CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.7AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 6 days ago6 views

DEBIAN-CVE-2026-64248

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.6AI score0.00161EPSS
SaveExploits0References1
NVD
NVD
added 6 days ago9 views

CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

0.00161EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago5 views

UBUNTU-CVE-2026-64248

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

5.6AI score0.00161EPSS
SaveExploits0References9
OSV
OSV
added 6 days ago5 views

UBUNTU-CVE-2026-64250

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stopthiscpu This is a port of MIPS commit 9f3f3bdc6d9dac1 "MIPS: smp: report dying CPU to RCU in stopthiscpu". smpsendstop parks all secondary CPUs in stopthiscpu. And the function marks the...

5.7AI score0.00161EPSS
SaveExploits0References9
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-64248 MIPS: smp: report dying CPU to RCU in stop_this_cpu()

In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stopthiscpu smpsendstop parks all secondary CPUs in stopthiscpu. The function marks the CPU offline for the scheduler via setcpuonlinefalse but never informs RCU, so RCU keeps expecting a...

0.00161EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 1:0 p.m.5 views

SUSE CVE-2026-64075

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

5.4AI score0.00166EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.5 views

SUSE CVE-2026-64188

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix endpoint use-after-free in rmnetdellink rmnetdellink removes the endpoint from the hash table with hlistdelinitrcu and then immediately frees it with kfree. However, RCU readers on the receive path...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:9 a.m.5 views

CVE-2026-64096

A flaw was found in the batman-adv Better Approach To Mobile Ad-hoc Networking multicast mcast module of the Linux kernel. The batadvmcastpurgeorig function removes entries from RCU Read-Copy-Update-protected lists without ensuring that all active readers have finished accessing those entries. Th...

8.8CVSS5.4AI score0.00255EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/20 4:27 p.m.33 views

CVE-2026-64188

CVE-2026-64188 is a Linux kernel vulnerability in the Qualcomm rmnet path where rmnet_dellink() frees an endpoint with kfree() while RCU readers may still reference ep->egress_dev, causing use-after-free and potential kernel crash. The fix adds an rcu_head to struct rmnet_endpoint and replaces...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References8
Rows per page
Query Builder