CVE-2022-50157
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/06/2025
Last modified:
25/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
PCI: microchip: Fix refcount leak in mc_pcie_init_irq_domains()<br />
<br />
of_get_next_child() returns a node pointer with refcount incremented, so we<br />
should use of_node_put() on it when we don&#39;t need it anymore.<br />
<br />
mc_pcie_init_irq_domains() only calls of_node_put() in the normal path,<br />
missing it in some error paths. Add missing of_node_put() to avoid<br />
refcount leak.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.12 (including) | 5.15.61 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.18.18 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.19 (including) | 5.19.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



