In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Check PCM and DAI name strings before use Topology objects store several PCM and DAI names in fixed-size UAPI arr…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Check PCM and DAI name strings before use Topology objects store several PCM and DAI names in fixed-size UAPI arrays. Other topology parser paths validate these fields with bounded strnlen() checks before using them as C strings, but the PCM and DAI paths still pass some fixed-size arrays directly to strlen(), devm_kstrdup(), DAI lookup, and diagnostic prints. A malformed topology blob with a non-NUL-terminat…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/473f7d25d93e80db526a9d05887f0071abdc6d9b
- https://git.kernel.org/stable/c/5c2537cf24d673956b4e58029001667f89586fa2
- https://git.kernel.org/stable/c/b7e44d1986d6671342c19b82192189ca5db5dab7
- https://git.kernel.org/stable/c/ba37b62ed0a443b8e23f53a7477e7f2537fd34c7
Timeline
- nvd_ingest NVD