NO-TICKET/[agent-vuln-fix] Bump Confluent to 7.7.1 for CVE-2024-31141 - #121
Closed
Gg-harness wants to merge 1 commit into
Closed
NO-TICKET/[agent-vuln-fix] Bump Confluent to 7.7.1 for CVE-2024-31141#121Gg-harness wants to merge 1 commit into
Gg-harness wants to merge 1 commit into
Conversation
Upgrade Confluent platform version from 7.7.0 to 7.7.1, which bumps kafka-clients from 7.7.0-ccs (Apache Kafka 3.7.0) to 7.7.1-ccs (Apache Kafka 3.7.1). This fixes CVE-2024-31141: Privilege escalation to filesystem read-access via automatic ConfigProvider plugins (FileConfigProvider, DirectoryConfigProvider, EnvVarConfigProvider) that allow untrusted parties to read arbitrary disk contents and environment variables. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> AI-Session-Id: 2a1a7b50-8508-4016-84ff-ac05463ca48b AI-Tool: claude-code AI-Model: unknown
Test Results 17 files ±0 17 suites ±0 32s ⏱️ +3s Results for commit bc93c24. ± Comparison against base commit 8e00b74. This pull request removes 7 and adds 7 tests. Note that renamed tests count towards both. |
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
Vulnerability Fixed
CVE-2024-31141 (MEDIUM severity): Privilege escalation to filesystem read-access via automatic ConfigProvider plugins. Untrusted parties can use FileConfigProvider, DirectoryConfigProvider, and EnvVarConfigProvider to read arbitrary disk contents and environment variables.
Impact
All downstream consumers of the
kafka-bomthat currently resolve kafka-clients 7.7.0-ccs will pick up the fix on next lockfile regeneration.Test Plan
Generated with Claude Code