CVE-2022-49853
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: macvlan: fix memory leaks of macvlan_common_newlink<br />
<br />
kmemleak reports memory leaks in macvlan_common_newlink, as follows:<br />
<br />
ip link add link eth0 name .. type macvlan mode source macaddr add<br />
<br />
<br />
kmemleak reports:<br />
<br />
unreferenced object 0xffff8880109bb140 (size 64):<br />
comm "ip", pid 284, jiffies 4294986150 (age 430.108s)<br />
hex dump (first 32 bytes):<br />
00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....<br />
80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk<br />
backtrace:<br />
[] kmem_cache_alloc_trace+0x1c7/0x300<br />
[] macvlan_hash_add_source+0x45/0xc0<br />
[] macvlan_changelink_sources+0xd7/0x170<br />
[] macvlan_common_newlink+0x38c/0x5a0<br />
[] macvlan_newlink+0xe/0x20<br />
[] __rtnl_newlink+0x7af/0xa50<br />
[] rtnl_newlink+0x48/0x70<br />
...<br />
<br />
In the scenario where the macvlan mode is configured as &#39;source&#39;,<br />
macvlan_changelink_sources() will be execured to reconfigure list of<br />
remote source mac addresses, at the same time, if register_netdevice()<br />
return an error, the resource generated by macvlan_changelink_sources()<br />
is not cleaned up.<br />
<br />
Using this patch, in the case of an error, it will execute<br />
macvlan_flush_sources() to ensure that the resource is cleaned up.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.9 (including) | 4.9.334 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.10 (including) | 4.14.300 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 (including) | 4.19.267 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (including) | 5.4.225 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.155 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.79 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.0.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/21d3a8b6a1e39e7529ce9de07316ee13a63f305b
- https://git.kernel.org/stable/c/23569b5652ee8e8e55a12f7835f59af6f3cefc30
- https://git.kernel.org/stable/c/685e73e3f7a9fb75cbf049a9d0b7c45cc6b57b2e
- https://git.kernel.org/stable/c/956e0216a19994443c90ba2ea6b0b284c9c4f9cb
- https://git.kernel.org/stable/c/9ea003c4671b2fc455320ecf6d4a43b0a3c1878a
- https://git.kernel.org/stable/c/9f288e338be206713d79b29144c27fca4503c39b
- https://git.kernel.org/stable/c/a81b44d1df1f07f00c0dcc0a0b3d2fa24a46289e
- https://git.kernel.org/stable/c/a8d67367ab33604326cc37ab44fd1801bf5691ba



