漏洞标题
N/A
漏洞描述信息
在Linux内核的IPv6模块中发现了一个漏洞。在fib6_rule_lookup函数中,arg.result的使用没有 consistently,有时持有rt6_info,有时持有fib6_info。这个漏洞在代码的其他部分并没有被考虑,因为在这些部分中,rt6_info是被无条件地期望的。这可能导致在fib6_rule_ suppression函数中引发内核崩溃。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
输入验证不恰当
漏洞标题
N/A
漏洞描述信息
A flaw was found in the IPv6 module of the Linux kernel. The arg.result was not used consistently in fib6_rule_lookup, sometimes holding rt6_info and other times fib6_info. This was not accounted for in other parts of the code where rt6_info was expected unconditionally, potentially leading to a kernel panic in fib6_rule_suppress.
CVSS信息
N/A
漏洞类别
使用不兼容类型访问资源(类型混淆)
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux Kernel存在安全漏洞,该漏洞源于IPv6 模块中存在缺陷,arg.result 在 fib6_rule_lookup 中的使用不一致,有时持有 rt6_info,有时持有 fib6_info,可能导致 fib6_rule_suppress 中的内核崩溃。
CVSS信息
N/A
漏洞类别
其他