CVE-2022-50868
published 2025-12-30CVE-2022-50868: In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by…
PriorityP420low5.5
EPSS
0.21%
11.6th percentile
In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by pci_get_device(). The comment of
pci_get_device() says that it will increase the reference count for the
returned pci_dev and also decrease the reference count for the input
pci_dev @from if it is not NULL.
If we break for_each_pci_dev() loop with pdev not NULL, we need to call
pci_dev_put() to decrease the reference count. 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 | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < f1c97f72ffd504f49882774e2ab689d982dc7afc | f1c97f72ffd504f49882774e2ab689d982dc7afc |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < 526c316948819d3ecd2bb20fe5e2580c51a1b760 | 526c316948819d3ecd2bb20fe5e2580c51a1b760 |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < e246f5eff26055bdcb61a2cc99c50af72a19680f | e246f5eff26055bdcb61a2cc99c50af72a19680f |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < 1199f8e02941b326c60ab71a63002b7c80e38212 | 1199f8e02941b326c60ab71a63002b7c80e38212 |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < 5998e5c30e839f73e62cb29e0d9617b0d16ccba3 | 5998e5c30e839f73e62cb29e0d9617b0d16ccba3 |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < 2b79a5e560779b35e1164d57ae35c48b43373082 | 2b79a5e560779b35e1164d57ae35c48b43373082 |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < cb348c7908631dd9f60083a0a1542eab055d3edf | cb348c7908631dd9f60083a0a1542eab055d3edf |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < 2e10ecd012ae2b2a374b34f307e9bc1e6096c03d | 2e10ecd012ae2b2a374b34f307e9bc1e6096c03d |
| linux | linux | >= 96d63c0297ccfd6d9059c614b3f5555d9441a2b3 < ecadb5b0111ea19fc7c240bb25d424a94471eb7d | ecadb5b0111ea19fc7c240bb25d424a94471eb7d |
| 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.18 < 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
hwrng: amd - Fix PCI device refcount leak
osv·2025-12-30
CVE-2022-50868 hwrng: amd - Fix PCI device refcount leak
hwrng: amd - Fix PCI device refcount leak
In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by pci_get_device(). The comment of
pci_get_device() says that it will increase the reference count for the
returned pci_dev and also decrease the reference count for the input
pci_dev @from if it is not NULL.
If we break for_each_pci_dev() loop with pdev not NULL, we need to call
pci_dev_put() to decrease the reference count. Add the missing
pci_dev_put() for the normal and error path.
OSV
CVE-2022-50868: In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci
osv·2025-12-30
CVE-2022-50868 CVE-2022-50868: In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci
In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference count for the returned pci_dev and also decrease the reference count for the input pci_dev @from if it is not NULL. If we break for_each_pci_dev() loop with pdev not NULL, we need to call pci_dev_put() to decrease the reference count. Add the missing pci_dev_put() for the normal and error path.
GHSA
GHSA-c92v-6x7x-f5fw: In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by p
ghsa_unreviewed·2025-12-30
CVE-2022-50868 GHSA-c92v-6x7x-f5fw: In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by p
In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by pci_get_device(). The comment of
pci_get_device() says that it will increase the reference count for the
returned pci_dev and also decrease the reference count for the input
pci_dev @from if it is not NULL.
If we break for_each_pci_dev() loop with pdev not NULL, we need to call
pci_dev_put() to decrease the reference count. Add the missing
pci_dev_put() for the normal and error path.
Red Hat
kernel: Kernel: Denial of Service in AMD hwrng due to PCI device refcount leak
vendor_redhat·2025-12-30·CVSS 5.5
CVE-2022-50868 [LOW] CWE-772 kernel: Kernel: Denial of Service in AMD hwrng due to PCI device refcount leak
kernel: Kernel: Denial of Service in AMD hwrng due to PCI device refcount leak
In the Linux kernel, the following vulnerability has been resolved:
hwrng: amd - Fix PCI device refcount leak
for_each_pci_dev() is implemented by pci_get_device(). The comment of
pci_get_device() says that it will increase the reference count for the
returned pci_dev and also decrease the reference count for the input
pci_dev @from if it is not NULL.
If we break for_each_pci_dev() loop with pdev not NULL, we need to call
pci_dev_put() to decrease the reference count. Add the missing
pci_dev_put() for the normal and error path.
A flaw was found in the Linux kernel's AMD hardware random number generator (hwrng) component. A local user with low privileges could exploit a PCI device reference count (refcount) lea
Debian
CVE-2022-50868: linux - In the Linux kernel, the following vulnerability has been resolved: hwrng: amd ...
vendor_debian·2022
CVE-2022-50868 CVE-2022-50868: linux - In the Linux kernel, the following vulnerability has been resolved: hwrng: amd ...
In the Linux kernel, the following vulnerability has been resolved: hwrng: amd - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference count for the returned pci_dev and also decrease the reference count for the input pci_dev @from if it is not NULL. If we break for_each_pci_dev() loop with pdev not NULL, we need to call pci_dev_put() to decrease the reference count. 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/1199f8e02941b326c60ab71a63002b7c80e38212https://git.kernel.org/stable/c/2b79a5e560779b35e1164d57ae35c48b43373082https://git.kernel.org/stable/c/2e10ecd012ae2b2a374b34f307e9bc1e6096c03dhttps://git.kernel.org/stable/c/526c316948819d3ecd2bb20fe5e2580c51a1b760https://git.kernel.org/stable/c/5998e5c30e839f73e62cb29e0d9617b0d16ccba3https://git.kernel.org/stable/c/cb348c7908631dd9f60083a0a1542eab055d3edfhttps://git.kernel.org/stable/c/e246f5eff26055bdcb61a2cc99c50af72a19680fhttps://git.kernel.org/stable/c/ecadb5b0111ea19fc7c240bb25d424a94471eb7dhttps://git.kernel.org/stable/c/f1c97f72ffd504f49882774e2ab689d982dc7afc
2025-12-30
Published