漏洞标题
netfilter:iptables:修复ip6table_nat_table_init()中潜在的null-ptr-deref问题。
漏洞描述信息
在Linux内核中,已解决以下漏洞:
netfilter:iptables:修复ip6table_nat_table_init()中潜在的null-ptr-deref问题。
ip6table_nat_table_init()会访问net->gen->ptr[ip6table_nat_net_ops.id],但是在通过register_pernet_subsys()分配入口之前,该函数已暴露给用户空间。
让我们在xt_register_template()之前调用register_pernet_subsys()。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
ip6table_nat_table_init() accesses net->gen->ptr[ip6table_nat_net_ops.id],
but the function is exposed to user space before the entry is allocated
via register_pernet_subsys().
Let's call register_pernet_subsys() before xt_register_template().
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用。
CVSS信息
N/A
漏洞类别
其他