Lucene search
+L

61 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 5:40 p.m.9 views

CVE-2026-72393

A flaw was found in the Linux kernel's fbnic Ethernet driver. When the fbnictxlso function reallocates a socket buffer skb, it fails to update a cached pointer to shared information. This can lead to a use-after-free vulnerability, where the driver attempts to access memory that has already been...

9.8CVSS5.7AI score0.00581EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-72393

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer...

9.8CVSS5.6AI score0.00581EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.5 views

CVE-2026-72393

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

9.8CVSS0.00581EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-72393

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

9.8CVSS5.5AI score0.00581EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72393

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

9.8CVSS5.6AI score0.00581EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.27 views

CVE-2026-72393

The CVE-2026-72393 issue affects the Linux kernel’s fbnic path for Ethernet devices. The bug arises in fbnic_tx_lso where skb_cow_head() may reallocate the skb and its shared info, causing a use-after-free by tracing a 4-byte read inside a freed skb region. This is a network-attack surface via UD...

9.8CVSS5.4AI score0.00581EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:56 a.m.8 views

CVE-2026-72393 eth: fbnic: don't cache shinfo across skb realloc

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

9.8CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72393 eth: fbnic: don't cache shinfo across skb realloc

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

9.8CVSS0.00581EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:56 a.m.10 views

EUVD-2026-59292

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnictxlso calls skbcowhead which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in...

5.5AI score0.00581EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.11 views

PT-2026-72581

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: don't cache shinfo across skb realloc fbnic tx lso calls skb cow head which may reallocate the skb including the shared info. We can't use the pointer calculated before the call. BUG: KASAN: slab-use-after-free in fbn...

5.4AI score0.00581EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-45977

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbnic: close fwlog race between users and teardown Fixes a theoretical race on fwlog between the teardown path and fwlog write functions. fwlog is written insi...

5.5CVSS5.9AI score0.00121EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/28 3:55 a.m.14 views

SUSE CVE-2026-45977

In the Linux kernel, the following vulnerability has been resolved: fbnic: close fwlog race between users and teardown Fixes a theoretical race on fwlog between the teardown path and fwlog write functions. fwlog is written inside fbnicfwlogwrite and can be reached from the mailbox handler...

5.8AI score0.00121EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/27 11:47 p.m.20 views

CVE-2026-45952

A flaw was found in the Linux kernel's fbnic driver. This vulnerability allows a local user to cause a Denial of Service DoS by increasing the Maximum Transmission Unit MTU beyond the hardware's threshold while an eXpress Data Path XDP program is attached. This improper validation of MTU changes...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/27 10:32 p.m.19 views

CVE-2026-45977

A flaw was found in the Linux kernel's fbnic Fibre Channel over Ethernet Network Interface Card driver. A race condition exists in the handling of firmware logs, where the log can be freed while still being accessed. This can lead to a use-after-free vulnerability, potentially allowing an attacke...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.27 views

EUVD-2026-32261

In the Linux kernel, the following vulnerability has been resolved: fbnic: close fwlog race between users and teardown Fixes a theoretical race on fwlog between the teardown path and fwlog write functions. fwlog is written inside fbnicfwlogwrite and can be reached from the mailbox handler...

5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.27 views

EUVD-2026-32236

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: Add validation for MTU changes Increasing the MTU beyond the HDS threshold causes the hardware to fragment packets across multiple buffers. If a single-buffer XDP program is attached, the driver will drop all multi-fr...

5.8AI score0.00126EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.20 views

CVE-2026-45977

In the Linux kernel, the following vulnerability has been resolved: fbnic: close fwlog race between users and teardown Fixes a theoretical race on fwlog between the teardown path and fwlog write functions. fwlog is written inside fbnicfwlogwrite and can be reached from the mailbox handler...

5.5CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.23 views

CVE-2026-45952

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: Add validation for MTU changes Increasing the MTU beyond the HDS threshold causes the hardware to fragment packets across multiple buffers. If a single-buffer XDP program is attached, the driver will drop all multi-fr...

5.5CVSS0.00126EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/27 2:17 p.m.24 views

UBUNTU-CVE-2026-45977

In the Linux kernel, the following vulnerability has been resolved: fbnic: close fwlog race between users and teardown Fixes a theoretical race on fwlog between the teardown path and fwlog write functions. fwlog is written inside fbnicfwlogwrite and can be reached from the mailbox handler...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/27 2:17 p.m.23 views

UBUNTU-CVE-2026-45952

In the Linux kernel, the following vulnerability has been resolved: eth: fbnic: Add validation for MTU changes Increasing the MTU beyond the HDS threshold causes the hardware to fragment packets across multiple buffers. If a single-buffer XDP program is attached, the driver will drop all multi-fr...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References3
Rows per page
Query Builder