• CVE-2022-48657

发布时间: 2024年6月13日

修改时间: 2024年7月2日

概要

In the Linux kernel, the following vulnerability has been resolved:arm64: topology: fix possible overflow in amu_fie_setup()cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*,while freq_inv_set_max_ratio() gets passed this frequency in Hz as u64 .Multiplying max frequency by 1000 can potentially result in overflow --multiplying by 1000ULL instead should avoid that...Found by Linux Verification Center (linuxtesting.org) with the SVACE staticanalysis tool.

CVSS v3 指标

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

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-2685 In the Linux kernel, the following vulnerability has been resolved:arm64: topology: fix possible overflow in amu_fie_setup()cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*,while freq_inv_set_max_ratio() gets passed this frequency in Hz as u64 .Multiplying max frequency by 1000 can potentially result in overflow --multiplying by 1000ULL instead should avoid that...Found by Linux Verification Center (linuxtesting.org) with the SVACE staticanalysis tool. 2024年6月13日

影响产品

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