Skip to main content

Linux Kernel EUVDEUVD-2026-66487

| CVE-2026-80572 HIGH
2026-08-26 Linux GHSA-g6j6-j6hv-j2v2
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.0 HIGH

Race condition requires precise kernel-scheduling timing to win reliably, warranting AC:H over the NVD's AC:L; PR:L reflects required local unprivileged account; AV:L is firm with no network vector.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 27, 2026 - 07:04 vuln.today
CVSS changed
Aug 27, 2026 - 06:22 NVD
7.8 (HIGH)
Patch available
Aug 26, 2026 - 16:17 EUVD
CVE Published
Aug 26, 2026 - 14:37 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 26, 2026 - 14:37 cve.org
HIGH 7.8

DescriptionCVE.org

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.

AnalysisAI

Use-after-free race condition in the Linux kernel BYD PS/2 mouse driver allows a local low-privileged user to corrupt kernel memory by racing a device disconnect event against in-flight timer callbacks. Affected systems must run an unpatched Linux kernel with BYD PS/2 touchpad hardware present and the byd module loaded, spanning stable branches from approximately kernel 4.6 through pre-fix releases ahead of 6.18.46, 7.1.10, and 7.2. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Obtain local unprivileged shell access on BYD-equipped host
Delivery
Confirm byd kernel module is loaded and active
Exploit
Continuously generate PS/2 input to keep byd_clear_touch() callbacks firing
Install
Simultaneously trigger device disconnect event
C2
Win race between callback dereference and byd_disconnect() memory free
Execute
Exploit use-after-free kernel heap corruption
Impact
Escalate privileges to root

Vulnerability AssessmentAI

Exploitation Exploitation requires a local, low-privileged user account (PR:L per CVSS vector) on a host meeting all of the following conditions: BYD-branded PS/2 touchpad hardware must be physically present, the byd kernel module must be loaded and active, and the attacker must be capable of racing a device disconnect event against concurrent timer callback execution within the kernel scheduler's timing window. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 7.8 score (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) correctly identifies a local, low-privilege attack path with the high-impact triad characteristic of kernel memory corruption vulnerabilities. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user with a standard unprivileged account on a laptop equipped with a BYD PS/2 touchpad generates continuous rapid input through the BYD driver, keeping byd_process_byte() active and byd_clear_touch() timer callbacks firing repeatedly. The attacker simultaneously triggers a device disconnect event, racing the callback's dereference of the private data structure against byd_disconnect()'s deallocation of that same memory region. …
Remediation Update to Linux stable release 6.18.46, 7.1.10, or 7.2 or later, which incorporate the fix commits available at https://git.kernel.org/stable/c/8dbfd8e32a13e116790780ed0be82b5a05eb9916, https://git.kernel.org/stable/c/2e509ef60ee41a2da0deb062c262bb530143fb37, and https://git.kernel.org/stable/c/c83e79c0842ed29860648bcce5022ef0ba5001c6. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, audit systems running Linux kernel versions 4.6 through 7.1 with BYD PS/2 touchpad hardware loaded (verify with lsmod | grep byd) to identify production deployments. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-66487 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy