Lucene search
+L

67 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 9:57 p.m.5 views

CVE-2026-89509

A flaw was found in the Linux kernel's RDMA/ionic driver. This vulnerability arises from the driver's incorrect handling of rdmacounter allocations, specifically by not embedding counter driver data as required. This oversight can lead to a NULL pointer dereference when the allocandbind function ...

4.1CVSS0.00198EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.8 views

PT-2026-90225

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Embed counter driver data in rdma counter allocation Commit 7e53b31acc7f "RDMA/core: Create and destroy rdma counter using rdma zalloc drv obj" requires drivers implementing counter ops to embed struct rdma counter in...

0.00198EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 3:12 p.m.13 views

CVE-2026-80779

CVE-2026-80779 is a Linux kernel vulnerability in the net/ionic network driver. The dedicated hardware timestamp RX queue is allocated with an index equal to nrxqs_per_lif , but the txqcqs array only holds regular queue pairs. Using that out-of-bounds index to set rxq->partner can read one ent...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/04 3:12 p.m.7 views

CVE-2026-80779 net/ionic: avoid OOB TX partner lookup for hwstamp RXQ

In the Linux kernel, the following vulnerability has been resolved: net/ionic: avoid OOB TX partner lookup for hwstamp RXQ The dedicated hardware timestamp RX queue is allocated with q-index equal to lif-ionic-nrxqsperlif. The normal txqcqs array only contains the regular queue pairs, so using th...

5.6AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/20 1:03 p.m.21 views

CVE-2026-53371

A flaw was found in the Linux kernel's ionic Remote Direct Memory Access RDMA driver. A local user can exploit this vulnerability due to an unbounded read operation when displaying the nodedesc sysfs file. If the nodedesc field is not null-terminated, the system will read beyond its allocated...

5.5CVSS5.2AI score0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 9:10 a.m.11 views

CVE-2026-53371 RDMA/ionic: bound node_desc sysfs read with %.64s

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: bound nodedesc sysfs read with %.64s nodedesc64 in struct ibdevice is not guaranteed to be NUL- terminated. The core IB sysfs handler uses "%.64s" for exactly this reason drivers/infiniband/core/sysfs.c:1307, since...

5.2AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/19 9:10 a.m.9 views

CVE-2026-53371

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: bound nodedesc sysfs read with %.64s nodedesc64 in struct ibdevice is not guaranteed to be NUL- terminated. The core IB sysfs handler uses "%.64s" for exactly this reason drivers/infiniband/core/sysfs.c:1307, since...

5.2AI score0.00124EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/19 9:10 a.m.32 views

CVE-2026-53371

The CVE-2026-53371 issue affects the Linux kernel RDMA/ionic driver. It stems from node_desc not guaranteed to be NUL-terminated when 64 bytes are written to the node_desc sysfs file; the ionic hca_type_show() uses an unbounded %s, reading past node_desc into adjacent ib_device fields. The kernel...

5.5CVSS5.2AI score0.00124EPSS
SaveExploits0References3Affected Software1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ionic: Fix kernel panic in XDPTX action In the XDPTX path, the ionic driver sends a packet to the TX path along with the rx page and the corresponding DMA address. After the TX operation is completed, the ionictxclean function...

5.5CVSS5.9AI score0.00614EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: ionic: Use devconsumeskbany outside of NAPI. If we are not in a NAPI softirq context, we need to be careful about how we call napiconsumeskb. Specifically, we need to call it with budget == 0 to signal that we are not in a safe...

5.5CVSS6.2AI score0.00219EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.20 views

PT-2026-40526

An untrusted pointer dereference in the ionic cloud driver for VMWare ESXi could allow an attacker with an unprivileged VM to read kernel memory or co-located guest VM memory, potentially resulting in loss of confidentiality or availability...

7.2CVSS5.8AI score0.00097EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.31 views

PT-2026-40524

A heap-based buffer overflow in the ionic cloud driver for VMware ESXi could allow an attacker to achieve privilege escalation, potentially resulting in arbitrary code execution...

8.8CVSS6.3AI score0.00098EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/07 12:41 a.m.34 views

CVE-2026-43282

A flaw was found in the Linux kernel's RDMA Remote Direct Memory Access ionic driver. This vulnerability occurs in the ionicqueryport function, where a missing check for the return value of ibdevicegetnetdev can lead to a NULL pointer dereference. A local attacker could potentially exploit this t...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/06 12:16 p.m.63 views

CVE-2026-43282

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix potential NULL pointer dereference in ionicqueryport The function ionicqueryport calls ibdevicegetnetdev without checking the return value which could lead to NULL pointer dereference, Fix it by checking the retur...

5.5CVSS0.00112EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/06 11:29 a.m.78 views

CVE-2026-43282 RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix potential NULL pointer dereference in ionicqueryport The function ionicqueryport calls ibdevicegetnetdev without checking the return value which could lead to NULL pointer dereference, Fix it by checking the retur...

0.00112EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.14 views

CVE-2026-23384

In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix kernel stack leak in ioniccreatecq struct ioniccqresp resp u32 cqid2; // offset 0 - PARTIALLY SET see below u8 udmamask; // offset 8 - SET resp.udmamask = vcq-udmamask u8 rsvd7; // offset 9 - NEVER SET udmamask &...

5.5CVSS5.7AI score0.00112EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53470

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-31929

Malicious code in bioql PyPI...

6.4AI score0.00155EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-53362

Malicious code in bioql PyPI...

7.2AI score0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 12:15 p.m.10 views

UBUNTU-CVE-2023-53470

In the Linux kernel, the following vulnerability has been resolved: ionic: catch failure from devlinkalloc Add a check for NULL on the alloc return. If devlinkalloc fails and we try to use devlinkpriv on the NULL return, the kernel gets very unhappy and panics. With this fix, the driver load will...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References8
Rows per page
Query Builder