CVE-2022-49853
published 2025-05-01CVE-2022-49853: In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.21%
11.4th percentile
In the Linux kernel, the following vulnerability has been resolved:
net: macvlan: fix memory leaks of macvlan_common_newlink
kmemleak reports memory leaks in macvlan_common_newlink, as follows:
ip link add link eth0 name .. type macvlan mode source macaddr add
kmemleak reports:
unreferenced object 0xffff8880109bb140 (size 64):
comm "ip", pid 284, jiffies 4294986150 (age 430.108s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....
80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk
backtrace:
[] kmem_cache_alloc_trace+0x1c7/0x300
[] macvlan_hash_add_source+0x45/0xc0
[] macvlan_changelink_sources+0xd7/0x170
[] macvlan_common_newlink+0x38c/0x5a0
[] macvlan_newlink+0xe/0x20
[] __rtnl_newlink+0x7af/0xa50
[] rtnl_newlink+0x48/0x70
...
In the scenario where the macvlan mode is configured as 'source',
macvlan_changelink_sources() will be execured to reconfigure list of
remote source mac addresses, at the same time, if register_netdevice()
return an error, the resource generated by macvlan_changelink_sources()
is not cleaned up.
Using this patch, in the case of an error, it will execute
macvlan_flush_sources() to ensure that the resource is cleaned up.
Affected
22 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.0.10-1 (bookworm) | linux 6.0.10-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 9f288e338be206713d79b29144c27fca4503c39b | 9f288e338be206713d79b29144c27fca4503c39b |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 21d3a8b6a1e39e7529ce9de07316ee13a63f305b | 21d3a8b6a1e39e7529ce9de07316ee13a63f305b |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < a81b44d1df1f07f00c0dcc0a0b3d2fa24a46289e | a81b44d1df1f07f00c0dcc0a0b3d2fa24a46289e |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 685e73e3f7a9fb75cbf049a9d0b7c45cc6b57b2e | 685e73e3f7a9fb75cbf049a9d0b7c45cc6b57b2e |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 956e0216a19994443c90ba2ea6b0b284c9c4f9cb | 956e0216a19994443c90ba2ea6b0b284c9c4f9cb |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < a8d67367ab33604326cc37ab44fd1801bf5691ba | a8d67367ab33604326cc37ab44fd1801bf5691ba |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 9ea003c4671b2fc455320ecf6d4a43b0a3c1878a | 9ea003c4671b2fc455320ecf6d4a43b0a3c1878a |
| linux | linux | >= aa5fd0fb77486b8a6764ead8627baa14790e4280 < 23569b5652ee8e8e55a12f7835f59af6f3cefc30 | 23569b5652ee8e8e55a12f7835f59af6f3cefc30 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 5.10.158-1 | 5.10.158-1 |
| linux | linux_kernel | >= 0 < 6.0.10-1 | 6.0.10-1 |
| linux | linux_kernel | >= 0 < 6.0.10-1 | 6.0.10-1 |
| linux | linux_kernel | >= 0 < 6.0.10-1 | 6.0.10-1 |
| linux | linux_kernel | >= 4.10 < 4.14.300 | 4.14.300 |
| linux | linux_kernel | >= 4.15 < 4.19.267 | 4.19.267 |
| linux | linux_kernel | >= 4.20 < 5.4.225 | 5.4.225 |
| linux | linux_kernel | >= 4.9 < 4.9.334 | 4.9.334 |
| linux | linux_kernel | >= 5.11 < 5.15.79 | 5.15.79 |
| linux | linux_kernel | >= 5.16 < 6.0.9 | 6.0.9 |
| linux | linux_kernel | >= 5.5 < 5.10.155 | 5.10.155 |
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: macvlan: fix memory leaks of macvlan_common_newlink
vendor_redhat·2025-05-01·CVSS 5.5
CVE-2022-49853 [MEDIUM] CWE-401 kernel: net: macvlan: fix memory leaks of macvlan_common_newlink
kernel: net: macvlan: fix memory leaks of macvlan_common_newlink
In the Linux kernel, the following vulnerability has been resolved:
net: macvlan: fix memory leaks of macvlan_common_newlink
kmemleak reports memory leaks in macvlan_common_newlink, as follows:
ip link add link eth0 name .. type macvlan mode source macaddr add
kmemleak reports:
unreferenced object 0xffff8880109bb140 (size 64):
comm "ip", pid 284, jiffies 4294986150 (age 430.108s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....
80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk
backtrace:
[] kmem_cache_alloc_trace+0x1c7/0x300
[] macvlan_hash_add_source+0x45/0xc0
[] macvlan_changelink_sources+0xd7/0x170
[] macvlan_common_newlink+0x38c/0x5a0
[] macvlan_newlink+0xe/0x20
Debian
CVE-2022-49853: linux - In the Linux kernel, the following vulnerability has been resolved: net: macvla...
vendor_debian·2022·CVSS 5.5
CVE-2022-49853 [MEDIUM] CVE-2022-49853: linux - In the Linux kernel, the following vulnerability has been resolved: net: macvla...
In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in macvlan_common_newlink, as follows: ip link add link eth0 name .. type macvlan mode source macaddr add kmemleak reports: unreferenced object 0xffff8880109bb140 (size 64): comm "ip", pid 284, jiffies 4294986150 (age 430.108s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z..... 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk backtrace: [] kmem_cache_alloc_trace+0x1c7/0x300 [] macvlan_hash_add_source+0x45/0xc0 [] macvlan_changelink_sources+0xd7/0x170 [] macvlan_common_newlink+0x38c/0x5a0 [] macvlan_newlink+0xe/0x20 [] __rtnl_newlink+0x7af/0xa50 [] rtnl_newlink+0x48/0x70 ... In the
OSV
CVE-2022-49853: In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory l
osv·2025-05-01·CVSS 5.5
CVE-2022-49853 [MEDIUM] CVE-2022-49853: In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory l
In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in macvlan_common_newlink, as follows: ip link add link eth0 name .. type macvlan mode source macaddr add kmemleak reports: unreferenced object 0xffff8880109bb140 (size 64): comm "ip", pid 284, jiffies 4294986150 (age 430.108s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z..... 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk backtrace: [] kmem_cache_alloc_trace+0x1c7/0x300 [] macvlan_hash_add_source+0x45/0xc0 [] macvlan_changelink_sources+0xd7/0x170 [] macvlan_common_newlink+0x38c/0x5a0 [] macvlan_newlink+0xe/0x20 [] __rtnl_newlink+0x7af/0xa50 [] rtnl_newlink+0x48/0x70 ... In the
GHSA
GHSA-rc8q-6743-jh4w: In the Linux kernel, the following vulnerability has been resolved:
net: macvlan: fix memory leaks of macvlan_common_newlink
kmemleak reports memory
ghsa_unreviewed·2025-05-01
CVE-2022-49853 [MEDIUM] CWE-401 GHSA-rc8q-6743-jh4w: In the Linux kernel, the following vulnerability has been resolved:
net: macvlan: fix memory leaks of macvlan_common_newlink
kmemleak reports memory
In the Linux kernel, the following vulnerability has been resolved:
net: macvlan: fix memory leaks of macvlan_common_newlink
kmemleak reports memory leaks in macvlan_common_newlink, as follows:
ip link add link eth0 name .. type macvlan mode source macaddr add
kmemleak reports:
unreferenced object 0xffff8880109bb140 (size 64):
comm "ip", pid 284, jiffies 4294986150 (age 430.108s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....
80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk
backtrace:
[] kmem_cache_alloc_trace+0x1c7/0x300
[] macvlan_hash_add_source+0x45/0xc0
[] macvlan_changelink_sources+0xd7/0x170
[] macvlan_common_newlink+0x38c/0x5a0
[] macvlan_newlink+0xe/0x20
[] __rtnl_newlink+0x7af/0xa50
[] rtnl_newlink+0x48/0x70
...
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/21d3a8b6a1e39e7529ce9de07316ee13a63f305bhttps://git.kernel.org/stable/c/23569b5652ee8e8e55a12f7835f59af6f3cefc30https://git.kernel.org/stable/c/685e73e3f7a9fb75cbf049a9d0b7c45cc6b57b2ehttps://git.kernel.org/stable/c/956e0216a19994443c90ba2ea6b0b284c9c4f9cbhttps://git.kernel.org/stable/c/9ea003c4671b2fc455320ecf6d4a43b0a3c1878ahttps://git.kernel.org/stable/c/9f288e338be206713d79b29144c27fca4503c39bhttps://git.kernel.org/stable/c/a81b44d1df1f07f00c0dcc0a0b3d2fa24a46289ehttps://git.kernel.org/stable/c/a8d67367ab33604326cc37ab44fd1801bf5691ba
2025-05-01
Published