Bug 2419866 (CVE-2022-50615) - CVE-2022-50615 kernel: perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()
Summary: CVE-2022-50615 kernel: perf/x86/intel/uncore: Fix reference count leak in snr...
Keywords:
Status: NEW
Alias: CVE-2022-50615
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-08 07:04 UTC by OSIDB Bzimport
Modified: 2025-12-10 09:17 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-08 07:04:34 UTC
In the Linux kernel, the following vulnerability has been resolved:

perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()

pci_get_device() will increase the reference count for the returned
pci_dev, so snr_uncore_get_mc_dev() will return a pci_dev with its
reference count increased. We need to call pci_dev_put() to decrease the
reference count. Let's add the missing pci_dev_put().


Note You need to log in before you can comment on or make changes to this bug.