IT

Tracker / CVE-2022-49787

CVE-2022-49787

Medium 5.5

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

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.15 → 4.19.267
linux linux_kernel · 4.20 → 5.4.225
linux linux_kernel · 4.4 → 4.14.300
linux linux_kernel · 5.11 → 5.15.80
linux linux_kernel · 5.16 → 6.0.10
linux linux_kernel · 5.5 → 5.10.156

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References