Description
A vulnerability was found in java-json-tools jackson-coreutils 2.0. Affected by this issue is the function JsonLoader.fromURL of the file src/main/java/com/github/fge/jackson/JsonLoader.java of the component URL Validation. The manipulation results in server-side request forgery. It is possible to launch the attack remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the JsonLoader.fromURL method of the jackson-coreutils library. A crafted URL can cause the method to perform an arbitrary outbound request, allowing a remote attacker to force the server to access external or internal resources. This leads to server‑side request forgery, potentially exposing sensitive data or enabling further attacks.

Affected Systems

The affected product is java‑json‑tools’ jackson‑coreutils, version 2.0. The issue is tied to the URL Validation component within that library. No other versions are documented as vulnerable, and the project has not yet released a fix, so users with 2.0 or any unpatched higher versions may be at risk.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the exploit is publicly available, though no EPSS data is reported. The library is not listed in CISA’s KEV catalog. The likely exploitation path involves sending a malicious URL to an application that uses JsonLoader.fromURL, causing the server to resolve and fetch the URL and potentially reach internal services that should not be exposed. The lack of a patch increases the importance of monitoring for this vector.

Generated by OpenCVE AI on September 7, 2026 at 16:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade jackson-coreutils to a version in which JsonLoader.fromURL has been secured or removed. If no fix exists, eliminate or isolate the use of JsonLoader.fromURL within the application.
  • Implement input validation or a strict whitelisting policy to restrict acceptable URLs for JsonLoader.fromURL, rejecting disallowed protocols or hosts.
  • Configure outbound network controls, such as firewall rules or container network policies, to block or limit the server’s ability to connect to internal or untrusted hosts.

Generated by OpenCVE AI on September 7, 2026 at 16:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in java-json-tools jackson-coreutils 2.0. Affected by this issue is the function JsonLoader.fromURL of the file src/main/java/com/github/fge/jackson/JsonLoader.java of the component URL Validation. The manipulation results in server-side request forgery. It is possible to launch the attack remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Title java-json-tools jackson-coreutils URL Validation JsonLoader.java JsonLoader.fromURL server-side request forgery
First Time appeared Java-json-tools
Java-json-tools jackson-coreutils
Weaknesses CWE-918
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-07T15:00:11.032Z

Reserved: 2026-09-07T05:45:39.710Z

Link: CVE-2026-86321

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T16:17:30.547

Modified: 2026-09-07T16:17:30.547

Link: CVE-2026-86321

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T17:00:11Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)