icon

We found results for “

CVE-2025-59390

Good to know:

icon
icon
icon

Date: November 26, 2025

Apache Druid’s Kerberos authenticator uses a weak fallback secret when the "druid.auth.authenticator.kerberos.cookieSignatureSecret" configuration is not explicitly set. In this case, the secret is generated using "ThreadLocalRandom", which is not a crypto-graphically secure random number generator. This may allow an attacker to predict or brute force the secret used to sign authentication cookies, potentially enabling token forgery or authentication bypass. Additionally, each process generates its own fallback secret, resulting in inconsistent secrets across nodes. This causes authentication failures in distributed or multi-broker deployments, effectively leading to a incorrectly configured clusters. Users are advised to configure a strong "druid.auth.authenticator.kerberos.cookieSignatureSecret" This issue affects Apache Druid: through 34.0.0. Users are recommended to upgrade to version 35.0.0, which fixes the issue making it mandatory to set "druid.auth.authenticator.kerberos.cookieSignatureSecret" when using the Kerberos authenticator. Services will fail to come up if the secret is not set.

Severity Score

Severity Score

Weakness Type (CWE)

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

CWE-338

Authentication Bypass by Primary Weakness

CWE-305

Top Fix

icon

Upgrade Version

Upgrade to version org.apache.druid.extensions:druid-kerberos:35.0.0;org.apache.druid:druid:35.0.0;https://github.com/apache/druid.git - druid-35.0.0

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): LOW
Integrity (I): LOW
Availability (A): NONE

Do you need more information?

Contact Us