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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80548— s390 VFIO 条件变量竞态条件

一分钟漏洞结论

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

在 Linux 内核中,已修复以下漏洞: s390/vfio_ccw:选择性扩展 io_mutex 的保护范围 最初定义用于序列化 ,但由于 I/O 区域与 I/O 操作之间存在紧密关联,该互斥量也被间接用于同步 I/O 操作本身。 针对当前可能存在的若干竞态条件,有两种处理方案: A) 扩展 的保护范围,以覆盖剩余的竞态窗口;或 B) 将 的作用范围缩小至仅 ,并为剩余的 I/O 资源引入新的锁定机制。 本补丁采用方案 A,因为方案 B 会引入更多需要跟踪并维持正确层级关系的交互逻辑。此外,该补丁还利用了 中工作

AI 预测 5.5 利用难度: 中等
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
s390/vfio_ccw: Selectively expand io_mutex
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: s390/vfio_ccw: Selectively expand io_mutex The io_mutex was defined to serialize the io_regions, but then has also sort of been associated with the I/O themselves because of the close relationship they share. With the handful of races that are possible, the choices are either to: A) expand the scope of io_mutex to close these remaining windows, or B) reduce the scope of io_mutex to just io_region, and introduce a new lock mechanism for the remaining I/O resources This patch implements A, since B brings with it a lot more interactions that would need to be tracked and kept in a correct hierarchy. It also takes advantage of the workqueue element for cp_free() that now gets called out of fsm_notoper(), which could be invoked out of an interrupt context and thus cannot acquire a mutex itself.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 4f76617378ee97c557b526cb58d3c61eb0a9c963 ~ f72a51810d49411bd8cad0c2df8592320a2fe5cc -
Linux Linux 5.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-80548 补丁与修复 (4)

CVE-2026-80548 其他参考 (1)

同批安全公告 · Linux · 2026-08-26 · 共 92 条

CVE-2026-80556 Linux内核 atmel-mci驱动释放后使用漏洞
CVE-2026-80554 Linux s390/vfio_ccw 通道程序段数限制
CVE-2026-80551 s390/vfio_ccw: 确保首个IDAW保持不变
CVE-2026-80549 s390 vfio_ccw 清理逻辑修复
CVE-2026-80546 s390 zcrypt CCA CPRB长度溢出检查
CVE-2026-80547 s390/vfio_ccw: 实现 CRW 锁
CVE-2026-80545 Linux内核 s390 加密子系统缓冲区溢出漏洞
CVE-2026-80543 s390/zcrypt: 用零填充 CCA 或 EP11 消息
CVE-2026-80550 Linux Kernel s390/vfio_ccw 数组越界检查缺陷
CVE-2026-80557 libceph 2.0 越界读取漏洞
CVE-2026-80555 s390/vfio_ccw 内存释放漏洞
CVE-2026-80559 Sur40 输入设备注册顺序修复
CVE-2026-80558 Ceph libceph 模块 OSID 索引缺陷
CVE-2026-80560 OpenRISC 信号处理 权限位恢复错误
CVE-2026-80561 libceph 多个不安全解码远程代码执行漏洞
CVE-2026-80562 内核 gpio ml-ioh 注册表锁机制优化
CVE-2026-80563 Linux内核GPIO驱动解绑时释放后使用漏洞
CVE-2026-80564 gve 驱动因缺少 ptp adjfine 空指针解引用
CVE-2026-80565 Linux Kernel qce 驱动内存管理错误
CVE-2026-80566 HyNitrON CST 触控校验漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-80548

暂无评论


发表评论