CVE-2026-86513 Details
Description
A security flaw has been discovered in java-json-tools jackson-coreutils 2.0. This vulnerability affects the function TreePointer.tokensFromInput of the file src/main/java/com/github/fge/jackson/jsonpointer/TreePointer.java of the component JSON Pointer parser. The manipulation results in allocation of resources. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
A denial-of-service vulnerability has been identified in the Java-Json-Tools Jackson-Coreutils library, specifically in version 2.0. The issue arises in the JSON Pointer parser within the TreePointer.tokensFromInput function. This vulnerability can be exploited remotely and has been made public. It involves two resource exhaustion problems: quadratic CPU consumption and unbounded memory allocation. The CPU issue stems from the parser's use of iterative substring calls, which create inefficiencies that can be exploited. The memory problem occurs because parsed tokens are added to an ArrayList without any capacity limits, leading to potential OutOfMemoryErrors.
The vulnerability can be fixed by replacing the current substring-based token parsing approach with a more efficient index-based method that only copies individual segments. Additionally, implementing a maximum segment count limit can prevent unbounded memory growth.
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 Sep 8, 2026CISA-ADP
Assessed Sep 8, 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://github.com/java-json-tools/jackson-coreutils/issues/66 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/java-json-tools/jackson-coreutils/ | [email protected] | ProductSource CodeVendor |
| https://github.com/java-json-tools/jackson-coreutils/issues/66 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-86513 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/908445 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399667 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399667/cti | [email protected] | Content Wall |
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 |
|---|---|
| java-json-tools jackson-coreutils | 2.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 8, 2026 | New CVE Received | [email protected] |
Volerion