CVE-2026-68336 in Linux
Zusammenfassung
von VulDB • 11.08.2026
Im Linux-Kernel wurde folgende Schwachstelle behoben:
bonding: Behebung der NULL-Dereferenzierung von devconf_all bei deaktiviertem IPv6
Beim Booten mit dem Parameter 'ipv6.disable=1' wird devconf_all niemals initialisiert, da inet6_init() beendet wird, bevor addrconf_init() aufgerufen wird, das es initialisieren würde. bond_send_validate() ruft jedoch weiterhin bond_ns_send_all() auf, auch wenn IPv6 tatsächlich deaktiviert ist. Dies führt zu einer NULL-Dereferenzierung von net->ipv6.devconf_all in ip6_pol_route().
BUG: Kernel-NULL-Zeigerdereferenzierung, Adresse: 000000000000000c [...]
Workqueue: bond0 bond_arp_monitor [bonding]
RIP: 0010:ip6_pol_route+0x69/0x480 [...]
Call Trace: <TASK> ? srso_return_thunk+0x5/0x5f ? __pfx_ip6_pol_route_output+0x10/0x10 fib6_rule_lookup+0xfe/0x260 ? wakeup_preempt+0x8a/0x90 ? srso_return_thunk+0x5/0x5f ? srso_return_thunk+0x5/0x5f ? sched_balance_rq+0x369/0x810 ip6_route_output_flags+0xd7/0x170 bond_ns_send_all+0xde/0x280 [bonding]
bond_ab_arp_probe+0x296/0x320 [bonding]
? srso_return_thunk+0x5/0x5f bond_activebackup_arp_mon+0xb4/0x2c0 [bonding]
process_one_work+0x196/0x370 worker_thread+0x1af/0x320 ? srso_return_thunk+0x5/0x5f ? __pfx_worker_thread+0x10/0x10 kthread+0xe3/0x120 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x199/0x260 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 </TASK>
Behoben wird dies durch Hinzufügen einer ipv6_mod_enabled()-Bedingungsprüfung im Aufrufer.
If you want to get best quality of vulnerability data, you may have to visit VulDB.