Use-after-free in Linux kernel - CVE-2026-31731
Published: May 2, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to use-after-free in the thermal core when handling thermal zone removal during resume. A local user can trigger a race condition to cause a denial of service.
The issue occurs because delayed work associated with a thermal zone may continue running after the thermal zone object has been freed.