CVE-2026-59162: Excelize Missing Slice Lower Bound Checkcve-2026-59162-excelize-missing-slice-lower-bound-check
A boundary check only validates the upper bound of a slice but fails to check for negative indices. If the index can be user-controlled, this can lead to an out-of-bounds panic. Ensure you also check that the index is >= 0.