
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53821 is a slab-use-after-free vulnerability in the Linux kernel's ip6_vti (IPv6 Virtual Tunnel Interface) driver, specifically in the decode_session6 function. The flaw occurs when an ipv6_vti device is configured with a Stochastic Fair Blue (SFB) qdisc, which may modify the cb field of a transmitted socket buffer (skb) during enqueuing, leading to a use-after-free condition when the kernel subsequently processes IPv6 packets. The vulnerability was published on December 9, 2025, and affects the Linux kernel (Feedly). Feedly estimates the severity as Medium, with an EPSS score of 0.000240 (Feedly).
The root cause is a use-after-free memory error (CWE-416) in the Linux kernel's ip6_vti subsystem. When an ipv6_vti device is attached to an SFB-type qdisc, the qdisc's enqueue operation modifies the cb (control buffer) field of the skb. When vti6_tnl_xmit subsequently calls __xfrm_decode_session → decode_session6, it reads from the now-corrupted cb field, triggering a KASAN-detected slab-use-after-free at decode_session6+0x103f/0x1890. The call stack observed includes sch_direct_xmit, __qdisc_run, __dev_queue_xmit, and ultimately originates from an NDP router solicitation timer (addrconf_rs_timer) running in softirq context (Feedly). Fixes are available as patches in the stable kernel tree.
Successful exploitation of this vulnerability can cause kernel memory corruption, potentially leading to a system crash (denial of service) or, in more severe scenarios, privilege escalation or arbitrary code execution in kernel context. The vulnerability is triggered in the network stack's softirq path, meaning it can affect system stability for any host running a vulnerable kernel with an ipv6_vti device configured under an SFB qdisc. The availability impact is the most immediate concern, as the use-after-free can destabilize the kernel (Feedly).
The fix has been committed to the Linux stable kernel tree across multiple stable branches (commits 0f0ab8d, 9fd41f1, 55ad230, a1639a8, c070688). Downstream distributions including Red Hat (RHSA-2026:3268, RHSA-2026:3277, RHSA-2026:3293, RHSA-2026:3358, RHSA-2026:3360, RHSA-2026:3375, RHSA-2026:3388) and SUSE have issued updated kernel packages (Feedly). Users should update to the latest patched kernel version provided by their distribution. As a workaround, avoiding the use of SFB qdisc on ipv6_vti devices can prevent the vulnerable code path from being triggered.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."