Lucene search
+L

118 matches found

RedHat Linux
RedHat Linux
added 2025/06/16 9:01 a.m.11 views

kernel: eth: bnxt: fix truesize for mb-xdp-pass case

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix truesize for mb-xdp-pass case When mb-xdp is set and return is XDPPASS, packet is converted from xdpbuff to skbuff with xdpupdateskbsharedinfo in bnxtxdpbuildskb. bnxtxdpbuildskb passes incorrect truesize argument ...

7.5CVSS6.4AI score0.00462EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/06/09 12:00 a.m.10 views

Vulnerability of the bnxt_rx_pkt() function in the drivers/net/ethernet/broadcom/bnxt/bnxt.c module – A Linux kernel Ethernet network adapter driver support mechanism that allows an attacker to access protected information or cause service failure.

Vulnerability of the bnxtrxpkt function in the drivers/net/ethernet/broadcom/bnxt/bnxt.c module – The Linux kernel’s Ethernet network adapter support driver has vulnerabilities related to indexing mechanisms. Exploiting this vulnerability could allow attackers to access protected information or...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0References17Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/21 12:47 a.m.8 views

SUSE CVE-2025-37895

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix error handling path in bnxtinitchip WARNON is triggered in flushwork if bnxtinitchip fails because we call cancelworksync on dim work that has not been initialized. WARNING: CPU: 37 PID: 5223 at kernel/workqueue.c:420...

2.5CVSS6.5AI score0.00188EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/09 7:16 a.m.3 views

DEBIAN-CVE-2025-37873

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix missing ring index trim on error path Commit under Fixes converted txprod to be free running but missed masking it on the Tx error path. This crashes on error conditions, for example when DMA mapping fails...

5.5CVSS5.5AI score0.00259EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/09 7:16 a.m.7 views

UBUNTU-CVE-2025-37873

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix missing ring index trim on error path Commit under Fixes converted txprod to be free running but missed masking it on the Tx error path. This crashes on error conditions, for example when DMA mapping fails...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References25
CNNVD
CNNVD
added 2025/05/09 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the bnxt driver error path not pruning the ring index, which could lead to a crash...

5.5CVSS6.4AI score0.00259EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 3:16 p.m.7 views

DEBIAN-CVE-2022-49869

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible crash in bnxthwrmsetcoal During the error recovery sequence, the rtnllock is not held for the entire duration and some datastructures may be freed during the sequence. Check for the BNXTSTATEOPEN flag instead...

5.5CVSS5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.14 views

UBUNTU-CVE-2022-49869

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix possible crash in bnxthwrmsetcoal During the error recovery sequence, the rtnllock is not held for the entire duration and some datastructures may be freed during the sequence. Check for the BNXTSTATEOPEN flag instead...

5.5CVSS6AI score0.00209EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.8 views

UBUNTU-CVE-2025-22112

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix out-of-range access of vnicinfo array The bnxtqueuestart | stop access vnicinfo as much as allocated, which indicates bp-nrvnics. So, it should not reach bp-vnicinfobp-nrvnics...

8.4CVSS6.1AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
added 2025/04/16 2:12 p.m.120 views

CVE-2025-22112

CVE-2025-22112 affects the Linux kernel bnxt ethernet driver. The vulnerability arises from out-of-range access to the vnic_info array in bnxt_queue_start/stop where bp->nr_vnics is exceeded, allowing access to bp->vnic_info[bp->nr_vnics]. The issue is fixed in the publicly released comm...

7.1CVSS6.6AI score0.00196EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a possible out-of-bounds access to the vnicinfo array by the bnxt driver...

7.1CVSS6.5AI score0.00196EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/04/05 2:25 a.m.9 views

SUSE CVE-2025-21973

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix kernel panic in the bnxtgetqueuestatsrx | tx When qstats-get operation is executed, callbacks of netdevstatsops are called. The bnxtgetqueuestatsrx | tx collect per-queue stats from swstats in the rings. But rx | t...

5.5CVSS7.5AI score0.0019EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/04/05 2:25 a.m.12 views

SUSE CVE-2025-21974

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: return fail if interface is down in bnxtqueuememalloc The bnxtqueuememalloc is called to allocate new queue memory when a queue is restarted. It internally accesses rx buffer descriptor corresponding to the index. The ...

5.5CVSS7.7AI score0.00186EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.9 views

SUSE CVE-2025-21960

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: do not update checksum in bnxtxdpbuildskb The bnxtrxpkt updates ipsummed value at the end if checksum offload is enabled. When the XDP-MB program is attached and it returns XDPPASS, the bnxtxdpbuildskb is called to...

7.7AI score0.00509EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.9 views

SUSE CVE-2025-21961

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix truesize for mb-xdp-pass case When mb-xdp is set and return is XDPPASS, packet is converted from xdpbuff to skbuff with xdpupdateskbsharedinfo in bnxtxdpbuildskb. bnxtxdpbuildskb passes incorrect truesize argument ...

5.3CVSS7.6AI score0.00462EPSS
SaveExploits0References16
BDU FSTEC
BDU FSTEC
added 2025/04/02 12:00 a.m.16 views

The vulnerability in the driver (drivers/infiniband/hw/bnxt_re/ib_verbs.c) of Linux operating systems, which allows a hacker to cause a service failure.

The vulnerability in the driver drivers/infiniband/hw/bnxtre/ibverbs.c of Linux operating systems is related to incorrect calculations. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.6AI score0.00425EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2025/04/01 4:15 p.m.5 views

DEBIAN-CVE-2025-21974

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: return fail if interface is down in bnxtqueuememalloc The bnxtqueuememalloc is called to allocate new queue memory when a queue is restarted. It internally accesses rx buffer descriptor corresponding to the index. The ...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.4 views

DEBIAN-CVE-2025-21973

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix kernel panic in the bnxtgetqueuestatsrx | tx When qstats-get operation is executed, callbacks of netdevstatsops are called. The bnxtgetqueuestatsrx | tx collect per-queue stats from swstats in the rings. But rx | t...

7.1CVSS5.6AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.5 views

DEBIAN-CVE-2025-21960

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: do not update checksum in bnxtxdpbuildskb The bnxtrxpkt updates ipsummed value at the end if checksum offload is enabled. When the XDP-MB program is attached and it returns XDPPASS, the bnxtxdpbuildskb is called to...

5.5CVSS5.5AI score0.00509EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/01 4:15 p.m.10 views

UBUNTU-CVE-2025-21974

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: return fail if interface is down in bnxtqueuememalloc The bnxtqueuememalloc is called to allocate new queue memory when a queue is restarted. It internally accesses rx buffer descriptor corresponding to the index. The ...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References10
Rows per page
Query Builder