关键漏洞信息 漏洞类型: 整数溢出 (Integer Overflow) 受影响文件: 修复提交: (patch) 报告者: syzbot+fe2a55ad2e02a7071fa@treeduck.org 修复者: Theodore Ts'o () 相关链接: - https://syzkaller.appspot.com/textlog?x=fc2a5deae220771e0 - https://lore.kernel.org/r/20200507110344.13000-1-tytso@mit.edu 漏洞描述 当在具有 功能的ext4文件系统上运行以下代码时,会发生整数溢出: 这会导致 中的 参数被截断为0,从而在后续调用 时触发 。 修复措施 将 函数中的 参数从 改为 类型,以避免整数溢出问题。