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-80575

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

Overview

CVE-2026-80575 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: cs40l50-vibra - validate custom data from user space

cs40l50_add() copies the custom data of an FF_PERIODIC/FF_CUSTOM effect

straight from the ff_effect the user passed to EVIOCSFF, without

requiring it to hold anything:

work_data.custom_data = memdup_array_user(periodic->custom_data,

periodic->custom_len,

sizeof(s16));

work_data.custom_len = periodic->custom_len;

The driver then reads two words out of that buffer: custom_data[0] as the

waveform bank in cs40l50_effect_bank_set(), and custom_data[1] as the

index within the bank in cs40l50_effect_index_set(). Neither read is

covered by a length check, and custom_len is fully user controlled:

- custom_len == 0 makes memdup_array_user() call memdup_user() with a

length of zero, which returns ZERO_SIZE_PTR rather than an error, so

custom_data[0] derefer

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-80575?

CVE-2026-80575 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-80575?

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-80575?

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-80575?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-80575 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.