CVE-2022-49351: net: altera: Fix refcount leak in altera_tse_mdio_create
In the Linux kernel, the following vulnerability has been resolved:
net: altera: Fix refcount leak in altera_tse_mdio_create
Every iteration of for_each_child_of_node() decrements
the reference count of the previous node.
When break from a for_each_child_of_node() loop,
we need to explicitly call of_node_put() on the child node when
not need anymore.
Add missing of_node_put() to avoid refcount leak.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49351 is a Linux kernel resource-management bug in the Altera TSE MDIO driver path. A local low-privileged user could potentially cause an availability impact. It is not described as exposing data or changing data. Public sources provided do not show active exploitation.
Executive priority
Treat as a routine but real availability-risk kernel update. Prioritize multi-user Linux hosts, shared compute, and embedded systems using the affected networking driver. This does not currently warrant emergency response absent vendor-specific impact or exploitation evidence.
Technical view
The issue is a missing of_node_put() when breaking from for_each_child_of_node() in altera_tse_mdio_create, causing a device-tree node reference count leak. The CVSS 3.1 vector is AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, score 5.5. Kernel stable commits are referenced as the remediation source.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with the Altera TSE MDIO driver path present. The attack vector is local and requires low privileges, so internet-facing exposure alone is not the primary concern.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of exploitation in the wild. The practical risk is denial of service or resource exhaustion on affected local systems, not remote compromise.
Researcher notes
The CVE record provides limited affected-version detail and no CWE. Analysis should verify the exact downstream backport status for each distribution. The root cause is a reference-count leak in a device-tree iteration error path within altera_tse_mdio_create.
Mitigation direction
Check your Linux distribution or kernel vendor advisory for CVE-2022-49351 coverage.
Update to a kernel build containing the referenced stable fix for this issue.
Prioritize systems where untrusted local users or workloads can run code.
If updates are unavailable, ask the vendor for supported mitigations.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded systems.
Identify systems using Altera TSE networking or the affected kernel driver path.
Confirm whether the running kernel includes one of the referenced stable commits.
Track remediation through vendor package versions, not only upstream kernel numbers.
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-49351 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.