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().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-17 09:15
Updated : 2024-08-19 20:53
NVD link : CVE-2024-42269
Mitre link : CVE-2024-42269
CVE.ORG link : CVE-2024-42269
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference