In the Linux kernel, the following vulnerability has been resolved:
perf/x86/intel/uncore: Fix reference count leak in snruncoremmio_map()
pcigetdevice() will increase the reference count for the returned pcidev, so snruncoregetmcdev() will return a pcidev with its reference count increased. We need to call pcidevput() to decrease the reference count. Let's add the missing pcidevput().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50615.json",
"cna_assigner": "Linux"
}