Description
In the Linux kernel, the following vulnerability has been resolved:

RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port

The function ionic_query_port() calls ib_device_get_netdev() without
checking the return value which could lead to NULL pointer dereference,
Fix it by checking the return value and return -ENODEV if the 'ndev' is
NULL.
Published: 2026-05-06
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s RDMA/Ionic subsystem contains a flaw in the function ionic_query_port, which calls ib_device_get_netdev() and then immediately dereferences the returned pointer without verifying that it is non‑null. If the lookup fails, the code dereferences a NULL pointer, causing a kernel panic and terminating the affected system. The immediate consequence is a denial of service for all users and processes relying on RDMA services, and the resulting kernel crash could potentially allow privilege escalation on platforms where a panic can be exploited. That escalation path is inferred from the nature of kernel panics rather than explicitly stated in the advisory.

Affected Systems

All Linux kernel builds that include the RDMA/Ionic driver before the commit that adds the NULL check are affected. Systems running a kernel where the ionic_query_port function has not been patched and that use RDMA/Ionic networking are at risk.

Risk and Exploitability

The EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is 5.5, indicating a medium severity. The likely attack vector requires an attacker to invoke ionic_query_port with a non‑existent device name, which generally requires privileged access or the ability to manipulate RDMA configuration. Consequently, exploitation from an unprivileged remote attacker is unlikely, but local or compromised nodes that can influence RDMA services could trigger the fault and cause the system to panic.

Generated by OpenCVE AI on May 8, 2026 at 20:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that incorporates the patch adding a NULL check to the returned pointer from ib_device_get_netdev(), thereby addressing unchecked return values (CWE‑252) and null pointer dereference.
  • Temporarily unload or disable the RDMA/Ionic driver modules to prevent ionic_query_port from being called, mitigating the null pointer dereference risk.
  • Verify that any custom kernel builds perform proper return value checks for ib_device_get_netdev() and enforce kernel version compliance with the patched state to avoid unchecked return value exploitation (CWE‑252).

Generated by OpenCVE AI on May 8, 2026 at 20:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 08 May 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Thu, 07 May 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Thu, 07 May 2026 12:15:00 +0000


Wed, 06 May 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Wed, 06 May 2026 12:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port The function ionic_query_port() calls ib_device_get_netdev() without checking the return value which could lead to NULL pointer dereference, Fix it by checking the return value and return -ENODEV if the 'ndev' is NULL.
Title RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:21:32.612Z

Reserved: 2026-05-01T14:12:55.998Z

Link: CVE-2026-43282

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-06T12:16:49.703

Modified: 2026-05-08T19:09:00.997

Link: CVE-2026-43282

cve-icon Redhat

Severity :

Publid Date: 2026-05-06T00:00:00Z

Links: CVE-2026-43282 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-08T21:00:10Z

Weaknesses