Description
Improper handling of highly compressed data in the GZIP auto-decompression handler in Amazon ion-java before 1.12.0 might allow remote actors to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression.



To remediate this issue, users should upgrade to version 1.12.0 and configure withGzipDecompressionEnabled(false) and/or set an explicit withMaximumBufferSize() when parsing untrusted input.
Published: 2026-08-18
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Amazon ion-java contains an improper handling of highly compressed data in its GZIP auto‑decompression handler. A crafted compressed Ion document can expand to an arbitrarily large size when decompressed, exhausting memory and causing the application to become unresponsive or crash. This is a classic memory‑amplification denial of service vulnerability and is classified as CWE‑409. The impact is strictly on availability, with no direct effect on confidentiality or integrity.

Affected Systems

The affected product is Amazon Ion Java. All versions built before 1.12.0 are vulnerable. The official advisory points to release 1.12.0 as the first fix. No specific sub‑versions are listed, so any deployment of Amazon Ion Java older than 1.12.0 should be considered at risk.

Risk and Exploitability

The CVSS score of 8.7 places this issue in the high severity range. EPSS data is currently unavailable, but high CVSS and the nature of the bug suggest a non‑negligible exploitation probability in environments that automatically decompress GZIP data from untrusted sources. This vulnerability is not listed in the CISA KEV catalog. Exploitation requires that the target application accepts or downloads Ion documents and performs automatic GZIP decompression, which is common in many integration points.

Generated by OpenCVE AI on August 18, 2026 at 20:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Amazon ion-java to version 1.12.0 or newer.
  • Configure IonParser withGzipDecompressionEnabled(false) to disable the automatic GZIP decompression.
  • Set an explicit maximum buffer size using withMaximumBufferSize() to limit the amount of memory allocated during decompression.

Generated by OpenCVE AI on August 18, 2026 at 20:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Tue, 18 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Improper handling of highly compressed data in the GZIP auto-decompression handler in Amazon ion-java before 1.12.0 might allow remote actors to cause a denial of service via a crafted compressed Ion document that expands to an arbitrarily large size upon decompression. To remediate this issue, users should upgrade to version 1.12.0 and configure withGzipDecompressionEnabled(false) and/or set an explicit withMaximumBufferSize() when parsing untrusted input.
Title Memory-amplification denial of service via GZIP decompression bomb in Amazon ion-java
First Time appeared Amazon Ion
Amazon Ion amazon Ion Java
Weaknesses CWE-409
CPEs cpe:2.3:a:amazon_ion:amazon_ion_java:*:*:*:*:*:*:*:*
Vendors & Products Amazon Ion
Amazon Ion amazon Ion Java
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Amazon Ion Amazon Ion Java
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-08-19T13:07:38.525Z

Reserved: 2026-08-18T15:50:51.183Z

Link: CVE-2026-75936

cve-icon Vulnrichment

Updated: 2026-08-19T13:07:28.430Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-18T20:17:34.317

Modified: 2026-08-20T13:01:19.947

Link: CVE-2026-75936

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T22:30:04Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)