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
49ade9a to
72b07f0
Compare
72b07f0 to
cbe0a47
Compare
a48da8a to
6c78df2
Compare
a01197d to
35283bd
Compare
1332923 to
e4320fb
Compare
e4320fb to
bf054c1
Compare
bf054c1 to
943f06d
Compare
943f06d to
687d394
Compare
687d394 to
f1ed4e9
Compare
f1ed4e9 to
8498ed1
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.