Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-41192 β€” AI Deep Analysis Summary

CVSS 8.1 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Redash <=10.0.0 uses **hardcoded default secrets** for session cookies.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-1188** (Insecure Default Initialization of Resource).…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Redash** versions **10.0.0 and earlier**. <br>πŸ“¦ **Component**: The session management mechanism relying on `REDASH_COOKIE_SECRET`/`REDASH_SECRET_KEY`.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. **Forge Sessions**: Create valid auth tokens using the default secret. <br>2. **Full Access**: Bypass login to view/edit dashboards, queries, and sensitive data. <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: Requires **Low Privilege** (PR:L) to access the instance initially. <br>βš™οΈ **Config**: Exploits **misconfiguration** (missing env vars). No UI interaction needed (UI:N).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exp?**: **YES**. <br>πŸ“œ **PoC**: Available via **Nuclei templates** (projectdiscovery) and GitHub advisories. <br>🌍 **Wild Exp**: High risk due to predictable default secrets.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **Nuclei template** `CVE-2021-41192.yaml`. <br>2. Verify if `REDASH_COOKIE_SECRET` is **customized** in environment variables. <br>3.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **YES**. <br>πŸ”§ **Patch**: Official commit `ce60d20` addresses the issue. <br>πŸ“’ **Advisory**: GHSA-g8xr-f424-h2rv confirms the fix.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Immediately set** `REDASH_COOKIE_SECRET` and `REDASH_SECRET_KEY` to **strong, random values**. <br>2. **Rotate** all existing sessions/tokens. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>⚠️ **Priority**: Critical for any unpatched Redash instance. <br>πŸ“‰ **Impact**: High Confidentiality/Integrity impact (C:H, I:H). Fix immediately to prevent session hijacking.