2 matches found
EUVD-2026-55423
In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...
5.3AI score
SaveExploits0References5
CVE-2026-68322
CVE-2026-68322 concerns the Linux kernel RDS subsystem. When IPv6 is explicitly disabled with ipv6.disable=1, inet6_addr_lst is never initialized, because inet6_init() exits before addrconf_init() runs. This leads to a NULL dereference in __ipv6_chk_addr_and_flags() when attempting to bind an RDS...
5.3AI score
SaveExploits0References5
20