fix(security): Override vulnerable lz4-java dependency to address CVE#26931
fix(security): Override vulnerable lz4-java dependency to address CVE#26931sumi-mathew wants to merge 1 commit intoprestodb:masterfrom
Conversation
|
Thanks for the release note! Formatting nit: |
ShahimSharafudeen
left a comment
There was a problem hiding this comment.
Please run some manual integration tests with Kafka connector after the change since we don't have enough CI tests for this.
imjalpreet
left a comment
There was a problem hiding this comment.
Thank you, @sumi-mathew.
Changes look good, just one thought, I have seen a couple of PRs fixing this CVE in different modules and I wonder if we can just add this dependency and version to root pom.
Thanks for the review! I agree with the suggestion. Since this CVE is being addressed across multiple modules, it makes sense to add the dependency and version to the root POM. Once these two PRs are merged — #26820 |
|
@imjalpreet imported this issue as lakehouse/presto #26931 |
33998ab to
72a8fbd
Compare
3a1b832 to
350187a
Compare
imjalpreet
left a comment
There was a problem hiding this comment.
Thanks, @sumi-mathew. Just a minor nit, otherwise LGTM.
| </exclusions> | ||
| </dependency> | ||
|
|
||
| <dependency> |
There was a problem hiding this comment.
nit: Let's add the CVE comment here as well.
|
@sumi-mathew, please rebase on the latest master to trigger a new required check for GPU(prestocpp-linux-build-gpu-engine) |
595260d to
79d8837
Compare
pom.xml
Outdated
| </exclusions> | ||
| </dependency> | ||
|
|
||
| <!-- CVE-2025-12183: Override vulnerable lz4-java from kafka-clients --> |
There was a problem hiding this comment.
Since this is the root POM, the comment should be generic and refer only to the CVE itself. We don't have to mention Kafka specifically, as the override applies to multiple dependencies, not just Kafka.


Description
Override vulnerable lz4-java dependency to address CVE-2025-12183
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.