Lucene search
+L

1269 matches found

CNNVD
CNNVD
added 2026/04/03 12:0 a.m.11 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from cleaning up subobjects before the RCU grace period, potentially leading to null pointer dereferencing...

7.8CVSS7AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/02 12:16 p.m.8 views

UBUNTU-CVE-2026-23415

In the Linux kernel, the following vulnerability has been resolved: futex: Fix UaF between futexkeytonodeopt and vmareplacepolicy During futexkeytonodeopt execution, vma-vmpolicy is read under speculative mmap lock and RCU. Concurrently, mbind may call vmareplacepolicy which frees the old mempoli...

7.8CVSS5.7AI score0.00131EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/04/02 11:40 a.m.6 views

CVE-2026-23415

In the Linux kernel, the following vulnerability has been resolved: futex: Fix UaF between futexkeytonodeopt and vmareplacepolicy During futexkeytonodeopt execution, vma-vmpolicy is read under speculative mmap lock and RCU. Concurrently, mbind may call vmareplacepolicy which frees the old mempoli...

5.7AI score0.00131EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/04/02 11:40 a.m.30 views

CVE-2026-23415 futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()

In the Linux kernel, the following vulnerability has been resolved: futex: Fix UaF between futexkeytonodeopt and vmareplacepolicy During futexkeytonodeopt execution, vma-vmpolicy is read under speculative mmap lock and RCU. Concurrently, mbind may call vmareplacepolicy which frees the old mempoli...

7.8CVSS0.00131EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/02 11:40 a.m.30 views

CVE-2026-23415

The CVE-2026-23415 issue affects the Linux kernel futex subsystem. A race occurs between futex_key_to_node_opt() reading vma->vm_policy under speculative mmap lock/RCU and mbind() calling vma_replace_policy(), which can free the old mempolicy via kmem_cache_free(). This leads to a use-after-fr...

7.8CVSS5.7AI score0.00131EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.5 views

PT-2026-29722

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A use-after-free issue exists in the Linux kernel related to futex functionality, specifically between futex key to node opt and vma replace policy. The issue occurs when vma-vm policy i...

7.8CVSS7AI score0.00131EPSS
SaveExploits1References19
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.6 views

PT-2026-29719

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free UaF issue was identified in the netfilter component of the Linux kernel related to the handling of BPF hooks. Specifically, the vulnerability occurs when dumping hooks v...

7.8CVSS7AI score0.00117EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/04/01 1:15 a.m.8 views

kernel: macvlan: fix possible UAF in macvlan_forward_source()

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlanforwardsource Add RCU protection on struct macvlansourceentry-vlan. Whenever macvlanhashdelsource is called, we must clear entry-vlan pointer before RCU grace period starts. This allows...

7.8CVSS5.9AI score0.00188EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/03/31 12:0 a.m.16 views

PT-2026-37384

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the Linux kernel where the ep free function in eventpoll.c may release the epi-ep eventpoll structure while it is still being accessed by another...

7.8CVSS6.9AI score0.00482EPSS
SaveExploits3
Microsoft CVE
Microsoft CVE
added 2026/03/26 8:2 a.m.4 views

netfilter: nf_tables: release flowtable after rcu grace period on error

...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.11 views

SUSE CVE-2026-23351

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2026/03/25 3:22 p.m.8 views

CVE-2026-23392

A flaw was found in the Linux kernel's netfilter component, specifically within the nftables subsystem. An error in releasing a flowtable after an RCU Read-Copy-Update grace period could lead to a use-after-free vulnerability. This issue could expose the flowtable to the packet path and...

7CVSS6AI score0.00119EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/03/25 1:33 p.m.9 views

CVE-2026-23351

A flaw was found in the Linux kernel's netfilter component, specifically within the nftsetpipapo module. A local attacker could exploit a use-after-free vulnerability when a large number of expired elements are present. This can cause the garbage collection GC process to run for an extended perio...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/25 12:30 p.m.6 views

EUVD-2026-15393

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flowtable after rcu grace period on error Call synchronizercu after unregistering the hooks from error path, since a hook that already refers to this flowtable can be already registered, exposing this...

5.6AI score0.00119EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/03/25 12:30 p.m.8 views

EUVD-2026-15323

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible...

5.7AI score0.00125EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.12 views

CVE-2026-23392

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flowtable after rcu grace period on error Call synchronizercu after unregistering the hooks from error path, since a hook that already refers to this flowtable can be already registered, exposing this...

7.8CVSS0.00119EPSS
SaveExploits0References8
NVD
NVD
added 2026/03/25 11:16 a.m.6 views

CVE-2026-23351

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible...

7.8CVSS0.00125EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.18 views

CVE-2026-23351

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References33
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:33 a.m.3 views

CVE-2026-23393

In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: Fix race condition in peermep deletion When a peer MEP is being deleted, canceldelayedworksync is called on ccmrxdwork before freeing. However, brcfmframerx runs in softirq context under rcureadlock without RTNL and...

5.6AI score0.001EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:33 a.m.8 views

CVE-2026-23392

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flowtable after rcu grace period on error Call synchronizercu after unregistering the hooks from error path, since a hook that already refers to this flowtable can be already registered, exposing this...

5.6AI score0.00119EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder