CVE detail
CVE-2022-50857 — CVE-2022-50857
Published 2025-12-30 · Modified 2026-06-17 · Source nvd
UNKNOWN
severity
CVSS-derived band
0.0021
EPSS probability
exploitation probability, 30d
12.0%
EPSS percentile
percentile vs all CVEs
NOT LISTED
CISA KEV
known exploited catalog
Description
In the Linux kernel, the following vulnerability has been resolved:
rapidio: rio: fix possible name leak in rio_register_mport()
If device_register() returns error, the name allocated by dev_set_name()
need be freed. It should use put_device() to give up the reference in the
error path, so that the name can be freed in kobject_cleanup(), and
list_del() is called to delete the port from rio_mports.
Remediation
No vendor-published fix data in our corpus for this CVE. Check the references below or the vendor's PSIRT / security advisories page.
References