Security Advisory

CVE-2022-50146

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-06-18 11:03:07
Last updated 2026-05-11 19:13:43
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors If dw_pcie_ep_init() fails to perform any action after the EPC memory is initialized and the MSI memory region is allocated, the latter parts wont be undone thus causing a memory leak. Add a cleanup-on-error path to fix these leaks. [bhelgaas: commit log]