Bug 2420271 (CVE-2022-50645) - CVE-2022-50645 kernel: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
Summary: CVE-2022-50645 kernel: EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()
Keywords:
Status: NEW
Alias: CVE-2022-50645
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-09 01:04 UTC by OSIDB Bzimport
Modified: 2025-12-10 05:41 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-09 01:04:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper()

As the comment of pci_get_domain_bus_and_slot() says, it returns
a PCI device with refcount incremented, so it doesn't need to
call an extra pci_dev_get() in pci_get_dev_wrapper(), and the PCI
device needs to be put in the error path.


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