CVE-2022-49351
net: altera: Fix refcount leak in altera_tse_mdio_create
CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th
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.
| Vendor | linux |
| Product | linux |
| Ecosystems | |
| Industries | Technology |
| Published | Feb 26, 2025 |
| Last Updated | May 11, 2026 |
Stay Ahead of the Next One
Get instant alerts for linux linux
Be the first to know when new medium vulnerabilities affecting linux linux are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
Affected Versions
Linux / Linux
bbd2190ce96d8fce031f0526c1f970b68adc9d1a < a013fa884d8738ad8455aa1a843b8c9d80c6c833 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 1fd12298a0e0ca23478c715e672ee64c85670584 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 5cd0e22fa11f4a21a8c09cc258f20b1474c95801 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 8174acbef87b8dd8bf3731eba2a5af1ac857e239 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 96bf5ed057df2d157274d4e2079002f9a9404bb8 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < e31d9ba169860687dba19bdc8fccbfd34077f655 bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 803b217f1fb49a2dbb2123acdb45111b9c48b8be bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 4f850fe0a32c3f1e19b76996a3b1ca32637a14de bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 11ec18b1d8d92b9df307d31950dcba0b3dd7283c
Linux / Linux
3.15
References
git.kernel.org: https://git.kernel.org/stable/c/a013fa884d8738ad8455aa1a843b8c9d80c6c833 git.kernel.org: https://git.kernel.org/stable/c/1fd12298a0e0ca23478c715e672ee64c85670584 git.kernel.org: https://git.kernel.org/stable/c/5cd0e22fa11f4a21a8c09cc258f20b1474c95801 git.kernel.org: https://git.kernel.org/stable/c/8174acbef87b8dd8bf3731eba2a5af1ac857e239 git.kernel.org: https://git.kernel.org/stable/c/96bf5ed057df2d157274d4e2079002f9a9404bb8 git.kernel.org: https://git.kernel.org/stable/c/e31d9ba169860687dba19bdc8fccbfd34077f655 git.kernel.org: https://git.kernel.org/stable/c/803b217f1fb49a2dbb2123acdb45111b9c48b8be git.kernel.org: https://git.kernel.org/stable/c/4f850fe0a32c3f1e19b76996a3b1ca32637a14de git.kernel.org: https://git.kernel.org/stable/c/11ec18b1d8d92b9df307d31950dcba0b3dd7283c