CVE-2026-80572
Last modified
CVE-2026-80572 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Input: byd - synchronize timer deletion before freeing private data byd_disconnect() uses timer_delete() before freeing the driver's private data. This does not wait for a running byd_clear_touch() callback, which dereferences the private data and its psmouse pointer.
Description
In the Linux kernel, the following vulnerability has been resolved: Input: byd - synchronize timer deletion before freeing private data byd_disconnect() uses timer_delete() before freeing the driver's private data. This does not wait for a running byd_clear_touch() callback, which dereferences the private data and its psmouse pointer. A callback racing with disconnect can therefore access the private data after it has been freed. The timer can also still be re-armed by byd_process_byte() while the disconnect is in progress. Use timer_shutdown_sync() before freeing the private data: it waits for a running callback and turns any later re-arm attempt into a no-op.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < 84b205297fa15f97510342221d8c9a0119711478; >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < 28d984a66b9e14be74986167b6ad40b5e0daf19a; >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < ee944a706a18322b4a2599eebe8040a2994e928f; >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < 8dbfd8e32a13e116790780ed0be82b5a05eb9916; >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < 2e509ef60ee41a2da0deb062c262bb530143fb37; >= 2d5f5611dd0de52e9a52b56391a7049a52184e72, < c83e79c0842ed29860648bcce5022ef0ba5001c6 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80572?
How severe is CVE-2026-80572?
How do I fix CVE-2026-80572?
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-80561In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80562In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80565In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80568In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80569In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80570In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80573In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80574In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80575In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80576In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80578In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-80579In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80572?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
