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.
Published: 2026-09-08
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the jackson‑coreutils JSON Pointer parser allows an attacker to trigger excessive resource allocation when calling the TreePointer.tokensFromInput method. The vulnerability can be triggered remotely and results in the library allocating large volumes of memory or processing time. Based on the description, it is inferred that this excessive allocation could cause application slowdown or crash, potentially disrupting service availability. The weakness is a classic uncontrolled resource consumption issue, reflected in the CWE-400 category, and involves out‑of‑bounds resource allocation, reflected in CWE-770.

Affected Systems

The affected product is java‑json‑tools’ jackson‑coreutils, specifically version 2.0. This version is identified as vulnerable; no other versions are listed as affected.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity level. EPSS data is not available. The exploit is publicly released and can be executed remotely; based on the public release and remote execution, it is inferred that attackers may attempt to exploit it. The vulnerability is not listed in the CISA KEV catalog, suggesting it has not yet been widely detected in the wild. Based on the remote nature and available exploit, the risk is elevated particularly in environments where the library is exposed to untrusted input. Organizations running this version should treat the flaw as a significant risk to service availability.

Generated by OpenCVE AI on September 8, 2026 at 03:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your installation of jackson‑coreutils to the latest patched release, if one is available.
  • If an upgrade is not possible, implement a runtime check that limits the number of tokens or the depth of any JSON Pointer input before passing it to the parser to prevent excessive resource use.
  • Restrict the memory and CPU resources allocated to the application or run the JSON parsing component in a container with strict quotas so that even if an attacker triggers the flaw the overall system remains protected from a denial of service.

Generated by OpenCVE AI on September 8, 2026 at 03:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 02:45:00 +0000

Type Values Removed Values Added
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.
Title java-json-tools jackson-coreutils JSON Pointer parser TreePointer.java TreePointer.tokensFromInput allocation of resources
First Time appeared Java-json-tools
Java-json-tools jackson-coreutils
Weaknesses CWE-400
CWE-770
CPEs cpe:2.3:a:java-json-tools:jackson-coreutils:*:*:*:*:*:*:*:*
Vendors & Products Java-json-tools
Java-json-tools jackson-coreutils
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Java-json-tools Jackson-coreutils
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-08T02:30:12.110Z

Reserved: 2026-09-07T19:06:40.252Z

Link: CVE-2026-86513

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-08T03:17:19.613

Modified: 2026-09-08T03:17:19.613

Link: CVE-2026-86513

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T03:30:17Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling