Security Advisory

CVE-2021-46926

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-27 09:43:56
Last updated 2025-12-18 11:35:31
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: harden detection of controller The existing code currently sets a pointer to an ACPI handle before checking that its actually a SoundWire controller. This can lead to issues where the graph walk continues and eventually fails, but the pointer was set already. This patch changes the logic so that the information provided to the caller is set when a controller is found.