CVE-2022-49787

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49787
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49787.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49787
Downstream
Related
Published
2025-05-01T15:16:01Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

mmc: sdhci-pci: Fix possible memory leak caused by missing pcidevput()

pcigetdevice() will increase the reference count for the returned pcidev. We need to use pcidevput() to decrease the reference count before amdprobe() returns. There is no problem for the 'smbusdev == NULL' branch because pcidev_put() can also handle the NULL input parameter case.

References

Affected packages