[
https://issues.apache.org/jira/browse/HADOOP-18197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820707#comment-17820707
]
PJ Fanning commented on HADOOP-18197:
-------------------------------------
The fix only seems to be in protobuf-java 3.23 and above -
https://github.com/protocolbuffers/protobuf/commit/d40aadf823cf7e1e62b65561656f689da8969463
Issue - https://github.com/protocolbuffers/protobuf/issues/11393
The options seem to be
* sticking with the shaded protobuf 3_7 jar
* upgrading the CI boxes to use JDKs where the issue doesn't happen and adding
release notes
* trying protobuf-java 3.23 instead of 3.21
* patching our shaded protobuf-java 3.21 jar - we could get the source of
protobuf-java 3.21.12, apply the fix above and release a
hadoop-shaded-protobuf_3_21 1.2.1
None of these are great but I favour the idea of patching our shaded
protobuf-java 3.21.12.
> Update protobuf 3.7.1 to a version without CVE-2021-22569
> ---------------------------------------------------------
>
> Key: HADOOP-18197
> URL: https://issues.apache.org/jira/browse/HADOOP-18197
> Project: Hadoop Common
> Issue Type: Improvement
> Components: hadoop-thirdparty
> Affects Versions: thirdparty-1.2.0
> Reporter: Ivan Viaznikov
> Assignee: PJ Fanning
> Priority: Major
> Labels: pull-request-available, security
> Fix For: thirdparty-1.2.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> The artifact `org.apache.hadoop:hadoop-common` brings in a dependency
> `com.google.protobuf:protobuf-java:2.5.0`, which is an outdated version
> released in 2013 and it contains a vulnerability
> [CVE-2021-22569|https://nvd.nist.gov/vuln/detail/CVE-2021-22569].
> Therefore, requesting you to clarify if this library version is going to be
> updated in the following releases
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]