CVE-2026-49294: Padding Overread In Buffer Splitcve-2026-49294-padding-overread-in-buffer-split
Calculating the width of the last element in a buffer by subtracting its offset from the total buffer size may cause out-of-bounds reads or information disclosure if the buffer includes trailing alignment padding. Verify if the size should be calculated directly based on the element's parsed structure rather than buffer bounds.