| 概要 | 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. |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:13 |
| 最終更新日 | 2026年5月27日23:48 |