JLSEC-2026-570

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-570.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-570.json
JSON Data
https://api.test.osv.dev/v1/vulns/JLSEC-2026-570
Upstream
Published
2026-06-05T15:18:28Z
Modified
2026-07-25T18:25:14Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/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 below, a crafted 792-byte HEIF sequence file with samples_per_chunk=0 in the stsc box causes an unsigned integer underflow in the Chunk constructor (m_last_sample = 0 + 0 - 1 = UINT32_MAX), mapping all samples to an empty chunk and resulting in a denial of service. When any sample is accessed, the library reads from index 0 of an empty std::vector, causing a guaranteed SEGV (null-page read). The file parses successfully without producing an error; the crash occurs on the first frame access. This issue has been fixed in version 1.22.0.

Database specific
{
    "license":  "CC-BY-4.0",
    "sources":  [
        {
            "database_specific":  {
                "status":  "Analyzed"
            },
            "html_url":  "https://nvd.nist.gov/vuln/detail/CVE-2026-32738",
            "id":  "CVE-2026-32738",
            "imported":  "2026-07-17T22:09:46.801Z",
            "modified":  "2026-06-17T10:36:18.047Z",
            "published":  "2026-05-19T19:16:48.823Z",
            "url":  "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-32738"
        },
        {
            "html_url":  "https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-30972",
            "id":  "EUVD-2026-30972",
            "imported":  "2026-07-17T22:09:47.056Z",
            "modified":  "2026-05-19T19:38:59Z",
            "published":  "2026-05-19T19:03:48Z",
            "url":  "https://euvdservices.enisa.europa.eu/api/enisaid?id=EUVD-2026-30972"
        }
    ]
}
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
0 Unknown 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-570.json"