| Summary | In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names() snd_ctl_elem_init_enum_names() advances pointer p through the names While strnlen(p, 0) returns 0 and would hit the existing name_len == 0 Add a buf_len == 0 guard at the loop entry to prevent calling fortified Found by kernel fuzz testing through Xiaomi Smartphone. |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |