GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-72488 (GCVE-0-2026-72488)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:57 – Updated: 2026-08-17 05:44
VLAI
Title
soundwire: fix bug in sdw_add_element_group_count found by syzkaller
Summary
In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdw_add_element_group_count found by syzkaller The original implementation caused an out-of-bounds memory access in the sdw_add_element_group_count for-loop when i == num. for (i = 0; i <= num; i++) { if (rate == group->rates[i] && lane == group->lanes[i]) ... To fix this error, the function now checks for existing rate/lane entries in the group(a function parameter) using a for-loop before adding them. No functional changes apart from this fix.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9026118f20e28f202dab34f219bbb831ffb8c4dc , < a454f61747c97e2eadaa7a35ffc1f4b1645c6a53 (git)
Affected: 9026118f20e28f202dab34f219bbb831ffb8c4dc , < e483a406a23a92d5202e8d324f206e127eef48ff (git)
Affected: 9026118f20e28f202dab34f219bbb831ffb8c4dc , < f772ff5a0e6758fd412803c09e03ba3bca5f5878 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.10
Unaffected: 0 , < 5.10 (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/soundwire/generic_bandwidth_allocation.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a454f61747c97e2eadaa7a35ffc1f4b1645c6a53",
              "status": "affected",
              "version": "9026118f20e28f202dab34f219bbb831ffb8c4dc",
              "versionType": "git"
            },
            {
              "lessThan": "e483a406a23a92d5202e8d324f206e127eef48ff",
              "status": "affected",
              "version": "9026118f20e28f202dab34f219bbb831ffb8c4dc",
              "versionType": "git"
            },
            {
              "lessThan": "f772ff5a0e6758fd412803c09e03ba3bca5f5878",
              "status": "affected",
              "version": "9026118f20e28f202dab34f219bbb831ffb8c4dc",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/soundwire/generic_bandwidth_allocation.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsoundwire: fix bug in sdw_add_element_group_count found by syzkaller\n\nThe original implementation caused an out-of-bounds memory access\nin the sdw_add_element_group_count for-loop when i == num.\n\nfor (i = 0; i \u003c= num; i++) {\n    if (rate == group-\u003erates[i] \u0026\u0026 lane == group-\u003elanes[i])\n        ...\n\nTo fix this error, the function now checks for existing rate/lane\nentries in the group(a function parameter) using a for-loop before\nadding them.\n\nNo functional changes apart from this fix."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - Vulnerable sdw_add_element_group_count is reached only via local ALSA PCM ioctl (SNDRV_PCM_IOCTL_PREPARE/HW_PARAMS) on /dev/snd/pcmC*D*, through asoc_sdw_prepare -\u003e sdw_prepare_stream -\u003e sdw_compute_params on Intel SoundWire machines; no network or adjacent-network entry point exists.\nAC:L - The off-by-one loop (i \u003c= num when num==group-\u003ecount) deterministically reads one slot past the rates/lanes arrays whenever a second distinct rate/lane group entry is added, which an attacker can trigger by preparing SoundWire streams that exercise multilane assignment or multiple active bus runtimes without races or external state.\nPR:L - Exploitation requires only the ability to open and ioctl the ALSA PCM character device (typically granted to unprivileged desktop users via the audio group or logind seat ACLs on Intel SOF/SoundWire laptops); no CAP_SYS_ADMIN, real root, or non-namespace capability is checked on this path.\nUI:N - The attacker\u0027s own process issues the PCM prepare/hw_params ioctls that drive bandwidth recomputation; no separate victim must mount filesystems, open files, or take any other action beyond the attacker already having local device access.\nS:U - The out-of-bounds access corrupts/read kernel heap memory within the SoundWire bandwidth allocator in the same kernel security domain; it does not cross VM, container, IOMMU, or sandbox boundaries.\nC:H - When i==group-\u003ecount the loop compares against group-\u003erates[i] and group-\u003elanes[i] one element beyond the allocated arrays, leaking adjacent kmalloc heap contents; per kernel guidance unbounded out-of-bounds reads in the allocator path warrant High confidentiality impact.\nI:H - Even though the immediate fault is an OOB read, the same loop guards heap-backed dynamic expansion that then writes attacker-influenced rate/lane tuples into rates[]/lanes[]; adjacent-heap corruption from the read plus controlled follow-on writes is leverageable for integrity compromise consistent with similar SoundWire CVE scoring.\nA:H - The out-of-bounds read can fault on unmapped adjacent slab memory or trip KASAN/hardened checks (as syzkaller reported), producing kernel oops/panic and aborting stream prepare, leaving audio/DSP subsystems unavailable on affected Intel SoundWire platforms."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:44:50.041Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a454f61747c97e2eadaa7a35ffc1f4b1645c6a53"
        },
        {
          "url": "https://git.kernel.org/stable/c/e483a406a23a92d5202e8d324f206e127eef48ff"
        },
        {
          "url": "https://git.kernel.org/stable/c/f772ff5a0e6758fd412803c09e03ba3bca5f5878"
        }
      ],
      "title": "soundwire: fix bug in sdw_add_element_group_count found by syzkaller",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72488",
    "datePublished": "2026-08-15T05:57:24.146Z",
    "dateReserved": "2026-08-09T03:40:39.936Z",
    "dateUpdated": "2026-08-17T05:44:50.041Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72488",
      "date": "2026-09-04",
      "epss": "0.00162",
      "percentile": "0.05636"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-23T15:04:15.000Z",
      "cve": "CVE-2026-72488",
      "id": "msrc_CVE-2026-72488",
      "initial_release_date": "2026-08-23T15:04:15.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "soundwire: fix bug in sdw_add_element_group_count found by syzkaller",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-72488.json",
      "version": "1"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72488\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:23.087\",\"lastModified\":\"2026-08-17T06:19:17.037\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsoundwire: fix bug in sdw_add_element_group_count found by syzkaller\\n\\nThe original implementation caused an out-of-bounds memory access\\nin the sdw_add_element_group_count for-loop when i == num.\\n\\nfor (i = 0; i \u003c= num; i++) {\\n    if (rate == group-\u003erates[i] \u0026\u0026 lane == group-\u003elanes[i])\\n        ...\\n\\nTo fix this error, the function now checks for existing rate/lane\\nentries in the group(a function parameter) using a for-loop before\\nadding them.\\n\\nNo functional changes apart from this fix.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/soundwire/generic_bandwidth_allocation.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9026118f20e28f202dab34f219bbb831ffb8c4dc\",\"lessThan\":\"a454f61747c97e2eadaa7a35ffc1f4b1645c6a53\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9026118f20e28f202dab34f219bbb831ffb8c4dc\",\"lessThan\":\"e483a406a23a92d5202e8d324f206e127eef48ff\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9026118f20e28f202dab34f219bbb831ffb8c4dc\",\"lessThan\":\"f772ff5a0e6758fd412803c09e03ba3bca5f5878\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/soundwire/generic_bandwidth_allocation.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.10\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.10\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/a454f61747c97e2eadaa7a35ffc1f4b1645c6a53\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e483a406a23a92d5202e8d324f206e127eef48ff\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f772ff5a0e6758fd412803c09e03ba3bca5f5878\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-01T10:36:48+00:00",
      "cve": "CVE-2026-72488",
      "id": "CVE-2026-72488",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "232",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: soundwire: fix bug in sdw_add_element_group_count found by syzkaller",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72488.json",
      "version": "3"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…