Bug 2395355 (CVE-2022-50337) - CVE-2022-50337 kernel: ocxl: fix pci device refcount leak when calling get_function_0()
Summary: CVE-2022-50337 kernel: ocxl: fix pci device refcount leak when calling get_fu...
Keywords:
Status: NEW
Alias: CVE-2022-50337
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:09 UTC by OSIDB Bzimport
Modified: 2025-09-15 20:23 UTC (History)
0 users

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


Attachments (Terms of Use)

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

ocxl: fix pci device refcount leak when calling get_function_0()

get_function_0() calls pci_get_domain_bus_and_slot(), as comment
says, it returns a pci device with refcount increment, so after
using it, pci_dev_put() needs be called.

Get the device reference when get_function_0() is not called, so
pci_dev_put() can be called in the error path and callers
unconditionally. And add comment above get_dvsec_vendor0() to tell
callers to call pci_dev_put().


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