From dc19ddb34fb491376be1bd1990f1e591a393b5d4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:48:21 +0000 Subject: [PATCH] Publish GHSA-493p-pfq6-5258 --- .../2023/03/GHSA-493p-pfq6-5258/GHSA-493p-pfq6-5258.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2023/03/GHSA-493p-pfq6-5258/GHSA-493p-pfq6-5258.json b/advisories/github-reviewed/2023/03/GHSA-493p-pfq6-5258/GHSA-493p-pfq6-5258.json index 30aea62f4d3..54449f9dc9b 100644 --- a/advisories/github-reviewed/2023/03/GHSA-493p-pfq6-5258/GHSA-493p-pfq6-5258.json +++ b/advisories/github-reviewed/2023/03/GHSA-493p-pfq6-5258/GHSA-493p-pfq6-5258.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-493p-pfq6-5258", - "modified": "2024-06-24T16:07:04Z", + "modified": "2025-02-06T17:46:31Z", "published": "2023-03-23T20:32:03Z", "aliases": [ "CVE-2023-1370" ], - "summary": "json-smart Uncontrolled Recursion vulnerabilty", + "summary": "json-smart Uncontrolled Recursion vulnerability", "details": "### Impact\nAffected versions of [net.minidev:json-smart](https://github.com/netplex/json-smart-v1) are vulnerable to Denial of Service (DoS) due to a StackOverflowError when parsing a deeply nested JSON array or object.\n\nWhen reaching a ‘[‘ or ‘{‘ character in the JSON input, the code parses an array or an object respectively. It was discovered that the 3PP does not have any limit to the nesting of such arrays or objects. Since the parsing of nested arrays and objects is done recursively, nesting too many of them can cause stack exhaustion (stack overflow) and crash the software.\n\n### Patches\nThis vulnerability was fixed in json-smart version 2.4.9, but the maintainer recommends upgrading to 2.4.10, due to a remaining bug.\n\n### Workarounds\nN/A\n\n### References\n- https://www.cve.org/CVERecord?id=CVE-2023-1370\n- https://nvd.nist.gov/vuln/detail/CVE-2023-1370\n- https://security.snyk.io/vuln/SNYK-JAVA-NETMINIDEV-3369748", "severity": [ {