漏洞标题
net/mlx5:修复mlx5_create_{inner_,}ttc_table()中的空指针解引用问题
漏洞描述信息
## 漏洞概述
在Linux内核中,修复了一个空指针解引用漏洞。该漏洞存在于`mlx5_create_{inner_,}ttc_table()`函数中。
## 影响版本
未提供具体版本信息。
## 漏洞细节
`mlx5_create_inner_ttc_table()` 和 `mlx5_create_ttc_table()` 函数中未对`mlx5_get_flow_namespace()`的返回值进行NULL检查,导致可能发生空指针解引用。
## 影响
未进行NULL检查可能导致空指针解引用,进而可能引起系统崩溃或被攻击者利用执行任意代码。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
net/mlx5: Fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
Add NULL check for mlx5_get_flow_namespace() returns in
mlx5_create_inner_ttc_table() and mlx5_create_ttc_table() to prevent
NULL pointer dereference.
CVSS信息
N/A
漏洞类别
N/A