3 matches found
ROOT-OS-UBUNTU-2204-CVE-2026-23212 CVE-2026-23212 in linux - Patched by Root
Root has patched CVE-2026-23212 in the linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
CVE-2026-23212
CVE-2026-23212 affects the Linux kernel bonding driver where slave->last_rx (and target_last_arp_rx) data could be read/write locklessly, causing data races. The fix annotates these fields with READ_ONCE() and WRITE_ONCE(), addressing a KCSAN data race in bond_rcv_validate and related paths. C...
Linux Distros Unpatched Vulnerability : CVE-2026-23212
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bonding: annotate data-races around slave-lastrx slave-lastrx and slave-targetlastarprx... can be read and written locklessly. Add READONCE and WRITEONCE...