CVE-2022-50576
published 2025-10-22CVE-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()…
PriorityP420
EPSS
0.23%
14.1th percentile
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.
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.1.4-1 (bookworm) | linux 6.1.4-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 90ff030ca10b69feeebda1427550ebf9ed2ad868 | 90ff030ca10b69feeebda1427550ebf9ed2ad868 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 56e5a7c5ee3f0dc8978b5df2b1a98a1b060c5e2a | 56e5a7c5ee3f0dc8978b5df2b1a98a1b060c5e2a |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < dfd15c5550b9190d5b0f9bcacb3e6436322f3854 | dfd15c5550b9190d5b0f9bcacb3e6436322f3854 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < d165388227aa7e46a9751b90bae6337b5335cdbb | d165388227aa7e46a9751b90bae6337b5335cdbb |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 07f4ca68b0f6bf84b6b391c14b59fd179fcde9c5 | 07f4ca68b0f6bf84b6b391c14b59fd179fcde9c5 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 6f7d82380fbeaed3a940efc33c23f0c4bbd0fc02 | 6f7d82380fbeaed3a940efc33c23f0c4bbd0fc02 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 4f5d28865c665c9064de631a518f9bc8099d9ce4 | 4f5d28865c665c9064de631a518f9bc8099d9ce4 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 516614a371c26e3334625b4bca19a5362bf658d6 | 516614a371c26e3334625b4bca19a5362bf658d6 |
| linux | linux | >= 3c6a483275f47a2ef7119309ad3d791c10cf30da < 8be3a7bf773700534a6e8f87f6ed2ed111254be5 | 8be3a7bf773700534a6e8f87f6ed2ed111254be5 |
| linux | linux_kernel | >= 0 < 5.10.178-1 | 5.10.178-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 0 < 6.1.4-1 | 6.1.4-1 |
| linux | linux_kernel | >= 2.6.38 < 4.9.337 | 4.9.337 |
| linux | linux_kernel | >= 4.10.0 < 4.14.303 | 4.14.303 |
| linux | linux_kernel | >= 4.15.0 < 4.19.270 | 4.19.270 |
| linux | linux_kernel | >= 4.20.0 < 5.4.229 | 5.4.229 |
| linux | linux_kernel | >= 5.11.0 < 5.15.86 | 5.15.86 |
| linux | linux_kernel | >= 5.16.0 < 6.0.16 | 6.0.16 |
| linux | linux_kernel | >= 5.5.0 < 5.10.163 | 5.10.163 |
| linux | linux_kernel | >= 6.1.0 < 6.1.2 | 6.1.2 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
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_g
osv·2025-10-22
CVE-2022-50576 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_g
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.
OSV
serial: pch: Fix PCI device refcount leak in pch_request_dma()
osv·2025-10-22
CVE-2022-50576 serial: pch: Fix PCI device refcount leak in pch_request_dma()
serial: pch: Fix PCI device refcount leak in pch_request_dma()
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.
GHSA
GHSA-jchm-w95j-v3v9: 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
ghsa_unreviewed·2025-10-22
CVE-2022-50576 GHSA-jchm-w95j-v3v9: 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
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.
Red Hat
kernel: serial: pch: Fix PCI device refcount leak in pch_request_dma()
vendor_redhat·2025-10-22
CVE-2022-50576 kernel: serial: pch: Fix PCI device refcount leak in pch_request_dma()
kernel: serial: pch: Fix PCI device refcount leak in pch_request_dma()
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.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Debian
CVE-2022-50576: linux - In the Linux kernel, the following vulnerability has been resolved: serial: pch...
vendor_debian·2022
CVE-2022-50576 CVE-2022-50576: linux - In the Linux kernel, the following vulnerability has been resolved: serial: pch...
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.
Scope: local
bookworm: resolved (fixed in 6.1.4-1)
bullseye: resolved (fixed in 5.10.178-1)
forky: resolved (fixed in 6.1.4-1)
sid: resolved (fixed in 6.1.4-1)
trixie: resolved (fixed in 6.1.4-1)
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/07f4ca68b0f6bf84b6b391c14b59fd179fcde9c5https://git.kernel.org/stable/c/4f5d28865c665c9064de631a518f9bc8099d9ce4https://git.kernel.org/stable/c/516614a371c26e3334625b4bca19a5362bf658d6https://git.kernel.org/stable/c/56e5a7c5ee3f0dc8978b5df2b1a98a1b060c5e2ahttps://git.kernel.org/stable/c/6f7d82380fbeaed3a940efc33c23f0c4bbd0fc02https://git.kernel.org/stable/c/8be3a7bf773700534a6e8f87f6ed2ed111254be5https://git.kernel.org/stable/c/90ff030ca10b69feeebda1427550ebf9ed2ad868https://git.kernel.org/stable/c/d165388227aa7e46a9751b90bae6337b5335cdbbhttps://git.kernel.org/stable/c/dfd15c5550b9190d5b0f9bcacb3e6436322f3854
2025-10-22
Published