CVE-2026-86319 Details
Description
A vulnerability has been found in java-json-tools json-patch up to 1.13. Affected by this vulnerability is the function JsonPatch.apply of the file src/main/java/com/github/fge/jsonpatch/JsonPatch.java of the component Patch Operation Handler. The manipulation leads to resource consumption. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. 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 java-json-tools json-patch versions prior to 1.13. The issue arises in the JsonPatch.apply function, where an unbounded number of patch operations can be processed. This lack of limitation allows for excessive resource consumption, as each operation requires a deep copy of the JSON document. The vulnerability can be exploited remotely, and has been disclosed publicly.
To address this vulnerability, it is recommended to implement a configurable maximum operation count for JSON Patch documents, add an operation timeout for long-running patches, and consider using structural sharing techniques to reduce memory consumption.
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 7, 2026CISA-ADP
Assessed Sep 9, 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/json-patch/ | [email protected] | ProductSource CodeVendor |
| https://github.com/java-json-tools/json-patch/issues/167 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
| https://vuldb.com/cve/CVE-2026-86319 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/908321 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399510 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399510/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-400 | Uncontrolled Resource Consumption | [email protected] |
| CWE-404 | Improper Resource Shutdown or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| java-json-tools json-patch | <= 1.13 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 9, 2026 | CVE Modified | CISA-ADP |
| Sep 7, 2026 | New CVE Received | [email protected] |
Volerion