-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix][misc] Upgrade dependencies to fix critical security vulnerabilities #24532
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
Merged
Conversation
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
…rabilities This commit upgrades several dependencies to address critical security vulnerabilities: - Kafka client: 3.8.1 → 3.9.0 (CVE-2025-27817, CVE-2025-27818) - Elasticsearch: 8.12.1 → 8.15.3 (CVE-2024-23450, CVE-2024-43709, CVE-2024-23444) - MySQL Connector: 8.0.30 → 8.0.33 (CVE-2023-22102) - SQLite JDBC: 3.42.0.0 → 3.47.1.0 (CVE-2023-7104) - Alluxio: 2.9.3 → 2.9.4 (CVE-2023-38889 - Critical CVSS 9.8) - Azure Kusto SDK: 5.0.4 → 5.2.0 (CVE-2023-36415 via azure-identity) These upgrades resolve 6 high-severity CVEs including 1 critical vulnerability. All dependency upgrades maintain compatibility with existing functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
lhotari
approved these changes
Jul 17, 2025
poorbarcode
approved these changes
Jul 18, 2025
Resolving CVE-2025-27818 requires Kafka client version 3.9.1. I've created #24564 to address that. |
Technoboy-
pushed a commit
that referenced
this pull request
Jul 31, 2025
…ties (#24532) Co-authored-by: Claude <[email protected]>
lhotari
pushed a commit
that referenced
this pull request
Aug 4, 2025
…ties (#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 702c73c)
lhotari
pushed a commit
that referenced
this pull request
Aug 4, 2025
…ties (#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 702c73c)
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Aug 6, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 702c73c)
ganesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Aug 20, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 702c73c) (cherry picked from commit f3aade6)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Aug 20, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 702c73c) (cherry picked from commit f3aade6)
manas-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Aug 20, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 55b2de1)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Aug 26, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]> (cherry picked from commit 55b2de1)
nborisov
pushed a commit
to nborisov/pulsar
that referenced
this pull request
Sep 12, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]>
KannarFr
pushed a commit
to CleverCloud/pulsar
that referenced
this pull request
Sep 22, 2025
…ties (apache#24532) Co-authored-by: Claude <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-picked/branch-3.0
cherry-picked/branch-3.3
cherry-picked/branch-4.0
doc-not-needed
Your PR changes do not impact docs
ready-to-test
release/3.0.14
release/3.3.9
release/4.0.7
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
This PR upgrades several dependencies to address critical security vulnerabilities identified by OWASP dependency-check:
Security Vulnerabilities Fixed
Kafka client: 3.8.1 → 3.9.0
Elasticsearch: 8.12.1 → 8.15.3
MySQL Connector: 8.0.30 → 8.0.33
SQLite JDBC: 3.42.0.0 → 3.47.1.0
Alluxio: 2.9.3 → 2.9.4
Azure Kusto SDK: 5.0.4 → 5.2.0
Impact
Files Modified
pom.xml
- Updated version properties for main dependenciespulsar-io/alluxio/pom.xml
- Updated Alluxio versionpulsar-io/azure-data-explorer/pom.xml
- Updated Kusto SDK version🤖 Generated with Claude Code
Documentation
doc
doc-required
doc-not-needed
doc-complete