We have applied a security mitigation for CVE-2026-31431 (CopyFail vulnerability) across all supported server images. The following operating systems now include this fix:
The mitigation blacklists the affected kernel modules at boot and prevents them from loading. No customer action is required. Newly deployed servers automatically include this protection.
For servers deployed before this update, you can manually apply the mitigation by disabling the algif_aead kernel module. We recommend this workaround for all Linux distributions.
Run the following commands as root:
12echo "install algif_aead /bin/false" > /etc/modprobe.d/disable-algif.confrmmod algif_aead 2>/dev/null || true
This works on all major distributions:
The first command prevents the module from loading on future boots. The second unloads it immediately if it's currently loaded.

Rocky Linux 10, codename Red Quartz, is now available for all bare metal instances across all regions.
RKE2 clusters on bare metal. No VMs. No hypervisor overhead.
Two operating systems are no longer available for new deployments:
Existing servers running these operating systems will continue to function normally. Only new deployments are affected.