NONE · 0

CVE-2022-50645

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI devi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI device with refcount incremented, so it doesn't need to call an extra pci_dev_get() in pci_get_dev_wrapper(), and the PCI device needs to be put in the error path.

References

FAQ

What is CVE-2022-50645?

CVE-2022-50645 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI devi...

How severe is CVE-2022-50645?

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

Is there a patch for CVE-2022-50645?

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