CVE-2022-48924
Published: Aug 22, 2024
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: thermal: int340x: fix memory leak in int3400_notify() It is easy to hit the below memory leaks in my TigerLake platform: unreferenced object 0xffff927c8b91dbc0 (size 32): comm "kworker/0:2", pid 112, jiffies 4294893323 (age 83.604s) hex dump (first 32 bytes): 4e 41 4d 45 3d 49 4e 54 33 34 30 30 20 54 68 65 NAME=INT3400 The 72 6d 61 6c 00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 rmal.kkkkkkkkkk. backtrace: [<ffffffff9c502c3e>] __kmalloc_track_caller+0x2fe/0x4a0 [<ffffffff9c7b7c15>] kvasprintf+0x65/0xd0 [<ffffffff9c7b7d6e>] kasprintf+0x4e/0x70 [<ffffffffc04cb662>] int3400_notify+0x82/0x120 [int3400_thermal] [<ffffffff9c8b7358>] acpi_ev_notify_dispatch+0x54/0x71 [<ffffffff9c88f1a7>] acpi_os_execute_deferred+0x17/0x30 [<ffffffff9c2c2c0a>] process_one_work+0x21a/0x3f0 [<ffffffff9c2c2e2a>] worker_thread+0x4a/0x3b0 [<ffffffff9c2cb4dd>] kthread+0xfd/0x130 [<ffffffff9c201c1f>] ret_from_fork+0x1f/0x30 Fix it by calling kfree() accordingly.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 38e44da591303d08b0d965a033e11ade284999d0 - < f0ddc5184b0127038d05008e2a69f89d1e13f980affected 38e44da591303d08b0d965a033e11ade284999d0 - < c3fa6d1937a8d0828131a04ae2cd2c30d0668693affected 38e44da591303d08b0d965a033e11ade284999d0 - < 2e798814e01827871938ff172d2b2ccf1e74b355affected 38e44da591303d08b0d965a033e11ade284999d0 - < e098933866f9e1dd3ef4eebbe2e3d504f970f599affected 38e44da591303d08b0d965a033e11ade284999d0 - < ba9efbbf6745750d34c1e87c9539ce9db645ca0a+2 more versions |
Linux | Linux | affected 4.14unaffected 0 - < 4.14unaffected 4.14.274 - <= 4.14.*unaffected 4.19.237 - <= 4.19.*unaffected 5.4.188 - <= 5.4.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now