CVE-2026-9563 Details
Description
In Eclipse Parsson published Maven Central artifacts before version 1.1.8, the JSON parser did not enforce a default maximum on the number of characters consumed while parsing a single JSON document. Applications that parse attacker- controlled JSON can be forced to consume excessive CPU and memory by processing very large documents, including large arrays, objects, strings, numbers, whitespace, or nested structures, resulting in a denial of service. Eclipse Parsson 1.1.8 introduces a configurable maximum parsing limit with a default limit of 15 million parser-consumed characters.
A denial-of-service vulnerability has been identified in Eclipse Parsson versions prior to 1.1.8. The issue arises because the JSON parser does not impose a default maximum on the number of characters processed from a single JSON document. This lack of restriction allows applications to be manipulated into consuming excessive CPU and memory by parsing large JSON documents, including extensive arrays, objects, strings, numbers, whitespace, or nested structures. As a result, the application can experience an out-of-memory error, leading to a denial-of-service condition. This vulnerability is particularly concerning for applications that parse attacker-controlled JSON, especially those with public endpoints that accept 'application/json' content.
Users can upgrade to Eclipse Parsson version 1.1.8 or later, where this vulnerability has been addressed by introducing a configurable maximum parsing limit. The default limit in this version allows for 15 million characters to be parsed, which is sufficient for most use cases.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 2, 2026CISA-ADP
Assessed Jul 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444 | CISA-ADP | Issue TrackingTechnical DescriptionVendor |
| https://github.com/eclipse-ee4j/parsson/commit/134e8d101aa74c8b9302d0cb62f6ccb4912a9d0c | [email protected] | Source CodeVendor |
| https://github.com/eclipse-ee4j/parsson/pull/169 | [email protected] | Issue TrackingVendor |
| https://github.com/eclipse-ee4j/parsson/tree/1.1.8 | [email protected] | Source CodeVendor |
| https://gitlab.eclipse.org/security/vulnerability-reports/-/work_items/444 | [email protected] | Issue TrackingTechnical DescriptionVendor |
| https://repo.maven.apache.org/maven2/org/eclipse/parsson/parsson/1.1.8/ | [email protected] | Product |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Eclipse Parsson | < 1.1.8 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 2, 2026 | CVE Modified | CISA-ADP |
| Jul 2, 2026 | New CVE Received | [email protected] |
Volerion