Update dependency net.minidev:json-smart to v2.4.9 [SECURITY]#16
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency net.minidev:json-smart to v2.4.9 [SECURITY]#16renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
Verox-,
awhodgson256 and
kudu-moj
and removed request for
a team
March 1, 2026 06:52
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
March 18, 2026 14:38
49ade9a to
72b07f0
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
March 31, 2026 18:50
72b07f0 to
cbe0a47
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
April 3, 2026 08:44
a48da8a to
6c78df2
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
April 9, 2026 14:03
a01197d to
35283bd
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
3 times, most recently
from
April 10, 2026 13:28
1332923 to
e4320fb
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
April 28, 2026 11:44
e4320fb to
bf054c1
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
from
May 2, 2026 09:15
bf054c1 to
943f06d
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
from
May 2, 2026 10:08
943f06d to
687d394
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
May 15, 2026 14:38
f1ed4e9 to
8498ed1
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
2 times, most recently
from
May 29, 2026 10:22
66aea18 to
2b4cf00
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
from
July 2, 2026 15:26
2b4cf00 to
fcedf62
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
from
July 2, 2026 17:26
fcedf62 to
9e37779
Compare
renovate
Bot
force-pushed
the
renovate/json-smart.version
branch
from
July 15, 2026 13:20
9e37779 to
704cff0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.8→2.4.9Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
json-smart Uncontrolled Recursion vulnerability
CVE-2023-1370 / GHSA-493p-pfq6-5258
More information
Details
Impact
Affected versions of net.minidev:json-smart are vulnerable to Denial of Service (DoS) due to a StackOverflowError when parsing a deeply nested JSON array or object.
When 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.
Patches
This vulnerability was fixed in json-smart version 2.4.9, but the maintainer recommends upgrading to 2.4.10, due to a remaining bug.
Workarounds
N/A
References
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
netplex/json-smart-v2 (net.minidev:json-smart)
v2.4.9: V 2.4.9Compare Source
V 2.4.9 (2023-03-07)
What's Changed
New Contributors
Full Changelog: netplex/json-smart-v2@2.4.8...2.4.9
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.