-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolving jackson-mapper-asl vulnerability #24121
base: master
Are you sure you want to change the base?
Conversation
Saved that user @KarthikaPKumar is from IBM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KarthikaPKumar I just tried to look the dependency tree of presto-hive
& presto-hive-hadoop2
but I couldn't find org.codehaus.jackson:org.codehaus.jackson
in there.
Could you please confirm me, how did you check for it?
@KarthikaPKumar can you please respond to above question? |
Hi @agrawalreetika |
The dependency tree does not show this transitive dependency, I tried checking on master branch @KarthikaPKumar. Can you try running and share a screenshot if possible? Probably this dependency is deep down into the tree and is not showing. Running through the scan seems to be the only way to see it. |
Description
Identified security vulnerability issues of severity high from jackson-mapper-asl and resolved the same.
Excluded the transitive dependency of jackson-mapper-asl occuring from parent packages that does not break the build or impact the functionality but removes the said exploitable.
Motivation and Context
Vulnerabilities Direct vulnerabilities:
CVE-2019-10202
CVE-2019-10172
Impact
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.