LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
11

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
10Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-49351Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxbbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1aunaffected
LinuxLinux3.15, 0, 4.9.318, 4.14.283, 4.19.247, 5.4.198, 5.10.122, 5.15.47, 5.17.15, 5.18.4, 5.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.