JLSEC-2026-790

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-790.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-790.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-790
Upstream
  • EUVD-2026-38080
Published
2026-07-25T03:23:36.599Z
Modified
2026-07-25T03:30:03.612065063Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H CVSS Calculator
Summary
A malicious h.265 bitstream can cause integer overflow and out of bounds writes in libde265
Details

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.

Database specific
{
    "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"
}
References

Affected packages

Julia / libde265_jll

Package

Name
libde265_jll
Purl
pkg:julia/libde265_jll?uuid=0a7f2b4d-d03c-5694-960e-196e69ee64e2

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.0+0

Database specific

source
"https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-790.json"