Lucene search
+L

2539 matches found

UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.20 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.8CVSS5.7AI score0.00125EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.17 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.8CVSS5.6AI score0.00119EPSS
SaveExploits0References39
OSV
OSV
added 2026/03/25 10:33 a.m.7 views

CVE-2026-23393 bridge: cfm: Fix race condition in peer_mep deletion

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

7.8CVSS5.7AI score
SaveExploits0References7
OSV
OSV
added 2026/03/25 10:33 a.m.10 views

CVE-2026-23392 netfilter: nf_tables: release flowtable after rcu grace period on error

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.8CVSS5.7AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.7 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.8CVSS5.7AI score0.00125EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/03/25 10:26 a.m.31 views

CVE-2026-23304 ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix NULL pointer deref in ip6rtgetdevrcu l3mdevmasterdevrcu can return NULL when the slave device is being un-slaved from a VRF. All other callers deal with this, but we lost the fallback to loopback in ip6rtpcpualloc -...

0.00129EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/03/23 1:38 a.m.10 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
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/03/23 12:00 a.m.7 views

Siemens SIMATIC S7-1500 Use After Free (CVE-2025-38212)

In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a use-after-free vulnerability, 0 0: https://lore.ke rnel.org/all/[email protected]/ idrforeach is protected by rwsem, but th...

7.8CVSS6.2AI score0.00157EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/03/22 12:24 a.m.9 views

SUSE CVE-2026-23272

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unconditionally bump set-nelems before insertion In case that the set is full, a new element gets published then removed without waiting for the RCU grace period, while RCU reader can be walking over it...

7CVSS5.7AI score0.00123EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
added 2026/03/22 12:24 a.m.9 views

SUSE CVE-2026-23275

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure ctx-rings is stable for task work flags manipulation If DEFERTASKRUN | SETUPTASKRUN is used and task work is added while the ring is being resized, it's possible for the OR'ing of IORINGSQTASKRUN to happen in the...

7CVSS5.7AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/20 9:32 a.m.11 views

EUVD-2026-13607

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unconditionally bump set-nelems before insertion In case that the set is full, a new element gets published then removed without waiting for the RCU grace period, while RCU reader can be walking over it...

5.7AI score0.00123EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/20 9:16 a.m.8 views

UBUNTU-CVE-2026-23273

In the Linux kernel, the following vulnerability has been resolved: macvlan: observe an RCU grace period in macvlancommonnewlink error path valis reported that a race condition still happens after my prior patch. macvlancommonnewlink might have made @dev visible before detecting an error, and its...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References23
OSV
OSV
added 2026/03/20 9:16 a.m.12 views

UBUNTU-CVE-2026-23272

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unconditionally bump set-nelems before insertion In case that the set is full, a new element gets published then removed without waiting for the RCU grace period, while RCU reader can be walking over it...

7.8CVSS5.7AI score0.00123EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2026/03/20 8:08 a.m.31 views

CVE-2026-23275 io_uring: ensure ctx->rings is stable for task work flags manipulation

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure ctx-rings is stable for task work flags manipulation If DEFERTASKRUN | SETUPTASKRUN is used and task work is added while the ring is being resized, it's possible for the OR'ing of IORINGSQTASKRUN to happen in the...

7.8CVSS0.00121EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/20 8:08 a.m.48 views

CVE-2026-23275

CVE-2026-23275 (Linux kernel, io_uring): The issue arises when DEFER_TASKRUN | SETUP_TASKRUN are used and task work is added while the ring is resized, allowing an overlap window where IORING_SQ_TASKRUN could be OR’ed on the old/new rings during swapping. The fix adds a 2nd rings pointer, →rings_...

7.8CVSS5.6AI score0.00121EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/20 8:08 a.m.13 views

CVE-2026-23273

In the Linux kernel, the following vulnerability has been resolved: macvlan: observe an RCU grace period in macvlancommonnewlink error path valis reported that a race condition still happens after my prior patch. macvlancommonnewlink might have made @dev visible before detecting an error, and its...

5.6AI score0.00125EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/03/20 8:08 a.m.15 views

CVE-2026-23273

In the Linux kernel, the following vulnerability has been resolved: macvlan: observe an RCU grace period in macvlancommonnewlink error path valis reported that a race condition still happens after my prior patch. macvlancommonnewlink might have made @dev visible before detecting an error, and its...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/03/20 8:08 a.m.53 views

CVE-2026-23272

CVE-2026-23272 affects the Linux kernel netfilter nf_tables component. The issue arises when inserting into a full set: the code increments set->nelems and publishes a new element before the RCU grace period, allowing an RCU reader to observe a partially updated element. The description notes ...

7.8CVSS5.7AI score0.00123EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/20 8:08 a.m.6 views

CVE-2026-23272 netfilter: nf_tables: unconditionally bump set->nelems before insertion

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unconditionally bump set-nelems before insertion In case that the set is full, a new element gets published then removed without waiting for the RCU grace period, while RCU reader can be walking over it...

7.8CVSS5.7AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/03/20 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-23273

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: macvlan: observe an RCU grace period in macvlancommonnewlink error path valis reported that ...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References2
Rows per page
Query Builder