CVE-2026-74332
8.4
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
ASoC: amd: acp-sdw-sof: Bound DAI link iteration
create_sdw_dailinks() walks sof_dais until it finds an entry with initialised cleared, but sof_dais is allocated with exactly num_ends entries. If all entries are initialised, the loop reads past the end of the array.
Pass the allocated entry count to create_sdw_dailinks() and stop before reading past the array.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 6d8348ddc56ed43ba39d1e8adda13299201f32ed < 0a5ff4000dd7a390139dd7823fef1de4963e490a | affected |
| Linux | Linux | 6d8348ddc56ed43ba39d1e8adda13299201f32ed < 9e82497138abea7d5c6e65015663d907fbcbf6b4 | affected |
| Linux | Linux | 6d8348ddc56ed43ba39d1e8adda13299201f32ed < 86a64c049873fe4d4a6a378e27a333ab5631c4b2 | affected |
| Linux | Linux | 6d8348ddc56ed43ba39d1e8adda13299201f32ed < 4d992e63f52d58f52b724606c60ae7b37a1c582f | affected |
| Linux | Linux | 6.12 | affected |
| Linux | Linux | 0 < 6.12 | unaffected |
| Linux | Linux | 6.12.97 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/0a5ff4000dd7a390139dd7823fef1de4963e490a
- https://git.kernel.org/stable/c/9e82497138abea7d5c6e65015663d907fbcbf6b4
- https://git.kernel.org/stable/c/86a64c049873fe4d4a6a378e27a333ab5631c4b2
- https://git.kernel.org/stable/c/4d992e63f52d58f52b724606c60ae7b37a1c582f
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.