NONE · 0

CVE-2022-50810

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing put_device in mport_cdev_open When kfifo_alloc fails, the refcount of chdev->dev is left incremental...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing put_device in mport_cdev_open When kfifo_alloc fails, the refcount of chdev->dev is left incremental. We should use put_device(&chdev->dev) to decrease the ref count of chdev->dev to avoid refcount leak.

References

FAQ

What is CVE-2022-50810?

CVE-2022-50810 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing put_device in mport_cdev_open When kfifo_alloc fails, the refcount of chdev->dev is left incremental...

How severe is CVE-2022-50810?

CVSS scoring is not yet available for CVE-2022-50810. Check NVD for updates.

Is there a patch for CVE-2022-50810?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.