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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-80556— Linux内核 atmel-mci驱动释放后使用漏洞

一分钟漏洞结论

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

以下是该 Linux 内核漏洞描述的中文翻译: 在 Linux 内核中,已修复以下漏洞: MMC: atmel-mci:修复 atmci_remove 中由竞态条件导致的 use-after-free(释放后使用)问题 在 函数中, 与 绑定在一起,并且 、 和 都可以通过 队列调度此工作项。 当我们移除模块时, 执行清理操作。由于 内存是通过 分配的,其内存会在 回调返回后由 devm 机制自动释放,但上述提到的工作项可能仍处于待处理或正在执行状态。以下操作序列可能导致 use-after-free(UAF)缺陷

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

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

漏洞信息

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

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

Vulnerability Title
mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: Fix use-after-free in atmci_remove due to race condition In atmci_probe, &host->bh_work is bound with atmci_work_func, and atmci_interrupt, atmci_timeout_timer and atmci_dma_complete can all queue this work on system_bh_wq. If we remove the module, atmci_remove makes cleanup and the memory allocated for host with devm_kzalloc() is released after the remove callback returns, while the work mentioned above may still be pending or running. The sequence of operations that may lead to a UAF bug is as follows: CPU0 CPU1 | atmci_interrupt | queue_work(system_bh_wq, | &host->bh_work) atmci_remove | atmci_cleanup_slot(...) | atmci_writel(host, ATMCI_IDR, ~0UL) | timer_delete_sync(&host->timer) | dma_release_channel(host->dma.chan) | free_irq(platform_get_irq(pdev, 0), host) | | atmci_work_func | // use host // devm resources released after | // remove returns, host is freed | | // use host (use-after-free) Fix it by canceling the work after all the sources that can schedule it (IRQ handler, timeout timer and DMA completion callback) have been stopped, and before proceeding with the remaining cleanup in atmci_remove.
来源: 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 7d2be0749a59096a334c94dc48f43294193cb8ed ~ 22aecf6c4721727a2f724ca0438bc7d4b609bf3f -
Linux Linux 2.6.27 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-80557 libceph 2.0 越界读取漏洞
CVE-2026-80553 s390/vfio_ccw 队列取消机制
CVE-2026-80552 s390/vfio_ccw 缓冲区溢出漏洞
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-80548 s390 VFIO 条件变量竞态条件
CVE-2026-80555 s390/vfio_ccw 内存释放漏洞
CVE-2026-80554 Linux 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-80556

暂无评论


发表评论