Blackduck: Automated PR: Update com.alibaba:fastjson:1.2.24 to 1.2.83_noneautotype#12
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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.
Vulnerabilities associated with com.alibaba:fastjson:1.2.24
BDSA-2018-5139 (HIGH): fastJSON is vulnerable to remote code execution (RCE) due to mishandling of user-provided JSON string during conversion to Java object. An attacker could use maliciously crafted JSON string to execute arbitrary code on the system.
BDSA-2019-3073 (HIGH): FastJSON is vulnerable to remote code execution (RCE) due to an issue related to autotyping. A remote attacker could take advantage of the
WrapperConnectionPoolDataSourcegadget to execute arbitrary commands on the underlying system.FastJSON disables autotype support by default from version 1.2.50 onwards. The default configuration is not affected by this vulnerability. The
WrapperConnectionPoolDataSourcegadget was blacklisted in version 1.2.61.BDSA-2020-0688 (HIGH): FastJSON is vulnerable to remote code execution (RCE) and server-side request forgery via deserialization of untrusted data. A remote attacker could take advantage of this to execute arbitrary commands on the underlying system.
BDSA-2020-1304 (HIGH): FastJSON is vulnerable to remote code execution (RCE) due to the unsafe deserialization of JSON objects. A remote attacker could execute arbitrary code on a vulnerable server by sending maliciously crafted JSON objects to that server. It should be noted that FastJSON's
autoTypefunctionality must be enabled for an attacker to be able to exploit this vulnerability.BDSA-2022-1506 (HIGH): Fastjson is vulnerable to a remote code execution (RCE) issue due to a validation flaw in the
AutoTypefunctionality.This flaw could allow an attacker to submit a crafted input that, when deserialized, bypasses the existing whitelist and blacklist security measures and allows for the execution of arbitrary code on the server.
Note: Users of the 'noneautotype' versions of Fastjson are not affected by this vulnerability.
Click Here To See More Details On Server