CVE-2026-80566

In the Linux kernel, the following vulnerability has been resolved: Input: hynitron_cstxxx - validate touch count and finger IDs The driver allocates max_touch_num input slots, which are indexed from zero through max_touch_num - 1. The current check allows a finger ID equal to max_touch_num to reach cst3xx_report_contact(). While the input core ignores out-of-range slot indices, reporting touch data without a valid slot change corrupts the touch state of the previously active slot. The touch count is read from the controller's report and is used to index the fixed-size report buffer without first checking its range. Reject counts larger than the supported number of touch slots before checking the trailing byte or parsing touch data. Reject finger IDs equal to or greater than max_touch_num, and return immediately when an invalid finger ID is encountered so that corrupt touch frames are discarded instead of reporting partial contact state. The V821 Avaota F1 board configures the vendor driver with one touch slot, so finger ID 1 is already invalid on that device.

Package Linux Kernel
Published 2026-08-26
Last modified 2026-08-26
Patch available
Yes

Affected versions

Linux kernel versions 6.2 and later are affected. Fixed in 6.6.153, 6.12.105, 6.18.46, 7.1.10, 7.2 and their respective stable series.

Affected from
≥ 6.2
Fixed in
✓ 6.6.153 6.6.x ✓ 6.12.105 6.12.x ✓ 6.18.46 6.18.x ✓ 7.1.10 7.1.x ✓ 7.2

Frequently asked questions

  • What is CVE-2026-80566?

    CVE-2026-80566 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.2 onward and has been patched in 6.6.153, 6.12.105, 6.18.46 and others. CVE-2026-80566 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-80566?

    Yes. CVE-2026-80566 has been patched. Fixed versions include 6.6.153, 6.12.105, 6.18.46 and others. If you are running Linux kernel 6.2 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-80566 actively exploited?

    No. CVE-2026-80566 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.