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 ctbinfo.log2unitSize after an SPS change where PicWidthInCtbsY and PicHeightInCtbsY stay constant but Log2CtbSizeY changes, causing setSliceHeaderIndex 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.
{
"license": "CC-BY-4.0",
"sources": [
{
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33165",
"id": "CVE-2026-33165",
"modified": "2026-03-23T20:09:04.893Z",
"imported": "2026-04-20T18:42:57.974Z",
"database_specific": {
"status": "Analyzed"
},
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-33165",
"published": "2026-03-20T21:17:16.453Z"
},
{
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-13812",
"id": "EUVD-2026-13812",
"modified": "2026-03-24T18:48:34Z",
"imported": "2026-04-20T18:42:59.328Z",
"published": "2026-03-20T20:32:36Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-13812"
}
]
}