Race Condition in Linux Kernel Affecting Timer Deletion and Private Data
CVE-2026-80572

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
26 August 2026

What is CVE-2026-80572?

The Linux Kernel has a vulnerability related to race conditions during timer deletion in the byd driver. Specifically, the byd_disconnect() function calls timer_delete() before ensuring that any running callbacks, such as byd_clear_touch(), have completed. This can lead to a situation where the callback accesses already freed private data, risking undefined behavior and potential memory corruption. The recommended fix involves implementing timer_shutdown_sync() to ensure that callbacks have completed before the private data is freed, effectively preventing any subsequent access to freed memory.

Affected Version(s)

Linux 2d5f5611dd0de52e9a52b56391a7049a52184e72 < 8dbfd8e32a13e116790780ed0be82b5a05eb9916

Linux 2d5f5611dd0de52e9a52b56391a7049a52184e72 < 2e509ef60ee41a2da0deb062c262bb530143fb37

Linux 2d5f5611dd0de52e9a52b56391a7049a52184e72

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.