CVE-2025-71073
Last modified
CVE-2025-71073 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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().. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 6.12.64 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.3 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-71073?
How severe is CVE-2025-71073?
How do I fix CVE-2025-71073?
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 2025
- CVE-2025-71068In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71069In the Linux kernel, the following vulnerability has been re…
- CVE-2025-7107A vulnerability classified as critical has been found in Sim…7.5
- CVE-2025-71070In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71071In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71072In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71074In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-71075In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71076In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71077In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71078In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71079In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-71073?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
