libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decoder_context::process_reference_picture_set() (libde265/decctx.cc:1376). The root cause is a missing aggregate bound check on predicted short-term reference picture set entries. Individual list sizes are validated, but the combined count after predicted RPS construction can exceed the 16-entry PocStFoll array, writing at index 16. Version 1.0.20 patches the issue.
{
"license": "CC-BY-4.0",
"sources": [
{
"id": "CVE-2026-49295",
"published": "2026-06-19T21:17:01.590Z",
"modified": "2026-06-26T19:17:19.260Z",
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-49295",
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49295",
"imported": "2026-07-24T13:48:05.437Z",
"database_specific": {
"status": "Analyzed"
}
},
{
"id": "EUVD-2026-38079",
"published": "2026-06-19T20:09:22Z",
"modified": "2026-06-22T17:18:46Z",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-38079",
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-38079",
"imported": "2026-07-24T13:48:06.733Z"
}
]
}