Who is affected
Linux kernel systems across multiple distributions are affected, including but not limited to Red Hat and SUSE. The vulnerability permits privilege escalation through the IPv6 networking subsystem. The specific kernel versions and all affected distributions are not detailed in this record, so you will need to cross-reference your kernel version with vendor advisories.
How to check whether this touches you
- Inventory all systems running Linux and note their distribution and kernel version (run
uname -ron each). - Determine which systems have IPv6 enabled or accessible from untrusted networks (check
/proc/sys/net/ipv6/conf/*/disable_ipv6and firewall rules). - Check your distribution vendor's security advisory for CVE-2026-53362 to confirm whether your specific kernel version is listed as vulnerable; kernel backports may complicate version matching.
- If you run container or virtualised Linux workloads, apply the same checks to guest kernels, not just the host.
What to do
- Obtain the vendor-specific patch or mitigation from your distribution maintainer (Red Hat, SUSE, or other) and review their guidance against CISA BOD 26-04 prioritisation criteria.
- If you cannot patch immediately, disable or restrict IPv6 on affected systems unless it is operationally essential; test this in a non-production environment first.
- If IPv6 must remain enabled and no patch is available, isolate affected systems from untrusted networks and restrict kernel-level access through MAC (SELinux, AppArmor) policies where supported.
- Enable kernel audit logging to capture privilege escalation attempts (
auditctl -w /etc/sudoers -p wa -k sudo_changesas a baseline). - Escalate to your security team if systems are internet-facing, handle sensitive data, or support critical services.
If you find you were exposed
Privilege escalation vulnerabilities in the kernel are typically exploited by local processes to gain root access. You should search logs for unexpected process privilege changes, failed sudo or authentication attempts, and unusual system calls around the affected IPv6 subsystem code paths. Exploitation may predate the disclosure by months, so review logs covering at least the past 90 days if retention allows; check for lateral movement or data exfiltration that followed any privilege escalation events.