Build: Fix transitive dependency CVEs across all distributions#16290
Merged
Conversation
This was referenced May 11, 2026
Contributor
Author
Contributor
Author
|
blocked on #16287 |
Member
|
Kafka Connect CVE Scan is not happy |
Contributor
Still picking up a couple of netty CVEs https://github.com/apache/iceberg/actions/runs/25687248122/job/75414106984?pr=16290#step:8:20 |
Contributor
Author
I added this to the "Known unfixable" section of the PR. We could bump the dep to use |
Contributor
Author
|
let me try out the change locally and see if we can bump to |
huaxingao
reviewed
May 11, 2026
Co-authored-by: Copilot <copilot@github.com>
aihuaxu
approved these changes
May 12, 2026
Contributor
aihuaxu
left a comment
There was a problem hiding this comment.
I did the local CVE check and no issues. Thanks for the fix.
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.
Closes #16286. Closes #16288.
Bump
awssdk-bomfrom 2.44.0 to 2.44.4 and add global dependency overrides to fix CVEs in transitive dependencies that upstream libraries have not yet updated.Version bump
awssdk-bom: 2.44.0 → 2.44.4netty-legacy: 4.1.133.Final → 4.2.13.Final (new version catalog entry; forces all transitive Netty 4.1.x deps to 4.2.13.Final)Forced overrides
eachDependencyrule forces all Netty 4.1.x transitive deps (from Azure SDK 1.3.6, Hadoop 3.4.3) to 4.2.13.Final via the existingnetty-bufferversion catalog entry. Fixes CVE-2026-42577, CVE-2026-42579, CVE-2026-42583, CVE-2026-42584, CVE-2026-42587.dependencySubstitutionoverrides bcprov 1.82 pulled by Hadoop. Fixes CVE-2026-5598.Verified clean (0 HIGH/CRITICAL findings)
aws-bundle, gcp-bundle, azure-bundle, kafka-connect, open-api, spark-3.5, spark-4.0, spark-4.1, flink-1.20, flink-2.0, flink-2.1
Known unfixable
Notes
build.gradleandgradle/libs.versions.toml; everything else is autogeneratedruntime-deps.txtupdates.netty-codec-base,netty-codec-compression,netty-codec-marshalling,netty-codec-protobuf) in aws-bundle, azure-bundle, and kafka-connect. These are covered by the existing "This product bundles Netty" LICENSE entries — no LICENSE/NOTICE changes required.