-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Java] CVE-2022-42003: FasterXML jackson-databind before 2.14.0-rc #35771
Comments
No, we should be fine upgrading immediately (and you should be fine forcing Maven to resolve a newer version) @davisusanibar can you bump this? And I vaguely recall that Jackson is there for testing (to load the integration test files), in which case we should see about eliminating it as a dependency (in anything we ship) |
Thanks for jumping on this so fast! Excellent! |
Look at the mailing list (https://lists.apache.org/thread/ncjlh5t1yvmgbyg8vflkb57pq1o1snpj) but "ASAP" (in my estimation, probably at least a week though just because a release is fairly expensive 🙁) |
### Rationale for this change A dependency has a reported CVE. ### What changes are included in this PR? Bump the dependency. ### Are these changes tested? N/A ### Are there any user-facing changes? No. **This PR contains a "Critical Fix".** * Closes: #35771 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
### Rationale for this change A dependency has a reported CVE. ### What changes are included in this PR? Bump the dependency. ### Are these changes tested? N/A ### Are there any user-facing changes? No. **This PR contains a "Critical Fix".** * Closes: #35771 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
https://nvd.nist.gov/vuln/detail/CVE-2022-42003
This CVE is present in latest release of Apache Arrow (and earlier releases). The vulnerability is in jackson-databind.
The latest release of Apache Arrow uses jackson-databind version 2.13.4. The CVE is resolved in version 2.13.4.2.
Is there anything preventing Apache Arrow from upgrading to a later version of jackson-databind to eliminate this CVE??
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: