• CVE-2022-48924

发布时间: 2024年8月30日

修改时间: 2025年4月13日

概要

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&gt;] __kmalloc_track_caller+0x2fe/0x4a0 [<ffffffff9c7b7c15&gt;] kvasprintf+0x65/0xd0 [<ffffffff9c7b7d6e&gt;] kasprintf+0x4e/0x70 [<ffffffffc04cb662&gt;] int3400_notify+0x82/0x120 [int3400_thermal] [<ffffffff9c8b7358&gt;] acpi_ev_notify_dispatch+0x54/0x71 [<ffffffff9c88f1a7&gt;] acpi_os_execute_deferred+0x17/0x30 [<ffffffff9c2c2c0a&gt;] process_one_work+0x21a/0x3f0 [<ffffffff9c2c2e2a&gt;] worker_thread+0x4a/0x3b0 [<ffffffff9c2cb4dd&gt;] kthread+0xfd/0x130 [<ffffffff9c201c1f&gt;] ret_from_fork+0x1f/0x30 Fix it by calling kfree() accordingly.

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Local Local
CVSS评分 5.5 5.5
Attack Complexity Low Low
Privileges Required Low Low
Scope Unchanged Unchanged
Integrity None None
User Interaction None None
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-4852 kernel security update 2024年8月30日

影响产品

产品 状态
KY3.4-5A kernel Fixed
KY3.5.2 kernel Unaffected
V6 kernel Unaffected