发布时间: 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.
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 |