๐Ÿ” CVE Alert

CVE-2025-71073

UNKNOWN 0.0

Input: lkkbd - disable pending work before freeing device

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: Input: lkkbd - disable pending work before freeing device lkkbd_interrupt() schedules lk->tq via schedule_work(), and the work handler lkkbd_reinit() dereferences the lkkbd structure and its serio/input_dev fields. lkkbd_disconnect() and error paths in lkkbd_connect() free the lkkbd structure without preventing the reinit work from being queued again until serio_close() returns. This can allow the work handler to run after the structure has been freed, leading to a potential use-after-free. Use disable_work_sync() instead of cancel_work_sync() to ensure the reinit work cannot be re-queued, and call it both in lkkbd_disconnect() and in lkkbd_connect() error paths after serio_open().

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jan 13, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 3a7cd1397c209076c371d53bf39a55c138f62342 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < cffc4e29b1e2d44ab094cf142d7c461ff09b9104 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < e58c88f0cb2d8ed89de78f6f17409d29cfab6c5c
Linux / Linux
2.6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/3a7cd1397c209076c371d53bf39a55c138f62342 git.kernel.org: https://git.kernel.org/stable/c/cffc4e29b1e2d44ab094cf142d7c461ff09b9104 git.kernel.org: https://git.kernel.org/stable/c/e58c88f0cb2d8ed89de78f6f17409d29cfab6c5c