{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-74333",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-15T05:44:03.885Z",
        "datePublished": "2026-08-15T05:58:25.781Z",
        "dateUpdated": "2026-08-17T05:46:00.787Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-17T05:46:00.787Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: amd: acp-sdw-legacy: Bound DAI link iteration\n\ncreate_sdw_dailinks() walks soc_dais until it finds an entry with\ninitialised cleared, but soc_dais is allocated with exactly num_ends\nentries. If all entries are initialised, the loop reads past the end of\nthe array.\n\nThis was reported by KASAN:\n\n  BUG: KASAN: slab-out-of-bounds in mc_probe+0x26b3/0x2774 [snd_acp_sdw_legacy_mach]\n  Read of size 1\n\nPass the allocated entry count to create_sdw_dailinks() and stop before\nreading past the array."
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "version": "3.1",
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                        "baseScore": 8.4,
                        "baseSeverity": "HIGH"
                    },
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "AV:L - The flaw is only reachable during local AMD ACP PCI/platform driver probe (snd_acp63_probe -> acp63_machine_register -> mc_probe); there is no network, Bluetooth, or userspace syscall/ioctl path to create_sdw_dailinks().\nAC:L - On affected AMD SoundWire legacy laptops, when every soc_dais slot is marked initialised the OOB read is deterministic at each boot/probe; KASAN already hit this in mc_probe on real hardware, so no attacker-controlled race or rare timing is required.\nPR:N - Exploitation needs no credentials: mc_probe runs automatically during pre-login kernel initialization when ACPI/PCI matches an amd_sdw machine table on built-in SoundWire hardware, before any authenticated user session exists.\nUI:N - No victim interaction is required beyond normal system boot on vulnerable AMD SoundWire hardware; the bug triggers during driver initialization, not from opening audio devices or mounting filesystems.\nS:U - Impact is confined to kernel heap corruption and crash/privilege escalation within the host kernel; this is not a VM escape, IOMMU bypass, or cross-security-authority boundary.\nC:H - The bug is a slab out-of-bounds read (KASAN: read of size 1) past the soc_dais array, which can disclose adjacent kernel heap objects and satisfies the guidance to rate out-of-bounds reads as High.\nI:H - After the OOB initialised check, the loop can treat adjacent slab memory as a valid asoc_sdw_dailink and call create_sdw_dailink(), corrupting list heads and allocation sizes and enabling further heap corruption or control-flow hijack.\nA:H - KASAN reported slab-out-of-bounds in mc_probe during audio card registration; continued iteration over corrupt structures can kernel oops/panic at boot, denying availability to all users on the machine."
                        }
                    ]
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "sound/soc/amd/acp/acp-sdw-legacy-mach.c"
                    ],
                    "versions": [
                        {
                            "version": "2981d9b0789c44b7375e7d599caf71bd843afc9e",
                            "lessThan": "1279bdab5fa1f28c168e54215db506e87c6fac1e",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "2981d9b0789c44b7375e7d599caf71bd843afc9e",
                            "lessThan": "0230471eef5902207516851dcd47c559571dded2",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "2981d9b0789c44b7375e7d599caf71bd843afc9e",
                            "lessThan": "d49ecdf327cc91062d2f80996a163cf65fda1e60",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "sound/soc/amd/acp/acp-sdw-legacy-mach.c"
                    ],
                    "versions": [
                        {
                            "version": "6.13",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "6.13",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.40",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.5",
                            "lessThanOrEqual": "7.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.2",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.13",
                                    "versionEndExcluding": "6.18.40"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.13",
                                    "versionEndExcluding": "7.1.5"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "6.13",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/1279bdab5fa1f28c168e54215db506e87c6fac1e"
                },
                {
                    "url": "https://git.kernel.org/stable/c/0230471eef5902207516851dcd47c559571dded2"
                },
                {
                    "url": "https://git.kernel.org/stable/c/d49ecdf327cc91062d2f80996a163cf65fda1e60"
                }
            ],
            "title": "ASoC: amd: acp-sdw-legacy: Bound DAI link iteration",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}