Lucene search
+L

216 matches found

NVD
NVD
added yesterday4 views

CVE-2026-72421

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup performs route lookup directly on two tables. Since the first lookup does not properly bail out, the...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added yesterday2 views

CVE-2026-74289 ipv4: fib: Don't dump dying fib_info in fib_leaf_notify().

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fibinfo in fibleafnotify. syzbot reported use-after-free in nsimfib4prepareevent. 0 The problem is that the following functions call fibinfohold / refcountinc while dumping fibinfo under RCU, which is...

5.5AI score
SaveExploits0References5
CVE
CVE
added yesterday16 views

CVE-2026-74289

CVE-2026-74289 – Linux kernel ipv4 fib use-after-free (no public exploit details in provided docs) Root cause: code paths dump fib_info under RCU while calling fib_info_hold()/refcount_inc(), leading to use-after-free. Affected flow includes mlxsw_sp_router_fib4_event(), rocker_router_fib_event()...

5.4AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added yesterday12 views

CVE-2026-72421

The CVE-2026-72421 entry documents a Linux kernel vulnerability in ipv4 fib routing when CONFIG_IP_MULTIPLE_TABLES is enabled and no rule is added. fib_lookup() may perform route lookups on two tables, and the initial lookup can leave an error route in the merged local/main table vulnerable to be...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday8 views

EUVD-2026-59320

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup performs route lookup directly on two tables. Since the first lookup does not properly bail out, the...

5.4AI score0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added yesterday11 views

PT-2026-72725

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't dump dying fib info in fib leaf notify. syzbot reported use-after-free in nsim fib4 prepare event. 0 The problem is that the following functions call fib info hold / refcount inc while dumping fib info under RCU,...

5.4AI score0.00155EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added yesterday11 views

PT-2026-72609

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIG IP MULTIPLE TABLES is enabled but no rule is added, fib lookup performs route lookup directly on two tables. Since the first lookup does not properly bail out,...

5.3AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added yesterday8 views

PT-2026-72442

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft fib: reject fib expression on the netdev egress hook A fib expression in a netdev egress base chain dereferences nft inpkt, NULL on the transmit path, causing a NULL pointer dereference at eval. nft fib validate...

5.3AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added yesterday7 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.00176EPSS
SaveExploits0References9
AstraLinux
AstraLinux
added 6 days ago4 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fixed a mismatch in the count of ECMP siblings when clearing RTFADDRCONF. The syzbot reported a kernel bug in fib6addrt2node, when adding an IPv6 route. 0 The commit f72514b3c569 "ipv6: Clear RA flags when adding a static...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 6 days ago4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ipv4: A reference count leak was fixed when using error routes with nexthop objects. When a nexthop object is deleted, it is marked as “dead”, and then fibtableFlush is called to flush all routes that use the dead nexthop. The...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/08/09 8:43 a.m.9 views

mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n

...

5.5CVSS5.2AI score0.00156EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/08/06 1:6 a.m.12 views

SUSE 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.4AI score0.00186EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/05 8:16 a.m.6 views

UBUNTU-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
SaveExploits0References8
CVE
CVE
added 2026/08/05 8:8 a.m.61 views

CVE-2026-64572

CVE-2026-64572 affects the Linux kernel's IPv4 FIB path. In fib_table_insert(), new_fa is published to the leaf’s fa_list before notifiers run; if a notifier fails, the code removes new_fa via fib_remove_alias() and frees it with kmem_cache_free(). A concurrent, already-reached reader in fib_tabl...

5.4AI score0.00186EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/05 8:8 a.m.10 views

EUVD-2026-53266

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.4AI score0.00186EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/05 8:8 a.m.9 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
OSV
OSV
added 2026/08/05 8:8 a.m.14 views

CVE-2026-64572 ipv4: fib: free fib_alias with kfree_rcu() on insert error path

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.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/05 8:8 a.m.9 views

CVE-2026-64569 mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

5.4AI score
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:0 a.m.11 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
Rows per page
Query Builder