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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 6.5 利用难度: 困难 EPSS 0.20% · P10

影响版本矩阵 16

厂商产品版本范围状态
LinuxLinuxe3d617fe6ac7294974fc513dc5e4d8ada8080fd1< 238e3af849dfdcb1faed544349f7025e533f9aabaffected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< 99192c735ed4bfdff0d215ec85c8a87a677cb898affected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< 06a92f810df8037ca36157282ddcbefdcaf049b8affected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< b5be6a0bb639d165c8418d8dddd8f322587be8beaffected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< a69752f1e5de817941a2ea0609254f6f25acd274affected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< be54e6e0f93a39a9c00478d70d12956a5f3d5b9baffected
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1< a0bd7dacbd51c632b8e2c0500b479af564afadf3affected
4.8affected
… +8 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
s390/cpum_sf: Handle CPU hotplug remove during sampling
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: s390/cpum_sf: Handle CPU hotplug remove during sampling CPU hotplug remove handling triggers the following function call sequence: CPUHP_AP_PERF_S390_SF_ONLINE --> s390_pmu_sf_offline_cpu() ... CPUHP_AP_PERF_ONLINE --> perf_event_exit_cpu() The s390 CPUMF sampling CPU hotplug handler invokes: s390_pmu_sf_offline_cpu() +--> cpusf_pmu_setup() +--> setup_pmc_cpu() +--> deallocate_buffers() This function de-allocates all sampling data buffers (SDBs) allocated for that CPU at event initialization. It also clears the PMU_F_RESERVED bit. The CPU is gone and can not be sampled. With the event still being active on the removed CPU, the CPU event hotplug support in kernel performance subsystem triggers the following function calls on the removed CPU: perf_event_exit_cpu() +--> perf_event_exit_cpu_context() +--> __perf_event_exit_context() +--> __perf_remove_from_context() +--> event_sched_out() +--> cpumsf_pmu_del() +--> cpumsf_pmu_stop() +--> hw_perf_event_update() to stop and remove the event. During removal of the event, the sampling device driver tries to read out the remaining samples from the sample data buffers (SDBs). But they have already been freed (and may have been re-assigned). This may lead to a use after free situation in which case the samples are most likely invalid. In the best case the memory has not been reassigned and still contains valid data. Remedy this situation and check if the CPU is still in reserved state (bit PMU_F_RESERVED set). In this case the SDBs have not been released an contain valid data. This is always the case when the event is removed (and no CPU hotplug off occured). If the PMU_F_RESERVED bit is not set, the SDB buffers are gone.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于CPU热插拔移除处理过程中,采样数据缓冲区(SDBs)可能被提前释放,导致释放后重用问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux e3d617fe6ac7294974fc513dc5e4d8ada8080fd1 ~ 238e3af849dfdcb1faed544349f7025e533f9aab -
LinuxLinux 4.8 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-57849 补丁与修复 (7)

同批安全公告 · Linux · 2025-01-11 · 共 67 条

CVE-2024-57792Linux kernel 安全漏洞
CVE-2024-57878Linux kernel 安全漏洞
CVE-2024-57877Linux kernel 安全漏洞
CVE-2024-57876Linux kernel 安全漏洞
CVE-2024-57805Linux kernel 安全漏洞
CVE-2024-57804Linux kernel 安全漏洞
CVE-2024-57800Linux kernel 安全漏洞
CVE-2024-57799Linux kernel 安全漏洞
CVE-2024-57798Linux kernel 安全漏洞
CVE-2024-57793Linux kernel 安全漏洞
CVE-2024-57806Linux kernel 安全漏洞
CVE-2024-57791Linux kernel 安全漏洞
CVE-2024-56788Linux kernel 安全漏洞
CVE-2024-56372Linux kernel 安全漏洞
CVE-2024-56369Linux kernel 安全漏洞
CVE-2024-56368Linux kernel 安全漏洞
CVE-2024-55916Linux kernel 安全漏洞
CVE-2024-55881Linux kernel 安全漏洞
CVE-2024-54193Linux kernel 安全漏洞
CVE-2024-54455Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-57849

暂无评论


发表评论