CVE-2026-80622
Last modified
CVE-2026-80622 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1a80ba88273097933f93b1f40537337416798c70, < 09d8d2a46a9ec9ff728f3159a174a2ab25dd0f0a; >= 1a80ba88273097933f93b1f40537337416798c70, < 96902299a22d126ef5eb3f45cd5d8ceea9e6a735; >= 1a80ba88273097933f93b1f40537337416798c70, < 166dd1d5265e067459e674c11688919901813ec2; >= 1a80ba88273097933f93b1f40537337416798c70, < 764723bd67a6c8f53a8d8309211fb039e2ebcf49; >= 1a80ba88273097933f93b1f40537337416798c70, < c3f0cd76561ae611c2d247ee96dfd559e4197cb7; >= 1a80ba88273097933f93b1f40537337416798c70, < 3d5e4cc0d9dce79b0429da3134ac7b072ab9009f; >= 1a80ba88273097933f93b1f40537337416798c70, < 42223445607a9a5df3cb1c4729abfe3a5085e7ce; >= 1a80ba88273097933f93b1f40537337416798c70, < bbf003b7794d6ad6f939fdd29f1f1bde8ac554c1 |
| Linux | Linux | 2.6.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80622?
How severe is CVE-2026-80622?
How do I fix CVE-2026-80622?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80616In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80617In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80618In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80619In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80620In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80623In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80624In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80625In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80626In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80627In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80628In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80622?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
