libde265 is an open source implementation of the h.265 video codec. Prior to version 1.1.0, a crafted H.265 bitstream with large SPS dimensions and 16-bit bit depth causes a signed integer overflow in de265_image_get_buffer() (libde265/image.cc:128). The overflow wraps the plane allocation size to a small value (~1 KB), but the subsequent fill_image() call computes the real size using size_t, writing ~4 GB into the undersized heap buffer. Version 1.1.0 patches the issue.
{
"sources": [
{
"url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-49346",
"html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-49346",
"imported": "2026-07-24T13:48:05.456Z",
"published": "2026-06-19T21:17:01.847Z",
"id": "CVE-2026-49346",
"database_specific": {
"status": "Analyzed"
},
"modified": "2026-06-26T19:17:38.463Z"
},
{
"html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-38080",
"modified": "2026-06-22T14:05:14Z",
"imported": "2026-07-24T13:48:06.733Z",
"published": "2026-06-19T20:12:14Z",
"id": "EUVD-2026-38080",
"url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-38080"
}
],
"license": "CC-BY-4.0"
}