Vulnerability in Linux
CVE-2022-50337
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().
EPSS: 0.001 (4.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 87db7579ebd5ded337056eb765542eb2608f16e3, 5.9, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2022-50337?
- CVE-2022-50337 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-09-15.
- How severe is CVE-2022-50337?
- Medium severity. CVSS v3 base score is 5.5 out of 10.