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

ASoC: SDCA: Make UMP message size check more robust

If message offset was larger than the buffer length the size
check will pass incorrectly. Refactor the check such that it is
more robust to invalid sizes.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A size‑check bug in the Linux kernel’s ASoC SDCA UMP message handling allows a message offset that exceeds the allocated buffer length to pass the validation incorrectly. Based on the description, this can lead to memory corruption in kernel space, potentially enabling a local attacker to obtain higher privileges or execute arbitrary code with kernel rights.

Affected Systems

All Linux kernel releases that contain the vulnerable code path are affected. The patch that fixes the issue is embodied in the commit 556d872e7c2a0b570c5b0974813847ef0d0cd637. Any kernel build prior to the inclusion of this commit is considered vulnerable until an update is applied.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in CISA KEV, indicating no known widespread exploitation yet. However, the flaw is a local memory‑safety violation that can be triggered by sending crafted SDCA/UMP messages. The lack of a CVSS score prevents precise severity quantification, but the potential for privilege escalation and kernel corruption warrants timely remediation.

Generated by OpenCVE AI on September 4, 2026 at 21:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes commit 556d872e7c2a0b570c5b0974813847ef0d0cd637 or later revisions that correct the buffer‑size check.
  • Rebuild any third‑party kernel modules that interact with the ASoC SDCA/UMP subsystem from the updated source to ensure they do not reintroduce the original flaw.
  • If an immediate kernel upgrade is not feasible, disable the affected audio subsystem or restrict untrusted applications from issuing SDCA/UMP messages to reduce the attack surface.

Generated by OpenCVE AI on September 4, 2026 at 21:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Fri, 04 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Make UMP message size check more robust If message offset was larger than the buffer length the size check will pass incorrectly. Refactor the check such that it is more robust to invalid sizes.
Title ASoC: SDCA: Make UMP message size check more robust
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-09-04T17:11:14.939Z

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

Link: CVE-2026-80900

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T18:17:58.300

Modified: 2026-09-04T18:17:58.300

Link: CVE-2026-80900

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:15:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer