NONE · 0

CVE-2022-50576

In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pch_request_dma() As comment of pci_get_slot() says, it returns a pci_device with its...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pch_request_dma() As comment of pci_get_slot() says, it returns a pci_device with its refcount increased. The caller must decrement the reference count by calling pci_dev_put(). Since 'dma_dev' is only used to filter the channel in filter(), we can call pci_dev_put() before exiting from pch_request_dma(). Add the missing pci_dev_put() for the normal and error path.

References

FAQ

What is CVE-2022-50576?

CVE-2022-50576 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: serial: pch: Fix PCI device refcount leak in pch_request_dma() As comment of pci_get_slot() says, it returns a pci_device with its...

How severe is CVE-2022-50576?

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

Is there a patch for CVE-2022-50576?

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