In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For _sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolsw_sx() needs to just check against the maximum value.