Kafka Connect: Fix CVE-2025-67721 in io.airlift:aircompressor#15440
Open
rmoff wants to merge 1 commit intoapache:mainfrom
Open
Kafka Connect: Fix CVE-2025-67721 in io.airlift:aircompressor#15440rmoff wants to merge 1 commit intoapache:mainfrom
rmoff wants to merge 1 commit intoapache:mainfrom
Conversation
stevenzwu
reviewed
Feb 25, 2026
| -------------------------------------------------------------------------------- | ||
|
|
||
| Group: io.airlift Name: aircompressor Version: 2.0.2 | ||
| Group: io.airlift Name: aircompressor Version: 2.0.3 |
Contributor
There was a problem hiding this comment.
If we are going to fix this, we may want to fix it across the board (not just kafka connect). I saw some runtime modules (like flnk, spark) don't list the actual version number in the LICENSE file, while some module (like open-api) listed old 0.27 version.
The iceberg-core module has direct dep on this module with very old version 0.27 in file libs.versions.toml. I guess some other deps transitively pulled in 2.0.2. We probably should upgrade the version in the versions file too.
Contributor
There was a problem hiding this comment.
I was thinking that we remove version numbers from the LICENSE files
cc @jbonofre who is an expert in licensing and help provide the right guidance.
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.
Summary
io.airlift:aircompressorto 2.0.3 in the Kafka Connect runtime distribution to fix CVE-2025-67721 (HIGH severity)Closes #15378
Trivy scan (after fix)
Test plan
./gradlew :iceberg-kafka-connect:iceberg-kafka-connect-runtime:dependenciesconfirms allaircompressorpaths resolve to 2.0.3trivy rootfsscan of built distribution shows 0 HIGH/CRITICAL CVEs