Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-80569

7.8 · HIGH
Published Aug 26, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-80569 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer

rmi_f54_work() reads a diagnostics report from the device into

f54->report_data, sizing the transfer with rmi_f54_get_report_size():

report_size = rmi_f54_get_report_size(f54);

...

for (i = 0; i < report_size; i += F54_REPORT_DATA_SIZE) {

int size = min(F54_REPORT_DATA_SIZE, report_size - i);

...

rmi_read_block(.., f54->report_data + i, size);

}

report_data is allocated once at probe from F54's own electrode counts

(array3_size(f54->num_tx_electrodes, f54->num_rx_electrodes, sizeof(u16))),

but rmi_f54_get_report_size() computes the size from

drv_data->num_*_electrodes when those are set, i.e. from the F55

function's electrode counts. Both counts come straight from device

queries (F54 and F55 each report up to 255 electrodes) and nothing

constrains the F55 counts to the F54 ones.

A malicious or malfunctioning RMI4 device that report

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-80569?

CVE-2026-80569 is a high-severity vulnerability. It was published on August 26, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-80569?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-80569?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-80569?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80569 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.