CVE-2022-50157

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50157
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50157.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50157
Downstream
Related
Published
2025-06-18T11:15:45Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

PCI: microchip: Fix refcount leak in mcpcieinitirqdomains()

ofgetnextchild() returns a node pointer with refcount incremented, so we should use ofnode_put() on it when we don't need it anymore.

mcpcieinitirqdomains() only calls ofnodeput() in the normal path, missing it in some error paths. Add missing ofnodeput() to avoid refcount leak.

References

Affected packages