CVE-2022-50576
Linux Kernel - PCI Device Refcount Leak in pch_request_dma()
Title source: llmDescription
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 (9)
Core 9
Core References
Scores
EPSS
0.0023
EPSS Percentile
14.2%
Details
Status
published
Products (28)
linux/Kernel
2.6.38 - 4.9.337linux
linux/Kernel
4.10.0 - 4.14.303linux
linux/Kernel
4.15.0 - 4.19.270linux
linux/Kernel
4.20.0 - 5.4.229linux
linux/Kernel
5.11.0 - 5.15.86linux
linux/Kernel
5.16.0 - 6.0.16linux
linux/Kernel
5.5.0 - 5.10.163linux
linux/Kernel
6.1.0 - 6.1.2linux
Linux/Linux
< 2.6.38
Linux/Linux
2.6.38
... and 18 more
Published
Oct 22, 2025
Tracked Since
Feb 18, 2026