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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-04-01 16:15
Updated : 2025-11-03 20:17
NVD link : CVE-2025-21934
Mitre link : CVE-2025-21934
CVE.ORG link : CVE-2025-21934
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
