CVE-2026-52834

HIGHPre-NVD 7.37.3
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 97% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
7.3EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.3Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.3
EG Score
7.3(medium)
EG Risk
33(Track)
EG Risk 33/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity73% × 45%
Exploitation0% × 40%
Automatability0% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

July 2, 2026

Last Modified

August 19, 2026

Advisory Details (4)

Auto-updated Aug 19, 2026
🔬 Proof of concept available. Patch available. Sources: github, github_commit, github_release.
generic

RUSTSEC-2026-0151: jxl-grid: Out-of-bounds writes due to integer overflow in jxl-grid on 32-bit platforms › RustSec Advisory Database

https://rustsec.org/advisories/RUSTSEC-2026-0151.html
github_release Patch Available

jxl-oxide v0.12.6

Patch available: tirr-c/jxl-oxide 0.12.6

https://github.com/tirr-c/jxl-oxide/releases/tag/0.12.6
github_commit Patch Available

commit 3986dadd3926 (tirr-c/jxl-oxide)

Patch available: tirr-c/jxl-oxide 0.12.6 (contains commit 3986dadd3926)

https://github.com/tirr-c/jxl-oxide/commit/3986dadd3926a95656a642e74a0702d52f5c92e2
github Patch Available🟡 PoC Available

Out-of-bounds writes due to integer overflow in jxl-grid on 32-bit platforms · Advisory · tirr-c/jxl-oxide · GitHub

https://github.com/tirr-c/jxl-oxide/security/advisories/GHSA-5pmv-rx8r-wmv5

Vendor Advisories for CVE-2026-52834(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
crates.io(1)
PackageVulnerable rangeFixed inDependents
jxl-grid0.6.2

Weakness Classification(3)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 11× in last 7d / 12× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-25 13:49 UTCEPSS rescore
  2. 2026-08-25 01:07 UTCEG score recompute
  3. 2026-08-24 12:38 UTCEG score recompute
  4. 2026-08-23 11:00 UTCEG score recompute
  5. 2026-08-23 00:19 UTCEPSS rescore
  6. 2026-08-22 10:00 UTCEG score recompute
  7. 2026-08-21 23:49 UTCEPSS rescore
  8. 2026-08-21 09:01 UTCEG score recompute
  9. 2026-08-20 22:55 UTCEPSS rescore
  10. 2026-08-19 19:21 UTCEG score recompute
  11. 2026-08-19 18:23 UTCEG score recompute
  12. 2026-07-30 22:01 UTCEG score recompute
  13. 2026-07-26 13:02 UTCEG score recompute
  14. 2026-07-23 03:19 UTCEG score recompute
  15. 2026-07-02 21:06 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-52834?
CVE-2026-52834 is a high vulnerability published on July 2, 2026. 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::withalloctracker and related grid and subgrid arithmetic. A 65536 x 65536 frame can pass the frame-area limit…
When was CVE-2026-52834 disclosed?
CVE-2026-52834 was first published in the National Vulnerability Database on July 2, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52834 actively exploited?
CVE-2026-52834 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.1% of all scored CVEs.
What is the CVSS score of CVE-2026-52834?
CVE-2026-52834 has a CVSS v3 base score of 7.3 (NVD).
How do I remediate CVE-2026-52834?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52834, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-52834

Explore →

Is Your Infrastructure Affected by CVE-2026-52834?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.