← Back to CVE List

CVE-2025-21934

Published: 2025-04-01T16:15Z
Last Modified: 2025-04-10T18:06Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rio_add_net() fails rio_add_net() calls device_register() and fails when device_register() fails. Thus, put_device() should be used rather than kfree(). Add "mport->net = NULL;" to avoid a use after free issue. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt