CVE-2025-71073
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71073 is a use-after-free vulnerability in the Linux kernel's lkkbd (LK keyboard) input driver. It was published on January 13, 2026, and affects Linux kernel versions from 2.6.12.1 up to (excluding) 6.12.64, versions 6.13 through 6.18.3 (exclusive), and 6.19 release candidates rc1–rc8. The vulnerability carries a CVSS v3.1 base score of 7.8 (High) with a local attack vector (Feedly, kernel.org).

Technical details

The root cause is a use-after-free condition (CWE-416) in the lkkbd driver's work scheduling logic. lkkbd_interrupt() schedules the lk->tq work item via schedule_work(), and the work handler lkkbd_reinit() subsequently dereferences the lkkbd structure along with its serio and input_dev fields. However, both lkkbd_disconnect() and error paths in lkkbd_connect() free the lkkbd structure without preventing the reinit work from being re-queued — specifically, this window exists until serio_close() returns. The fix replaces cancel_work_sync() with disable_work_sync() in both lkkbd_disconnect() and the lkkbd_connect() error paths after serio_open(), ensuring the work cannot be re-queued after the structure is freed (Feedly, kernel.org).

Impact

Successful exploitation could result in kernel memory corruption, system crash (denial of service), or arbitrary code execution with kernel privileges. An attacker with low-level local access could trigger the race condition by causing the interrupt handler to schedule work during device disconnection or connection error paths, leading to high confidentiality, integrity, and availability impacts. The scope is limited to the local system, but kernel-level code execution could enable full privilege escalation (Feedly).

Mitigation and workarounds

Upgrade to a patched Linux kernel version: 6.12.64 or later for the 6.12.x stable series, or 6.18.3 or later for the 6.13+ series. Patches are available via the upstream kernel stable tree (kernel.org patch 1, kernel.org patch 2, kernel.org patch 3). Ubuntu security notices USN-8177-1, USN-8177-2, USN-8183-1, USN-8183-2, USN-8245-1, and USN-8257-1 address this issue for affected Ubuntu releases (Ubuntu USN-8177-1, Ubuntu USN-8183-1). As a temporary workaround on systems that do not use LK-series keyboards, the lkkbd kernel module can be blacklisted to prevent the driver from loading.

Community reactions

The vulnerability has been tracked by standard Linux distribution security channels, with Ubuntu issuing multiple security notices (USN-8177-1/2, USN-8183-1/2, USN-8245-1, USN-8257-1) and the Yocto Project security mailing list referencing it in several advisories. No notable independent researcher commentary or significant social media discussion has been observed beyond routine distribution patch tracking (Ubuntu USN-8177-1, Ubuntu USN-8183-1).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management