Name
libde265
Version
1.0.5
Type
library
Description
-
Licenses
LGPL-3.0-only & MIT
PURL
-
CPE
cpe:2.3:*:struktur:libde265:1.0.5:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
error on out-of-range cpb_cnt_minus1 (oss-fuzz issue 27590)
Dirk Farin <dirk.farin@gmail.com>
CVE-2022-1253
2
check for valid integer command line parameters (#484)
Dirk Farin <dirk.farin@gmail.com>
CVE-2025-61147
Vulnerabilities#
Name
Analysis
Description
Exploitable
libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.17, a crafted HEVC bitstream causes an out-of-bounds heap write confirmed by AddressSanitizer. The trigger is a stale ctb_info.log2unitSize after an SPS change where PicWidthInCtbsY and PicHeightInCtbsY stay constant but Log2CtbSizeY changes, causing set_SliceHeaderIndex to index past the allocated image metadata array and write 2 bytes past the end of a heap allocation. This issue has been patched in version 1.0.17.
Exploitable
libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.17, a malformed H.265 PPS NAL unit causes a segmentation fault in pic_parameter_set::set_derived_values(). This issue has been patched in version 1.0.17.
Patched
strukturag libde265 commit d9fea9d wa discovered to contain a segmentation fault via the component decoder_context::compute_framedrop_table().
Patched
Heap-based Buffer Overflow in GitHub repository strukturag/libde265 prior to and including 1.0.8. The fix is established in commit 8e89fe0e175d2870c39486fdd09250b230ec10b8 but does not yet belong to an official release.