CVE-2026-93102

Unknown

Last modified

CVE-2026-93102 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_init() or hfi1_register_ib_device() later fails, init_one() tears down the device data without calling hfi1_free_rx(). This leaks netdev_rx and its dummy netdev. Free the RX support after IB unregistration and before postinit_cleanup(), as done on normal device removal..

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_init() or hfi1_register_ib_device() later fails, init_one() tears down the device data without calling hfi1_free_rx(). This leaks netdev_rx and its dummy netdev. Free the RX support after IB unregistration and before postinit_cleanup(), as done on normal device removal.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < cfad037c6d305876b877abc39fd4d7e2185e44f3; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < d1c91cb02e05fdd93411de707cc5c3c08375df9e; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < 10e5e37495096b58f07adc4020de2701efc3a9e0; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < cd06c17afb08b37995f66cf560c2332a769b8f80; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < 149a14ec70887ad14e820a7ca15738ded3d2d493; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < 83fe4e4f4fbf01d3832a24511c0ddfaccf5df9d8; >= 4730f4a6c6b2065589c0822af00aa45e639bbc36, < 8e17e101e04a3dc062e2719da57ff78c1c060632
LinuxLinux5.8

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-93102?
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Free RX data on late probe failure hfi1_init_dd() allocates the shared AIP/VNIC RX support before returning. If hfi1_init() or hfi1_register_ib_device() later fails, init_one() tears down the device data without calling hfi1_free_rx(). This leaks netdev_rx and its dummy netdev. Free the RX support after IB unregistration and before postinit_cleanup(), as done on normal device removal.
How severe is CVE-2026-93102?
Severity scoring for CVE-2026-93102 is pending analysis.
How do I fix CVE-2026-93102?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-93102?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST