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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.8 · High EPSS 0.24% · P15

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinuxb00628b1c7d595ae5b544e059c27b1f5828314b4< 5268bb02107b9eedfdcd51db75b407d10043368caffected
b00628b1c7d595ae5b544e059c27b1f5828314b4< addf5e297e6cbf5341f9c07720693ca9ba0057b5affected
b00628b1c7d595ae5b544e059c27b1f5828314b4< 8327ed12e8ebc5436bfaa1786c49988894f9c8a6affected
b00628b1c7d595ae5b544e059c27b1f5828314b4< 7d80a9e745fa5b47da3bca001f186c02485c7c33affected
b00628b1c7d595ae5b544e059c27b1f5828314b4< 0281b919e175bb9c3128bd3872ac2903e9436e3faffected
5.15affected
< 5.15unaffected
5.15.150≤ 5.15.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel The following race is possible between bpf_timer_cancel_and_free and bpf_timer_cancel. It will lead a UAF on the timer->timer. bpf_timer_cancel(); spin_lock(); t = timer->time; spin_unlock(); bpf_timer_cancel_and_free(); spin_lock(); t = timer->timer; timer->timer = NULL; spin_unlock(); hrtimer_cancel(&t->timer); kfree(t); /* UAF on t */ hrtimer_cancel(&t->timer); In bpf_timer_cancel_and_free, this patch frees the timer->timer after a rcu grace period. This requires a rcu_head addition to the "struct bpf_hrtimer". Another kfree(t) happens in bpf_timer_init, this does not need a kfree_rcu because it is still under the spin_lock and timer->timer has not been visible by others yet. In bpf_timer_cancel, rcu_read_lock() is added because this helper can be used in a non rcu critical section context (e.g. from a sleepable bpf prog). Other timer->timer usages in helpers.c have been audited, bpf_timer_cancel() is the only place where timer->timer is used outside of the spin_lock. Another solution considered is to mark a t->flag in bpf_timer_cancel and clear it after hrtimer_cancel() is done. In bpf_timer_cancel_and_free, it busy waits for the flag to be cleared before kfree(t). This patch goes with a straight forward solution and frees timer->timer after a rcu grace period.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于存在竞争条件。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b00628b1c7d595ae5b544e059c27b1f5828314b4 ~ 5268bb02107b9eedfdcd51db75b407d10043368c -
LinuxLinux 5.15 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-26737 其他参考 (5)

同批安全公告 · Linux · 2024-04-03 · 共 94 条

CVE-2024-267609.8 CRITICALLinux kernel 安全漏洞
CVE-2024-266898.8 HIGHLinux kernel 安全漏洞
CVE-2024-267798.8 HIGHLinux kernel 安全漏洞
CVE-2024-266928.3 HIGHLinux kernel 安全漏洞
CVE-2024-267368.1 HIGHLinux kernel 安全漏洞
CVE-2024-267397.8 HIGHLinux kernel 安全漏洞
CVE-2023-526377.8 HIGHLinux kernel 安全漏洞
CVE-2024-267287.8 HIGHLinux kernel 安全漏洞
CVE-2024-267487.8 HIGHLinux kernel 安全漏洞
CVE-2024-267187.8 HIGHLinux kernel 安全漏洞
CVE-2024-267597.8 HIGHLinux kernel 安全漏洞
CVE-2024-267127.8 HIGHLinux kernel 安全漏洞
CVE-2024-267627.8 HIGHLinux kernel 安全漏洞
CVE-2024-267067.8 HIGHLinux kernel 安全漏洞
CVE-2024-267047.8 HIGHLinux kernel 安全漏洞
CVE-2024-267667.8 HIGHLinux kernel 安全漏洞
CVE-2024-266997.8 HIGHLinux kernel 安全漏洞
CVE-2024-266977.8 HIGHLinux kernel 安全漏洞
CVE-2024-267727.8 HIGHLinux kernel 安全漏洞
CVE-2024-267737.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-26737

暂无评论


发表评论