PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93280 Linux CVE debrief

A vulnerability in the Linux kernel's greybus audio module can lead to out-of-bounds reads when parsing topology blobs. This occurs because the module-supplied size fields for sections like controls, widgets, and routes are not checked against the fetched topology blob size. As a result, a malicious module could provide a small topology size with large section sizes, causing the parsing code to access memory beyond the allocated blob. This issue has been resolved by adding checks to ensure section sizes fit within the fetched topology size before parsing.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-24
Original CVE updated
2026-09-25
Advisory published
2026-09-24
Advisory updated
2026-09-25

Who should care

Linux kernel maintainers, users, and administrators of systems using greybus audio modules should assess their exposure and prioritize verification of affected systems, especially those with untrusted or malicious topology blobs. Operators and security teams need to review configurations, verify system exposure, and apply patches or updates provided by the Linux kernel maintainers. Vulnerability management and platform security teams should monitor system

Why it matters

This vulnerability in the Linux kernel's greybus audio module can lead to out-of-bounds reads, potentially allowing malicious modules to access sensitive memory. Linux kernel maintainers and users should assess exposure and prioritize verification of affected systems.

  • Verify Linux kernel greybus audio module configurations to prevent potential out-of-bounds reads.
  • Assess exposure of systems using greybus audio modules to untrusted or malicious topology blobs.
  • Prioritize patching or updating Linux kernel greybus audio modules to prevent exploitation.
  • Monitor system logs for signs of potential exploitation or anomalies in greybus audio module behavior.

Technical summary

The Linux kernel's greybus audio module is vulnerable to out-of-bounds reads due to unchecked section sizes in topology blobs. This can occur when a module provides a small topology size with large section sizes, causing parsing code to access memory beyond the allocated blob. The issue arises from gb_audio_gb_get_topology() fetching a topology blob of a module-supplied size, and gbaudio_tplg_parse_data() then walking it by adding the module-supplied size_dais, size_controls and size_widgets fields to form the control, widget and route section offsets. Those le32 sizes are never checked against the fetched blob, so a module reporting a small topology size but large section sizes makes the offsets point past the

Defensive priority

Linux kernel maintainers and users should assess exposure and prioritize verification of affected systems, especially those using greybus audio modules.

Recommended defensive actions

  • Review Linux kernel greybus audio module configurations and topology blobs for potential vulnerabilities.
  • Verify system exposure to untrusted or malicious modules.
  • Apply patches or updates provided by the Linux kernel maintainers.
  • Monitor system logs for signs of potential exploitation.
  • Perform vulnerability scanning to identify exposed systems.
  • Implement compensating controls for exposed systems.
  • Track and verify patch deployment for greybus audio modules.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, specific version information and exploitation details are not provided in the corpus.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93280 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-93280

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-93280 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93280

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/33d8c7b794d2a30637c9d3fcb478f1d3222bef1e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/52daf9de692ebac813d110eb1e677dc0e1f4a5ab

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6f764363b3173d805be11e59a8f23ecee2d420d5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ba86de9f7b0d7903d2df5ea2373e34d8ca3fc43e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c9191f2e2f35f1209eb2dc24b31129dd47b48c16

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/cfcc5a41a9664eb68023aae4cd0d485b256bd7c7

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d0f6eaba60705bacd9bb4ce48eab50ef3f546777

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dd5593aee0a0fb353e1164aff7b65e563fe1f232

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.