JLSEC-2026-498

Source
https://github.com/JuliaLang/SecurityAdvisories.jl/blob/main/advisories/published/2026/JLSEC-2026-498.md
Import Source
https://github.com/JuliaLang/SecurityAdvisories.jl/tree/generated/osv/2026/JLSEC-2026-498.json
JSON Data
https://api.osv.dev/v1/vulns/JLSEC-2026-498
Upstream
  • CVE-2026-34757
Published
2026-05-14T11:59:52.457Z
Modified
2026-05-14T12:15:05.629877Z
Summary
[none]
Details

LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. From 1.0.9 to before 1.6.57, passing a pointer obtained from pnggetPLTE, pnggettRNS, or pnggethIST back into the corresponding setter on the same pngstruct/pnginfo pair causes the setter to read from freed memory and copy its contents into the replacement buffer. The setter frees the internal buffer before copying from the caller-supplied pointer, which now dangles. The freed region may contain stale data (producing silently corrupted chunk metadata) or data from subsequent heap allocations (leaking unrelated heap contents into the chunk struct). This vulnerability is fixed in 1.6.57.

Database specific
{
    "license": "CC-BY-4.0",
    "sources": [
        {
            "published": "2026-04-09T15:16:11.003Z",
            "modified": "2026-05-13T23:07:51.863Z",
            "url": "https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2026-34757",
            "imported": "2026-05-14T09:09:57.239Z",
            "html_url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34757",
            "database_specific": {
                "status": "Analyzed"
            },
            "id": "CVE-2026-34757"
        }
    ]
}
References

Affected packages

Julia / libpng_jll

Package

Name
libpng_jll
Purl
pkg:julia/libpng_jll?uuid=b53b4c65-9356-5827-b1ea-8c7a1a84506f

Affected ranges

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

Database specific

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