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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.5 利用难度: 困难 EPSS 0.21% · P12

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinux68866e425be2ef2664aa5c691bb3ab789736acf5< a55f0d6179a19c6b982e2dc344d58c98647a3be0affected
68866e425be2ef2664aa5c691bb3ab789736acf5< 1baae052cccd08daf9a9d64c3f959d8cdb689757affected
3.0affected
< 3.0unaffected
6.7.7≤ 6.7.*unaffected
6.8≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
md: Don't ignore suspended array in md_check_recovery()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore suspended array in md_check_recovery() mddev_suspend() never stop sync_thread, hence it doesn't make sense to ignore suspended array in md_check_recovery(), which might cause sync_thread can't be unregistered. After commit f52f5c71f3d4 ("md: fix stopping sync thread"), following hang can be triggered by test shell/integrity-caching.sh: 1) suspend the array: raid_postsuspend mddev_suspend 2) stop the array: raid_dtr md_stop __md_stop_writes stop_sync_thread set_bit(MD_RECOVERY_INTR, &mddev->recovery); md_wakeup_thread_directly(mddev->sync_thread); wait_event(..., !test_bit(MD_RECOVERY_RUNNING, &mddev->recovery)) 3) sync thread done: md_do_sync set_bit(MD_RECOVERY_DONE, &mddev->recovery); md_wakeup_thread(mddev->thread); 4) daemon thread can't unregister sync thread: md_check_recovery if (mddev->suspended) return; -> return directly md_read_sync_thread clear_bit(MD_RECOVERY_RUNNING, &mddev->recovery); -> MD_RECOVERY_RUNNING can't be cleared, hence step 2 hang; This problem is not just related to dm-raid, fix it by ignoring suspended array in md_check_recovery(). And follow up patches will improve dm-raid better to frozen sync thread during suspend.
来源: 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存在安全漏洞,该漏洞源于挂起数组可能会导致无法取消注册。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 68866e425be2ef2664aa5c691bb3ab789736acf5 ~ a55f0d6179a19c6b982e2dc344d58c98647a3be0 -
LinuxLinux 3.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2024-26758 其他参考 (2)

同批安全公告 · 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-267377.8 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-267127.8 HIGHLinux kernel 安全漏洞
CVE-2024-267187.8 HIGHLinux kernel 安全漏洞
CVE-2024-267597.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-267737.8 HIGHLinux kernel 安全漏洞
CVE-2024-266977.8 HIGHLinux kernel 安全漏洞
CVE-2024-266997.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-26758

暂无评论


发表评论