Out-of-bounds read in HarfBuzz - #VU144328
Published: August 19, 2026
Vulnerability details
The vulnerability allows a local user to disclose sensitive information and cause a denial of service.
The vulnerability exists due to out-of-bounds read in hb_buffer_add_utf() when processing caller-supplied text buffers with an item_offset greater than text_length and an explicit item_length of 0. A local user can supply crafted item_offset and item_length values to disclose sensitive information and cause a denial of service.
The issue occurs during the pre-context collection phase and affects the public APIs hb_buffer_add_utf8(), hb_buffer_add_utf16(), hb_buffer_add_utf32(), and hb_buffer_add_latin1().