Missing Release of Resource after Effective Lifetime in Linux kernel - CVE-2026-46100
Published: May 27, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper reference count management in the afs mmap handling code when preparing memory mappings. A local user can trigger memory mapping operations to cause a denial of service.
The issue can occur if a merge or allocation failure happens after the preparation step, leading to a leaked reference count increment.