CVE-2026-80572

Source
https://cve.org/CVERecord?id=CVE-2026-80572
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80572.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80572
Downstream
Published
2026-08-26T14:37:33.141Z
Modified
2026-08-28T03:47:28.905621740Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Input: byd - synchronize timer deletion before freeing private data
Details

In the Linux kernel, the following vulnerability has been resolved:

Input: byd - synchronize timer deletion before freeing private data

byddisconnect() uses timerdelete() before freeing the driver's private data. This does not wait for a running bydcleartouch() 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 bydprocessbyte() while the disconnect is in progress.

Use timershutdownsync() before freeing the private data: it waits for a running callback and turns any later re-arm attempt into a no-op.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80572.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2d5f5611dd0de52e9a52b56391a7049a52184e72
Fixed
84b205297fa15f97510342221d8c9a0119711478
Fixed
28d984a66b9e14be74986167b6ad40b5e0daf19a
Fixed
ee944a706a18322b4a2599eebe8040a2994e928f
Fixed
8dbfd8e32a13e116790780ed0be82b5a05eb9916
Fixed
2e509ef60ee41a2da0deb062c262bb530143fb37
Fixed
c83e79c0842ed29860648bcce5022ef0ba5001c6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80572.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.6.0
Fixed
6.1.185
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.154
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.106
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.46
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80572.json"