JLSEC-2026-1100

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-1100.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-1100.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-1100
Upstream
  • EUVD-2026-46434
Published
2026-08-03T13:28:07.759Z
Modified
2026-08-03T13:30:04.072381125Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H CVSS Calculator
Summary
[none]
Details

libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, the inline mask parsing code in libheif/region.cc contains an integer overflow. Both width and height are unsigned int (32-bit) values parsed from the HEIF file. Their product can exceed UINT32_MAX, wrapping to a small value before the division by 8. This causes an undersized buffer allocation, leading to out-of-bounds memory access when the mask data is later interpreted as a width x height bitmap. Version 1.22.0 patches the issue.

Database specific
{
    "sources": [
        {
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47714",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-47714",
            "modified": "2026-07-30T15:07:07.980Z",
            "id": "CVE-2026-47714",
            "published": "2026-07-21T21:16:51.617Z",
            "imported": "2026-08-03T06:12:12.896Z",
            "database_specific": {
                "status": "Analyzed"
            }
        },
        {
            "html_url": "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-46434",
            "published": "2026-07-21T21:04:06Z",
            "id": "EUVD-2026-46434",
            "modified": "2026-07-22T13:37:10Z",
            "imported": "2026-08-03T06:12:13.008Z",
            "url": "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-46434"
        }
    ],
    "license": "CC-BY-4.0"
}
References

Affected packages

Julia / libheif_jll

Package

Name
libheif_jll
Purl
pkg:julia/libheif_jll?uuid=a13778fd-9a17-58b4-b5a0-4b4a242815a9

Affected ranges

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

Database specific

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