CVE-2022-49787

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
02/05/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()<br /> <br /> pci_get_device() will increase the reference count for the returned<br /> pci_dev. We need to use pci_dev_put() to decrease the reference count<br /> before amd_probe() returns. There is no problem for the &amp;#39;smbus_dev ==<br /> NULL&amp;#39; branch because pci_dev_put() can also handle the NULL input<br /> parameter case.

Impact