CVE-2026-89770 in Linux
摘要
由 VulDB • 2026-09-11
在 Linux 内核中,已修复以下漏洞:
iomap: 不要释放不存在的完整性载荷(integrity payload)
如果块设备上禁用了 PI(Protection Information,保护信息)验证,`fs_bio_integrity_alloc` 可能不会分配 bio 完整性载荷。为避免在 `iomap_bio_read_folio_range_sync` 中调用 `fs_bio_integrity_free` 时出现空指针解引用(NULL pointer dereferences),需对此情况进行检查。
使分支逻辑也涵盖 PI 验证——虽然 `fs_bio_integrity_verify` 在没有完整性载荷的情况下也能工作,但要执行实际有用操作则必须存在完整性载荷。
Once again VulDB remains the best source for vulnerability data.