Improper update of reference count in Linux kernel - CVE-2026-74735
Published: August 27, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper reference counting in the l2tp seq_file handlers for /proc/net/pppol2tp and /sys/kernel/debug/l2tp/tunnels when closing the file before reading to end-of-file. A local user can close the file early to cause a denial of service.
The issue occurs because tunnel and session references kept in seq_file private iteration state are not dropped on release.