CVE-2026-80574
Received Received - Intake

Array Out-of-Bounds in Linux Kernel Focaltech Driver

Vulnerability report for CVE-2026-80574, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-27

Assigner: kernel.org

Description

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].

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-27
Generated
2026-09-17
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
focaltech focaltech *
focaltech focaltech_process_rel_packet *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a buffer overflow issue in the Linux kernel's focaltech driver. It occurs when processing touchpad input packets. The driver incorrectly handles finger index values, allowing an out-of-bounds write to memory when a finger index of 0 is processed. This happens because subtracting 1 from 0 results in a negative array index (-1), which overflows and writes outside the intended memory region.

Detection Guidance

This vulnerability is specific to the Linux kernel's focaltech driver and involves an array out-of-bounds issue. Detection requires checking kernel logs for errors related to focaltech or array index violations. Use commands like dmesg | grep focaltech or journalctl -k | grep focaltech to inspect kernel logs for related errors.

Impact Analysis

This vulnerability could allow an attacker with physical access to trigger a system crash or potentially execute arbitrary code on the affected system. It may lead to denial-of-service conditions or compromise the integrity of the operating system by corrupting kernel memory.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue involving an array out-of-bounds write in the Linux kernel's focaltech driver. It could potentially lead to memory corruption or crashes but does not inherently involve data exposure or privacy violations that these regulations address.

Mitigation Strategies

Apply the latest kernel update provided by your Linux distribution to patch the focaltech driver. If an update is not available, consider disabling the focaltech driver temporarily if not required. Monitor vendor advisories for further guidance.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80574. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart