Apache Druid: Kerberos authenticaton chooses a cryptographically unsecure secret if not configured explicitly.
Description
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.druid:druidMaven | < 35.0.0 | 35.0.0 |
Affected products
2- Apache Software Foundation/Apache Druidv5Range: 0
Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-w88f-4875-99c8ghsaADVISORY
- lists.apache.org/thread/jwjltllnntgj1sb9wzsjmvwm9f8rlhg8ghsavendor-advisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2025-59390ghsaADVISORY
- www.openwall.com/lists/oss-security/2025/11/26/1ghsaWEB
- github.com/apache/druid/pull/18368ghsaWEB
News mentions
0No linked articles in our index yet.