CVE-2022-48924
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/08/2024
Last modified:
27/08/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
thermal: int340x: fix memory leak in int3400_notify()<br />
<br />
It is easy to hit the below memory leaks in my TigerLake platform:<br />
<br />
unreferenced object 0xffff927c8b91dbc0 (size 32):<br />
comm "kworker/0:2", pid 112, jiffies 4294893323 (age 83.604s)<br />
hex dump (first 32 bytes):<br />
4e 41 4d 45 3d 49 4e 54 33 34 30 30 20 54 68 65 NAME=INT3400 The<br />
72 6d 61 6c 00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 rmal.kkkkkkkkkk.<br />
backtrace:<br />
[] __kmalloc_track_caller+0x2fe/0x4a0<br />
[] kvasprintf+0x65/0xd0<br />
[] kasprintf+0x4e/0x70<br />
[] int3400_notify+0x82/0x120 [int3400_thermal]<br />
[] acpi_ev_notify_dispatch+0x54/0x71<br />
[] acpi_os_execute_deferred+0x17/0x30<br />
[] process_one_work+0x21a/0x3f0<br />
[] worker_thread+0x4a/0x3b0<br />
[] kthread+0xfd/0x130<br />
[] ret_from_fork+0x1f/0x30<br />
<br />
Fix it by calling kfree() accordingly.
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.14 (including) | 4.14.274 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.15 (including) | 4.19.237 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.20 (including) | 5.4.188 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.5 (including) | 5.10.103 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.26 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.16.12 (excluding) |
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/2e798814e01827871938ff172d2b2ccf1e74b355
- https://git.kernel.org/stable/c/33c73a4d7e7b19313a6b417152f5365016926418
- https://git.kernel.org/stable/c/3abea10e6a8f0e7804ed4c124bea2d15aca977c8
- https://git.kernel.org/stable/c/ba9efbbf6745750d34c1e87c9539ce9db645ca0a
- https://git.kernel.org/stable/c/c3fa6d1937a8d0828131a04ae2cd2c30d0668693
- https://git.kernel.org/stable/c/e098933866f9e1dd3ef4eebbe2e3d504f970f599
- https://git.kernel.org/stable/c/f0ddc5184b0127038d05008e2a69f89d1e13f980



