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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-74555— Linux SCSI libsas:HA恢复死锁及hisi_sas磁盘唤醒竞争漏洞

AI 预测 7.5 利用难度: 理论可行
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-74555 基础信息

漏洞信息

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

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

Vulnerability Title
scsi: libsas: Fix HA resume deadlock and hisi_sas disk-wake race
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: scsi: libsas: Fix HA resume deadlock and hisi_sas disk-wake race Commit fbefe22811c3 ("scsi: libsas: Don't always drain event workqueue for HA resume") introduced sas_resume_ha_no_sync() to avoid a deadlock: the PHYE_RESUME_TIMEOUT handler, running on the HA event workqueue, calls sas_deform_port() -> sas_destruct_devices(), which removes SCSI devices and waits for the host to become runtime-active. But the host cannot resume until sas_resume_ha() -> sas_drain_work() returns, and the drain is blocked on that very handler. However skipping the drain reintroduces a race: hisi_sas returns from resume before all PHY UP work and libsas discovery work finish. The controller may then autosuspend while disks are still waking up. The disks issue IO to a suspended controller, the IO fails, and the disks get disabled. Fix the deadlock at its source by moving the PHYE_RESUME_TIMEOUT notification to after sas_drain_work(). By then the host resume is about to complete, so device removal through device_link no longer blocks on the resume and the cycle is broken. With the deadlock gone, restore sas_resume_ha() (the draining variant) in hisi_sas and remove sas_resume_ha_no_sync(). The reorder is safe for the other libsas consumers (isci, pm8001, aic94xx, mvsas). During suspend, sas_suspend_devices() calls sas_notify_lldd_dev_gone() for each device, which sets dev->lldd_dev to NULL. When scsi_unblock_requests re-enables I/O in resume, any I/O to a timed-out phy's disk is immediately rejected by the LLDD before reaching hardware: isci returns SAS_DEVICE_UNKNOWN (mapped to DID_BAD_TARGET), and pm8001 returns SAS_PHY_DOWN (mapped to DID_NO_CONNECT). Both complete directly via scsi_done() without entering SCSI EH. This is identical in both the old and new ordering since lldd_dev_gone runs during suspend, before resume. The reorder only affects when the PHYE_RESUME_TIMEOUT handler runs (synchronized by sas_drain_work() vs. asynchronous after resume returns), not whether I/O can reach the device. aic94xx and mvsas do not register any PM ops and never reach this code path.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux fbefe22811c3140a686e407e114789ebf328a9a2 ~ e50a6523a603594a6d92cdecfe11997d639410a3 -
LinuxLinux 5.17 -

二、漏洞 CVE-2026-74555 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-74555 的情报信息

登录查看更多情报信息。

CVE-2026-74555 补丁与修复 (5)

同批安全公告 · Linux · 2026-08-15 · 共 848 条

CVE-2026-72255netfilter nf_queue 桥接设备 pin 漏洞
CVE-2026-72268t dfxfb tdfxfb_probe 内存泄漏漏洞
CVE-2026-72267fbdev carminefb alloc_carmine_fb()潜在内存泄漏漏洞
CVE-2026-72266vesafb: vesafb_probe() 内存泄漏漏洞
CVE-2026-72265NVIDIA fbdev 驱动 nvidiafb_probe 内存泄漏漏洞
CVE-2026-72264tridentfb:trident_pci_probe() 潜在内存泄漏
CVE-2026-72262ASoC: SOF: bytes_ext 堆溢出漏洞
CVE-2026-72263ASoC SOF拓扑内存泄漏漏洞
CVE-2026-72261ASoC SOF ipc3-control 验证 snd_sof_update_control 中的大小
CVE-2026-72260Mediatek MT8192 SoC驱动运行时恢复检查漏洞
CVE-2026-72259mediatek mt8192 资源释放漏洞
CVE-2026-72258MT8183内存清理释放漏洞
CVE-2026-72256netfilter xt_cluster 哈希匹配中拒绝模板连接跟踪漏洞
CVE-2026-72257qcom q6apm NULL指针解引用漏洞
CVE-2026-72245host1x: host1x_device_parse_dt() 设备引用泄露漏洞
CVE-2026-72248netfilter flowtable IPIP隧道直接转发漏洞
CVE-2026-72247Linux内核 nf_conncount 连接数模块元组去重时区域比较逻辑错误漏洞
CVE-2026-72246netfilter flowtable 隧道路由方向设置错误漏洞
CVE-2026-72249netfilter flowtable IPIP头部推送方向目标地址使用漏洞
CVE-2026-72244gpu/buddy:对齐失败时终止try_harder

显示前 20 条,共 848 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-74555

暂无评论


发表评论