0.0
NA
CVE-2022-50659
hwrng: geode - Fix PCI device refcount leak
Description

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - 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. We add a new struct 'amd_geode_priv' to record pointer of the pci_dev and membase, and then add missing pci_dev_put() for the normal and error path.

INFO

Published Date :

Dec. 9, 2025, 1:29 a.m.

Last Modified :

Dec. 9, 2025, 1:29 a.m.

Remotely Exploit :

No

Source :

Linux
Affected Products

The following products are affected by CVE-2022-50659 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Address a device reference count leak in the Linux kernel's hwrng driver.
  • Update the Linux kernel to the latest version.
  • Ensure all PCI device references are properly managed.
  • Apply the patch for the hwrng geode driver.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2022-50659 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
No CVSS metrics available for this vulnerability.