Bug 2519703 (CVE-2026-52834) - CVE-2026-52834 jxl-grid: jxl-grid: Arbitrary code execution via integer overflow
Summary: CVE-2026-52834 jxl-grid: jxl-grid: Arbitrary code execution via integer overflow
Keywords:
Status: NEW
Alias: CVE-2026-52834
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2521934 2521936 2521938 2521940 2521942 2521944 2521946
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-19 15:14 UTC by OSIDB Bzimport
Modified: 2026-08-24 14:06 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-19 15:14:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.