Bug 2468075 (CVE-2026-43295) - CVE-2026-43295 kernel: rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net()
Summary: CVE-2026-43295 kernel: rapidio: replace rio_free_net() with kfree() in rio_sc...
Keywords:
Status: NEW
Alias: CVE-2026-43295
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-08 14:03 UTC by OSIDB Bzimport
Modified: 2026-05-08 18:21 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-08 14:03:12 UTC
In the Linux kernel, the following vulnerability has been resolved:

rapidio: replace rio_free_net() with kfree() in rio_scan_alloc_net()

When idtab allocation fails, net is not registered with rio_add_net() yet,
so kfree(net) is sufficient to release the memory.  Set mport->net to NULL
to avoid dangling pointer.


Note You need to log in before you can comment on or make changes to this bug.