Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-80622

7.8 · HIGH
Published Aug 28, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-80622 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-80622?

CVE-2026-80622 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-80622?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-80622?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-80622?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80622 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.