CVE-2026-52834

Source
https://cve.org/CVERecord?id=CVE-2026-52834
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-52834.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-52834
Aliases
Published
2026-08-19T14:55:32Z
Modified
2026-09-20T11:30:14Z
Severity
  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:H CVSS Calculator
Summary
jxl-oxide: Out-of-bounds writes due to integer overflow in jxl-grid on 32-bit platforms
Details

jxl-oxide is a pure Rust implementation of a JPEG XL decoder. Prior to jxl-grid 0.6.2, decoding a crafted JPEG XL image on a 32-bit platform can overflow length calculations in AlignedGrid::with_alloc_tracker and related grid and subgrid arithmetic. A 65536 x 65536 frame can pass the frame-area limit while overflowing the usize element count, causing modular, VarDCT, or filter rendering paths to allocate a backing buffer smaller than the logical grid. A tiny bitstream-controlled cropped frame combined with a huge canvas or requested region can also reach the vulnerable composition path in crates/jxl-render/src/blend.rs through ordinary render_frame(). Later mutable subgrid and raw-pointer operations can then perform attacker-controlled out-of-bounds writes, causing memory corruption, denial of service, or arbitrary code execution. This issue is fixed in jxl-grid version 0.6.2.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-122",
        "CWE-131",
        "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/52xxx/CVE-2026-52834.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "fixed": "0.6.2"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/tirr-c/jxl-oxide

Affected ranges

Type
GIT
Repo
https://github.com/tirr-c/jxl-oxide
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.12.6"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

0.*
0.1.0
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.12.5
0.2.0
0.3.0
0.4.0
0.5.1
0.6.0
0.7.0
0.8.0
0.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-52834.json"