从这个网页截图中,我们可以获取到以下关于漏洞的关键信息: 1. 漏洞描述: - 标题: - 描述:bugged peer implementation can send corrupted DSS options, consistently hitting a few warning in the data path. Use DEBUG_NET assertions to avoid the splat on some builds and handle consistently the error, dumping related MIBs and performing fallback and/or reset according to the subflow type. 2. 修复内容: - 文件修改: , , , - 修改内容: - 在 中添加新的MIB项,如 , , , , 等。 - 在 函数中添加逻辑,根据 的值决定是否进行重置或重传。 - 在 函数中添加逻辑,检查 是否大于 。 3. 修复细节: - 冲突解决:在 中添加新的MIB项,解决与 的冲突。 - 调试:使用DEBUG_NET assertions来避免某些构建中的错误,并在发生错误时进行一致的处理,包括日志记录和重置。 4. 相关链接: - Git提交: - Git仓库: 5. 作者和贡献者: - 提交者:Paolo Abeni - 贡献者:Matthieu Baerts, Jakub Kicinski, Greg Kroah-Hartman 这些信息表明,该漏洞与MPTCP(Multipath TCP)协议的DSS(Data Stream Switching)选项处理有关,修复了bugged peer implementation导致的DSS选项被错误地发送,从而导致数据路径中的警告。修复通过添加新的MIB项和调试逻辑来解决这个问题。