一、 漏洞 CVE-2022-48932 基础信息
漏洞标题
net/mlx5: DR, 在mlx5_cmd_dr_create_fte中修复slab-out-of-bounds问题
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已解决以下漏洞: net/mlx5: DR, 修复mlx5_cmd_dr_create_fte中的滑块越界问题 当添加具有32个目的地的规则时,我们遇到以下非正常访问问题: 错误:KASAN:在mlx5_cmd_dr_create_fte+0x18ee/0x1e70处发生滑块越界 此补丁通过增加分配的缓冲区以容纳所需的操作,并通过检查操作的数量,防止提供操作过多的规则时发生此类问题,从而修复了此问题。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
跨界内存写
来源:AIGC 神龙大模型
漏洞标题
net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bounds in mlx5_cmd_dr_create_fte+0x18ee/0x1e70 This patch fixes the issue by both increasing the allocated buffers to accommodate for the needed actions and by checking the number of actions to prevent this issue when a rule with too many actions is provided.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于分配的缓冲区不足以容纳所需的操作。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-48932 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-48932 的情报信息