目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2024-26992— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于LBR 泄漏。

CVSS 7.3 · High EPSS 0.23% · P14

影响版本矩阵 10

厂商产品 版本范围状态
Linux Linux c59a1f106f5cd4843c097069ff1bb2ad72103a67< 0fb74c00d140a66128afc0003785dcc57e69d312 affected
c59a1f106f5cd4843c097069ff1bb2ad72103a67< 037e48ceccf163899374b601afb6ae8d0bf1d2ac affected
c59a1f106f5cd4843c097069ff1bb2ad72103a67< 7a7650b3ac23e5fc8c990f00e94f787dc84e3175 affected
c59a1f106f5cd4843c097069ff1bb2ad72103a67< 9e985cbf2942a1bb8fcef9adc2a17d90fd7ca8ee affected
6.0 affected
< 6.0 unaffected
6.1.88≤ 6.1.* unaffected
6.6.29≤ 6.6.* unaffected
… +2 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2024-26992 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
KVM: x86/pmu: Disable support for adaptive PEBS
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/pmu: Disable support for adaptive PEBS Drop support for virtualizing adaptive PEBS, as KVM's implementation is architecturally broken without an obvious/easy path forward, and because exposing adaptive PEBS can leak host LBRs to the guest, i.e. can leak host kernel addresses to the guest. Bug #1 is that KVM doesn't account for the upper 32 bits of IA32_FIXED_CTR_CTRL when (re)programming fixed counters, e.g fixed_ctrl_field() drops the upper bits, reprogram_fixed_counters() stores local variables as u8s and truncates the upper bits too, etc. Bug #2 is that, because KVM _always_ sets precise_ip to a non-zero value for PEBS events, perf will _always_ generate an adaptive record, even if the guest requested a basic record. Note, KVM will also enable adaptive PEBS in individual *counter*, even if adaptive PEBS isn't exposed to the guest, but this is benign as MSR_PEBS_DATA_CFG is guaranteed to be zero, i.e. the guest will only ever see Basic records. Bug #3 is in perf. intel_pmu_disable_fixed() doesn't clear the upper bits either, i.e. leaves ICL_FIXED_0_ADAPTIVE set, and intel_pmu_enable_fixed() effectively doesn't clear ICL_FIXED_0_ADAPTIVE either. I.e. perf _always_ enables ADAPTIVE counters, regardless of what KVM requests. Bug #4 is that adaptive PEBS *might* effectively bypass event filters set by the host, as "Updated Memory Access Info Group" records information that might be disallowed by userspace via KVM_SET_PMU_EVENT_FILTER. Bug #5 is that KVM doesn't ensure LBR MSRs hold guest values (or at least zeros) when entering a vCPU with adaptive PEBS, which allows the guest to read host LBRs, i.e. host RIPs/addresses, by enabling "LBR Entries" records. Disable adaptive PEBS support as an immediate fix due to the severity of the LBR leak in particular, and because fixing all of the bugs will be non-trivial, e.g. not suitable for backporting to stable kernels. Note! This will break live migration, but trying to make KVM play nice with live migration would be quite complicated, wouldn't be guaranteed to work (i.e. KVM might still kill/confuse the guest), and it's not clear that there are any publicly available VMMs that support adaptive PEBS, let alone live migrate VMs that support adaptive PEBS, e.g. QEMU doesn't support PEBS in any capacity.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于LBR 泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux c59a1f106f5cd4843c097069ff1bb2ad72103a67 ~ 0fb74c00d140a66128afc0003785dcc57e69d312 -
Linux Linux 6.0 -

二、漏洞 CVE-2024-26992 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-26992 的情报信息

登录查看更多情报信息。

CVE-2024-26992 邮件列表归档 (3)

CVE-2024-26992 其他参考 (4)

同批安全公告 · Linux · 2024-05-01 · 共 159 条

CVE-2024-27388 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2024-26953 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2024-26931 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-27053 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-26990 8.8 HIGH Linux kernel 安全漏洞
CVE-2024-26952 8.3 HIGH Linux kernel 安全漏洞
CVE-2024-27018 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26936 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26980 8.2 HIGH Linux kernel 安全漏洞
CVE-2024-26954 8.1 HIGH Linux kernel 安全漏洞
CVE-2024-26994 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26966 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26974 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26976 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27062 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27061 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-26983 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27058 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27056 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-27017 7.8 HIGH Linux kernel 安全漏洞

显示前 20 条,共 159 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-26992

暂无评论


发表评论