Описание
Security update for harfbuzz
This update for harfbuzz fixes the following issues:
- CVE-2026-22693: Fixed a NULL pointer dereference in SubtableUnicodesCache::create (bsc#1256459).
Список пакетов
Container suse/kiosk/pulseaudio:latest
Image SLES15-SP7-SAP-BYOS-EC2
SUSE Linux Enterprise Module for Basesystem 15 SP7
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2026:0287-1
- E-Mail link for SUSE-SU-2026:0287-1
- SUSE Security Ratings
- SUSE Bug 1256459
- SUSE CVE CVE-2026-22693 page
Описание
HarfBuzz is a text shaping engine. Prior to version 12.3.0, a null pointer dereference vulnerability exists in the SubtableUnicodesCache::create function located in src/hb-ot-cmap-table.hh. The function fails to check if hb_malloc returns NULL before using placement new to construct an object at the returned pointer address. When hb_malloc fails to allocate memory (which can occur in low-memory conditions or when using custom allocators that simulate allocation failures), it returns NULL. The code then attempts to call the constructor on this null pointer using placement new syntax, resulting in undefined behavior and a Segmentation Fault. This issue has been patched in version 12.3.0.
Затронутые продукты
Ссылки
- CVE-2026-22693
- SUSE Bug 1256459