Bug 2524503 (CVE-2026-80574) - CVE-2026-80574 kernel: Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
Summary: CVE-2026-80574 kernel: Input: focaltech - fix array out-of-bounds in focaltec...
Keywords:
Status: NEW
Alias: CVE-2026-80574
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-26 15:03 UTC by OSIDB Bzimport
Modified: 2026-08-27 14:14 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-26 15:03:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet

Make finger2 (and also finger1) unsigned, so that if the finger index in
the packet is 0 then subtracting 1 creates an array index which overflows
above the existing check for FOC_MAX_FINGERS, as the existing comment says
it should, instead of writing to state->fingers[-1].


Note You need to log in before you can comment on or make changes to this bug.