CVE-2026-80622 PUBLISHED

char: tlclk: fix use-after-free in tlclk_cleanup()

Assigner: Linux
Reserved: 26.08.2026 Published: 28.08.2026 Updated: 28.08.2026

In the Linux kernel, the following vulnerability has been resolved:

char: tlclk: fix use-after-free in tlclk_cleanup()

This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions.

Currently, the file_operations structure does not specify the .owner field, which could allow the module to be unloaded while user-space processes are still interacting with the device. Additionally, the tlclk_cleanup() function frees the alarm_events memory before ensuring that blocked processes in the waitqueue are fully awakened and that the switchover_timer has completed.

To address these cases, this patch: - Sets '.owner = THIS_MODULE' in tlclk_fops to safely defer module unloading while the device is in use. - Updates tlclk_cleanup() to explicitly wake up all blocked readers (wake_up_all), properly release hardware I/O regions, and safely delete the timer (timer_delete_sync) prior to freeing memory.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 09d8d2a46a9ec9ff728f3159a174a2ab25dd0f0a (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 96902299a22d126ef5eb3f45cd5d8ceea9e6a735 (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 166dd1d5265e067459e674c11688919901813ec2 (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 764723bd67a6c8f53a8d8309211fb039e2ebcf49 (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to c3f0cd76561ae611c2d247ee96dfd559e4197cb7 (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 3d5e4cc0d9dce79b0429da3134ac7b072ab9009f (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to 42223445607a9a5df3cb1c4729abfe3a5085e7ce (excl.)
  • affected from 1a80ba88273097933f93b1f40537337416798c70 to bbf003b7794d6ad6f939fdd29f1f1bde8ac554c1 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.15 is affected
  • unaffected from 0 to 2.6.15 (excl.)
  • unaffected from 5.10.261 to 5.10.* (incl.)
  • unaffected from 5.15.212 to 5.15.* (incl.)
  • unaffected from 6.1.178 to 6.1.* (incl.)
  • unaffected from 6.6.145 to 6.6.* (incl.)
  • unaffected from 6.12.97 to 6.12.* (incl.)
  • unaffected from 6.18.40 to 6.18.* (incl.)
  • unaffected from 7.1.5 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References