Use-after-free in Linux kernel - CVE-2026-74652
Published: August 24, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a use-after-free in the RS485 hrtimer handling in the amba-pl011 serial driver when removing or shutting down a device while timer callbacks can still be armed from the IRQ handler. A local user can trigger device shutdown or removal during RS485 activity to cause a denial of service.
The issue affects the suspend-then-unbind path, where shutdown is not called.