Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

ubuntu логотип

CVE-2026-45383

Опубликовано: 21 июл. 2026
Источник: ubuntu
Приоритет: medium

Описание

libde265 is an open source implementation of the h.265 video codec. Versions prior to 1.0.19 have a heap buffer overflow (out-of-bounds READ) exists in decoder_context::decode_slice_unit_WPP() in libde265/decctx.cc. When decoding a WPP (Wavefront Parallel Processing) HEVC slice, ctbAddrRS is computed as ctbRow * ctbsWidth inside the entry-point loop. If the PPS/SPS headers are crafted so that this value exceeds pps.CtbAddrRStoTS.size(), the subsequent array access pps.CtbAddrRStoTS[ctbAddrRS] reads past the end of the allocated vector, triggering a heap-buffer-overflow confirmed by AddressSanitizer. Version 1.0.19 patches the issue.

РелизСтатусПримечание
devel

needs-triage

esm-apps-legacy/xenial

released

1.0.2-2ubuntu0.16.04.1~esm6
esm-apps/bionic

released

1.0.2-2ubuntu0.18.04.1~esm6
esm-apps/focal

released

1.0.4-1ubuntu0.4+esm2
esm-apps/jammy

released

1.0.8-1ubuntu0.3+esm2
esm-apps/resolute

released

1.0.16-1ubuntu0.1~esm1
jammy

needed

noble

released

1.0.15-1ubuntu0.1
questing

ignored

end of life, was needs-triage
resolute

needed

Показывать по

Связанные уязвимости

nvd
23 дня назад

libde265 is an open source implementation of the h.265 video codec. Versions prior to 1.0.19 have a heap buffer overflow (out-of-bounds READ) exists in `decoder_context::decode_slice_unit_WPP()` in `libde265/decctx.cc`. When decoding a WPP (Wavefront Parallel Processing) HEVC slice, `ctbAddrRS` is computed as `ctbRow * ctbsWidth` inside the entry-point loop. If the PPS/SPS headers are crafted so that this value exceeds `pps.CtbAddrRStoTS.size()`, the subsequent array access `pps.CtbAddrRStoTS[ctbAddrRS]` reads past the end of the allocated vector, triggering a heap-buffer-overflow confirmed by AddressSanitizer. Version 1.0.19 patches the issue.

debian
23 дня назад

libde265 is an open source implementation of the h.265 video codec. Ve ...