Skip to content

fix(deps): update kafka-client.version to v3.9.1 (release/5.0.x) (minor) #554

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

Open
wants to merge 1 commit into
base: release/5.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.kafka:kafka_2.13 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-streams-test-utils 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-server-common 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-raft 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-metadata 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-streams 3.8.1 -> 3.9.1 age adoption passing confidence
org.apache.kafka:kafka-clients 3.8.1 -> 3.9.1 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2025-27817

A possible arbitrary file read and SSRF vulnerability has been identified in Apache Kafka Client. Apache Kafka Clients accept configuration data for setting the SASL/OAUTHBEARER connection with the brokers, including "sasl.oauthbearer.token.endpoint.url" and "sasl.oauthbearer.jwks.endpoint.url". Apache Kafka allows clients to read an arbitrary file and return the content in the error log, or sending requests to an unintended location. In applications where Apache Kafka Clients configurations can be specified by an untrusted party, attackers may use the "sasl.oauthbearer.token.endpoint.url" and "sasl.oauthbearer.jwks.endpoint.url" configuratin to read arbitrary contents of the disk and environment variables or make requests to an unintended location. In particular, this flaw may be used in Apache Kafka Connect to escalate from REST API access to filesystem/environment/URL access, which may be undesirable in certain environments, including SaaS products.

Since Apache Kafka 3.9.1/4.0.0, we have added a system property ("-Dorg.apache.kafka.sasl.oauthbearer.allowed.urls") to set the allowed urls in SASL JAAS configuration. In 3.9.1, it accepts all urls by default for backward compatibility. However in 4.0.0 and newer, the default value is empty list and users have to set the allowed urls explicitly.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 26, 2025
@renovate renovate bot requested a review from a team May 26, 2025 03:24
@renovate renovate bot force-pushed the renovate/release/5.0.x-kafka-client.version branch from f2760c9 to adef993 Compare June 2, 2025 09:06
@renovate renovate bot added the security label Jun 10, 2025
@renovate renovate bot force-pushed the renovate/release/5.0.x-kafka-client.version branch from adef993 to 76d49c0 Compare June 10, 2025 23:52
@renovate renovate bot force-pushed the renovate/release/5.0.x-kafka-client.version branch from 76d49c0 to ea59153 Compare June 20, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants