CVE-2022-49351
published 2025-02-26CVE-2022-49351: In the Linux kernel, the following vulnerability has been resolved: net: altera: Fix refcount leak in altera_tse_mdio_create Every iteration of…
PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.27%
19.0th percentile
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.
Affected
24 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.18.5-1 (bookworm) | linux 5.18.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < a013fa884d8738ad8455aa1a843b8c9d80c6c833 | a013fa884d8738ad8455aa1a843b8c9d80c6c833 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 1fd12298a0e0ca23478c715e672ee64c85670584 | 1fd12298a0e0ca23478c715e672ee64c85670584 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 5cd0e22fa11f4a21a8c09cc258f20b1474c95801 | 5cd0e22fa11f4a21a8c09cc258f20b1474c95801 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 8174acbef87b8dd8bf3731eba2a5af1ac857e239 | 8174acbef87b8dd8bf3731eba2a5af1ac857e239 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 96bf5ed057df2d157274d4e2079002f9a9404bb8 | 96bf5ed057df2d157274d4e2079002f9a9404bb8 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < e31d9ba169860687dba19bdc8fccbfd34077f655 | e31d9ba169860687dba19bdc8fccbfd34077f655 |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 803b217f1fb49a2dbb2123acdb45111b9c48b8be | 803b217f1fb49a2dbb2123acdb45111b9c48b8be |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 4f850fe0a32c3f1e19b76996a3b1ca32637a14de | 4f850fe0a32c3f1e19b76996a3b1ca32637a14de |
| linux | linux | >= bbd2190ce96d8fce031f0526c1f970b68adc9d1a < 11ec18b1d8d92b9df307d31950dcba0b3dd7283c | 11ec18b1d8d92b9df307d31950dcba0b3dd7283c |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.127-1 | 5.10.127-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 3.15 < 4.9.318 | 4.9.318 |
| linux | linux_kernel | >= 4.10 < 4.14.283 | 4.14.283 |
| linux | linux_kernel | >= 4.15 < 4.19.247 | 4.19.247 |
| linux | linux_kernel | >= 4.20 < 5.4.198 | 5.4.198 |
| linux | linux_kernel | >= 5.11 < 5.15.47 | 5.15.47 |
| linux | linux_kernel | >= 5.16 < 5.17.15 | 5.17.15 |
| linux | linux_kernel | >= 5.18 < 5.18.4 | 5.18.4 |
| linux | linux_kernel | >= 5.5 < 5.10.122 | 5.10.122 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: net: altera: Fix refcount leak in altera_tse_mdio_create
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49351 [MEDIUM] kernel: net: altera: Fix refcount leak in altera_tse_mdio_create
kernel: 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.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (R
Debian
CVE-2022-49351: linux - In the Linux kernel, the following vulnerability has been resolved: net: altera...
vendor_debian·2022·CVSS 5.5
CVE-2022-49351 [MEDIUM] CVE-2022-49351: linux - In the Linux kernel, the following vulnerability has been resolved: net: altera...
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.
Scope: local
bookworm: resolved (fixed in 5.18.5-1)
bullseye: resolved (fixed in 5.10.127-1)
forky: resolved (fixed in 5.18.5-1)
sid: resolved (fixed in 5.18.5-1)
trixie: resolved (fixed in 5.18.5-1)
GHSA
GHSA-gf5c-p7m8-wjpg: In the Linux kernel, the following vulnerability has been resolved:
net: altera: Fix refcount leak in altera_tse_mdio_create
Every iteration of for_
ghsa_unreviewed·2025-04-14
CVE-2022-49351 [MEDIUM] GHSA-gf5c-p7m8-wjpg: In the Linux kernel, the following vulnerability has been resolved:
net: altera: Fix refcount leak in altera_tse_mdio_create
Every iteration of for_
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.
OSV
CVE-2022-49351: In the Linux kernel, the following vulnerability has been resolved: net: altera: Fix refcount leak in altera_tse_mdio_create Every iteration of for_ea
osv·2025-02-26·CVSS 5.5
CVE-2022-49351 [MEDIUM] CVE-2022-49351: In the Linux kernel, the following vulnerability has been resolved: net: altera: Fix refcount leak in altera_tse_mdio_create Every iteration of for_ea
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.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/11ec18b1d8d92b9df307d31950dcba0b3dd7283chttps://git.kernel.org/stable/c/1fd12298a0e0ca23478c715e672ee64c85670584https://git.kernel.org/stable/c/4f850fe0a32c3f1e19b76996a3b1ca32637a14dehttps://git.kernel.org/stable/c/5cd0e22fa11f4a21a8c09cc258f20b1474c95801https://git.kernel.org/stable/c/803b217f1fb49a2dbb2123acdb45111b9c48b8behttps://git.kernel.org/stable/c/8174acbef87b8dd8bf3731eba2a5af1ac857e239https://git.kernel.org/stable/c/96bf5ed057df2d157274d4e2079002f9a9404bb8https://git.kernel.org/stable/c/a013fa884d8738ad8455aa1a843b8c9d80c6c833https://git.kernel.org/stable/c/e31d9ba169860687dba19bdc8fccbfd34077f655
2025-02-26
Published