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

Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue

Previously, rmi_f54_buffer_queue() waited for the worker thread to
finish but ignored whether it succeeded. If the worker failed (e.g.,
due to a timeout or register read failure), the queue thread would
silently return success, delivering stale or uninitialized memory to
userspace.

Add a 'report_error' field to struct f54_data to store the worker's exit
status. Check this field in rmi_f54_buffer_queue() after the worker
finishes, and mark the buffer as VB2_BUF_STATE_ERROR if an error
occurred.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel’s Synaptics RMI4 driver contains a flaw where the buffer queue function fails to verify the exit status of a worker thread responsible for gathering sensor data. When that thread aborts, for example due to a timeout or a register read failure, the queue logic assumes success and passes stale or uninitialized memory to userspace. As a result, applications consuming the V4L2 stream may receive corrupted or insecure data, affecting data integrity and the correctness of sensor‑based functionality.

Affected Systems

The issue exists in any Linux system that builds the synaptics‑rmi4 driver and enables the F54 feature for device health monitoring. All kernel releases prior to the commit that introduces error checking are affected. The vulnerability applies to generic Linux kernels that include this driver; no vendor‑specific or distribution‑specific version range was provided.

Risk and Exploitability

Not explicitly stated in the description, but based on the kernel driver context, it appears that local access may be required to trigger the queue operation. It does not provide escalated privileges or arbitrary code execution. Because the vulnerability only influences data handed to userspace, it can lead to incorrect sensor data usage but not a broader compromise. With no EPSS information or KEV listing, the likelihood of exploitation in the wild remains uncertain, suggesting a moderate risk contingent upon exposure of the RMI4 interface.

Generated by OpenCVE AI on August 26, 2026 at 16:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix; installing the latest stable release applies the necessary patch.
  • If an immediate kernel update is not possible, disable the Synaptics RMI4 driver or block the associated V4L2 queue interface to prevent stale data from reaching applications.
  • Apply the patch from the kernel commit logs available at the provided references to add error checking to rmi_f54_buffer_queue.

Generated by OpenCVE AI on August 26, 2026 at 16:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-785

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue Previously, rmi_f54_buffer_queue() waited for the worker thread to finish but ignored whether it succeeded. If the worker failed (e.g., due to a timeout or register read failure), the queue thread would silently return success, delivering stale or uninitialized memory to userspace. Add a 'report_error' field to struct f54_data to store the worker's exit status. Check this field in rmi_f54_buffer_queue() after the worker finishes, and mark the buffer as VB2_BUF_STATE_ERROR if an error occurred.
Title Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-26T14:37:30.152Z

Reserved: 2026-08-26T14:34:25.768Z

Link: CVE-2026-80567

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:12.140

Modified: 2026-08-26T15:17:12.140

Link: CVE-2026-80567

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T17:00:04Z

Weaknesses
  • CWE-785

    Use of Path Manipulation Function without Maximum-sized Buffer