CVE-2022-49439: powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
In the Linux kernel, the following vulnerability has been resolved:
powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel availability issue in the PowerPC fsl_rio code path. A missing cleanup call can leak a device-tree reference. The CVSS score is medium, and the recorded impact is denial of service, not data theft or privilege escalation.
Executive priority
Handle through normal kernel maintenance unless affected PowerPC or embedded systems support critical operations. Raise priority where local users can access systems and downtime would materially affect service delivery.
Technical view
In fsl_rio_setup, of_parse_phandle returns a node pointer with an incremented reference count. The fix adds of_node_put when the node is no longer needed. The CVSS vector is local, low complexity, low privileges, no user interaction, unchanged scope, and high availability impact.
Likely exposure
Likely exposure is limited to Linux systems running affected kernel versions where the powerpc/fsl_rio code is present and relevant. The bundle lists Linux kernel versions and stable commits, but does not identify specific distributions, appliances, or cloud images.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. Exploitation is scored as local and requiring low privileges. The available evidence supports availability risk only; it does not support confidentiality or integrity impact.
Researcher notes
Evidence is narrow: the vulnerability description identifies a refcount leak and the fix pattern, but not real-world exploit reports, affected distributions, or operational triggers. Treat exposure analysis as configuration-dependent.
Mitigation direction
Update to a Linux kernel release containing the referenced stable fixes.
Check your Linux distribution or appliance vendor advisory for backported fixes.
Prioritize PowerPC systems or platforms using fsl_rio-related kernel functionality.
Restrict unnecessary local user access on potentially affected systems.
Validation and detection
Inventory Linux kernel versions across PowerPC and embedded systems.
Check whether vendor kernels include the referenced stable fix commits.
Confirm whether fsl_rio-related kernel code is built or deployed.
Track remediation through normal kernel package or firmware update records.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-49439 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.