| Summary | In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_params_show(), the snor_f_names array is passed to Since snor_f_names is an array of pointers, sizeof() returns the total Inside spi_nor_print_flags(), the 'names_len' argument is used to Correct this by using ARRAY_SIZE() to pass the actual number of |
|---|---|
| Publication Date | May 28, 2026, 7:16 p.m. |
| Registration Date | May 29, 2026, 4:13 a.m. |
| Last Update | May 28, 2026, 10:44 p.m. |