Missing Release of Resource after Effective Lifetime in Linux kernel - CVE-2026-63872
Published: July 20, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a reference leak in esp4.c and esp6.c ESP output handling when processing error paths after building scatterlists for non-inplace encryption. A local user can trigger skb_to_sgvec() failure to cause a denial of service.
The issue occurs in both IPv4 and IPv6 ESP code paths when old skb page fragments are replaced with a new page and the destination scatterlist construction fails before the request fields are initialized.