VDB
CISA-2022-49351
CISA-2022-49351
PUBLISHED
CVSS 5.5 MEDIUM
Reported by Linux · Published February 26, 2025
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.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a |
| Linux | Linux | 3.15, 0, 4.9.318 |
| linux | linux_kernel | 3.15, 3.15, 3.15 |
| Linux | Linux | bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a, bbd2190ce96d8fce031f0526c1f970b68adc9d1a |
Timeline
- Feb 26, 2025 CVE Published
- Oct 1, 2025 CVE Updated