从这个网页截图中,可以获取到以下关于漏洞的关键信息: 1. 漏洞描述: - 标题:ipv4: Handle attempt to delete multipath route when fib_info contains an nh reference - 描述:Gwangun Jung报告了一个在fib_nh_match函数中的 slab-out-of-bounds访问问题。当fib_info包含一个nh引用时,尝试删除多路径路由。 2. 修复措施: - 修复代码:修复了fib_nh_match函数,使其在配置的多路径路由包含多路径规格时返回,即使fib_info使用的是nexthop对象。 - 修复补丁:修复了多个相关的补丁,包括: - 493ced1ac7c ("ipv4: Allow routes to use nexthop objects") - 6bf92d70e690 ("net: ipv4: fix route with nexthop object delete warning") 3. 报告和审查: - 报告者:Gwangun Jung - 修复者:David Ahern - 审查者:Ido Schimmel - 测试者:Ido Schimmel - 稳定依赖:d5082d386eee ("ipv4: Fix route deletion when nexthop info is not specified") 4. 代码更改: - 文件更改:net/ipv4/fib_semantics.c和tools/testing/selftests/net/fib_nexthops.sh - 更改内容:修复了fib_nh_match函数的逻辑,以正确处理nexthop对象。 5. 补丁状态: - 状态:已修复并合并到内核中。 这些信息表明,该漏洞已被识别并修复,修复措施包括修改了相关函数的逻辑,以正确处理nexthop对象。