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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.18% (7th pctl)

Overview

CVE-2026-72262 is a high-severity vulnerability. It was published on August 15, 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:

ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get

The ipc_control_data buffer is allocated as kzalloc(max_size), where

max_size covers the entire struct sof_ipc_ctrl_data including its

flexible array payload. However, the bounds checks in bytes_ext_put

and _bytes_ext_get compared user data lengths against max_size

directly, ignoring that cdata->data sits at an offset of

sizeof(struct sof_ipc_ctrl_data) bytes into the allocation.

This allowed writing up to sizeof(struct sof_ipc_ctrl_data) bytes past

the end of the heap buffer from unprivileged userspace via the ALSA TLV

kcontrol interface, and similarly allowed over-reading adjacent heap

data on the get path.

Fix all bounds checks to subtract sizeof(*cdata) from max_size so they

reflect the actual space available at the cdata->data offset. Also fix

the error-path restore in bytes_ext_put which wrote to cdata->data

instead of cdata, causing the same ove

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

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

How severe is CVE-2026-72262?

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

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

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