Bug 2395235 (CVE-2022-50318) - CVE-2022-50318 kernel: perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()
Summary: CVE-2022-50318 kernel: perf/x86/intel/uncore: Fix reference count leak in hsw...
Keywords:
Status: NEW
Alias: CVE-2022-50318
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-09-15 15:02 UTC by OSIDB Bzimport
Modified: 2025-09-15 17:39 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:02:20 UTC
In the Linux kernel, the following vulnerability has been resolved:

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

pci_get_device() will increase the reference count for the returned
'dev'. We need to call pci_dev_put() to decrease the reference count.
Since 'dev' is only used in pci_read_config_dword(), let's add
pci_dev_put() right after it.


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