Linux: network: mlx5_core crash;dos
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2024-41090
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8be915fc5ff9a5e296f6538be12ea75a1a93bdea
https://www.openwall.com/lists/oss-security/2024/07/24/4
是tap的驱动向下传递的包的length太小,而mlx5_core 默认的最小是一定的,导致访问越界出现问题。一个问题mlx5应不应该做一些校验,避免此类事情的发生。
intel的网卡是有这种问题包的预校验。